Package org.cadixdev.mercury.at
Class AccessTransformerRewriter
- java.lang.Object
-
- org.cadixdev.mercury.at.AccessTransformerRewriter
-
- All Implemented Interfaces:
SourceProcessor,SourceRewriter
public final class AccessTransformerRewriter extends java.lang.Object implements SourceRewriter
-
-
Field Summary
-
Fields inherited from interface org.cadixdev.mercury.SourceProcessor
FLAG_RESOLVE_BINDINGS
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SourceRewritercreate(org.cadixdev.at.AccessTransformSet ats)intgetFlags()voidrewrite(RewriteContext context)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.cadixdev.mercury.SourceProcessor
finish, initialize
-
Methods inherited from interface org.cadixdev.mercury.SourceRewriter
process
-
-
-
-
Method Detail
-
create
public static SourceRewriter create(org.cadixdev.at.AccessTransformSet ats)
-
getFlags
public int getFlags()
- Specified by:
getFlagsin interfaceSourceProcessor
-
rewrite
public void rewrite(RewriteContext context)
- Specified by:
rewritein interfaceSourceRewriter
-
-