Package org.cadixdev.mercury.mixin
Class MixinRemapper
java.lang.Object
org.cadixdev.mercury.mixin.MixinRemapper
- All Implemented Interfaces:
org.cadixdev.mercury.SourceProcessor,org.cadixdev.mercury.SourceRewriter
-
Field Summary
Fields inherited from interface org.cadixdev.mercury.SourceProcessor
FLAG_RESOLVE_BINDINGS -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.cadixdev.mercury.SourceProcessor
finish, initializeMethods inherited from interface org.cadixdev.mercury.SourceRewriter
process
-
Method Details
-
create
public static org.cadixdev.mercury.SourceRewriter create(org.cadixdev.lorenz.MappingSet mappings) -
getFlags
public int getFlags()- Specified by:
getFlagsin interfaceorg.cadixdev.mercury.SourceProcessor
-
rewrite
public void rewrite(org.cadixdev.mercury.RewriteContext context) - Specified by:
rewritein interfaceorg.cadixdev.mercury.SourceRewriter
-