public class FieldMappingImpl extends AbstractMemberMappingImpl<FieldMapping,ClassMapping> implements FieldMapping
FieldMapping.| Constructor and Description |
|---|
FieldMappingImpl(ClassMapping parentClass,
org.cadixdev.bombe.type.signature.FieldSignature signature,
String deobfuscatedName)
Creates a new field mapping, from the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.cadixdev.bombe.type.signature.FieldSignature |
getSignature()
Gets the signature of this field mapping.
|
getParent, hashCodebuildToString, getDeobfuscatedName, getMappings, getObfuscatedName, hasDeobfuscatedName, setDeobfuscatedName, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopy, getDeobfuscatedSignature, getFullDeobfuscatedName, getFullObfuscatedName, getObfuscatedName, getType, merge, reversegetParentgetDeobfuscatedName, getMappings, getSimpleDeobfuscatedName, getSimpleObfuscatedName, hasDeobfuscatedName, setDeobfuscatedNamepublic FieldMappingImpl(ClassMapping parentClass, org.cadixdev.bombe.type.signature.FieldSignature signature, String deobfuscatedName)
parentClass - The class mapping, this mapping belongs tosignature - The obfuscated signaturedeobfuscatedName - The de-obfuscated namepublic org.cadixdev.bombe.type.signature.FieldSignature getSignature()
FieldMappinggetSignature in interface FieldMappingpublic boolean equals(Object obj)
equals in class AbstractMemberMappingImpl<FieldMapping,ClassMapping>