Package org.cadixdev.mercury.remapper
Class MercuryRemapper
java.lang.Object
org.cadixdev.mercury.remapper.MercuryRemapper
- All Implemented Interfaces:
SourceProcessor
,SourceRewriter
public final class MercuryRemapper extends java.lang.Object implements SourceRewriter
-
Field Summary
Fields inherited from interface org.cadixdev.mercury.SourceProcessor
FLAG_RESOLVE_BINDINGS
-
Method Summary
Modifier and Type Method Description static SourceRewriter
create(org.cadixdev.lorenz.MappingSet mappings)
static SourceRewriter
create(org.cadixdev.lorenz.MappingSet mappings, boolean javadoc)
static SourceRewriter
createSimple(org.cadixdev.lorenz.MappingSet mappings)
static SourceRewriter
createSimple(org.cadixdev.lorenz.MappingSet mappings, boolean javadoc)
int
getFlags()
void
rewrite(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 Details
-
create
-
create
-
createSimple
-
createSimple
public static SourceRewriter createSimple(org.cadixdev.lorenz.MappingSet mappings, boolean javadoc) -
getFlags
public int getFlags()- Specified by:
getFlags
in interfaceSourceProcessor
-
rewrite
- Specified by:
rewrite
in interfaceSourceRewriter
-