Package org.cadixdev.mercury
Interface SourceRewriter
- All Superinterfaces:
SourceProcessor
- All Known Implementing Classes:
AccessTransformerRewriter
,BridgeMethodRewriter
,MercuryRemapper
public interface SourceRewriter extends SourceProcessor
-
Field Summary
Fields inherited from interface org.cadixdev.mercury.SourceProcessor
FLAG_RESOLVE_BINDINGS
-
Method Summary
Modifier and Type Method Description default void
process(SourceContext context)
void
rewrite(RewriteContext context)
Methods inherited from interface org.cadixdev.mercury.SourceProcessor
finish, getFlags, initialize
-
Method Details
-
rewrite
- Throws:
java.lang.Exception
-
process
- Specified by:
process
in interfaceSourceProcessor
- Throws:
java.lang.Exception
-