Class MappingFieldSrg
java.lang.Object
org.spongepowered.asm.obfuscation.mapping.common.MappingField
org.spongepowered.asm.obfuscation.mapping.mcp.MappingFieldSrg
- All Implemented Interfaces:
IMapping<MappingField>
public class MappingFieldSrg extends MappingField
An SRG field mapping
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.spongepowered.asm.obfuscation.mapping.IMapping
IMapping.Type -
Constructor Summary
Constructors Constructor Description MappingFieldSrg(java.lang.String srg)MappingFieldSrg(MappingField field) -
Method Summary
Modifier and Type Method Description java.lang.Stringserialise()Get a representation of this mapping for serialisation.Methods inherited from class org.spongepowered.asm.obfuscation.mapping.common.MappingField
copy, equals, getDesc, getName, getOwner, getSimpleName, getSuper, getType, hashCode, move, remap, toString, transformMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
MappingFieldSrg
public MappingFieldSrg(java.lang.String srg) -
MappingFieldSrg
-
-
Method Details
-
serialise
public java.lang.String serialise()Description copied from interface:IMappingGet a representation of this mapping for serialisation. Individual writers are free to use their own mappings, this method is for convenience only.- Specified by:
serialisein interfaceIMapping<MappingField>- Overrides:
serialisein classMappingField- Returns:
- string representation of this mapping
-