Package org.cadixdev.mercury
Interface SourceRewriter
- All Superinterfaces:
SourceProcessor
- All Known Implementing Classes:
AccessTransformerRewriter,BridgeMethodRewriter,MercuryRemapper
-
Field Summary
Fields inherited from interface org.cadixdev.mercury.SourceProcessor
FLAG_RESOLVE_BINDINGS -
Method Summary
Modifier and TypeMethodDescriptiondefault voidprocess(SourceContext context) voidrewrite(RewriteContext context) Methods inherited from interface org.cadixdev.mercury.SourceProcessor
finish, getFlags, initialize
-
Method Details
-
rewrite
- Throws:
Exception
-
process
- Specified by:
processin interfaceSourceProcessor- Throws:
Exception
-