public class MethodParameterMappingImpl extends AbstractMemberMappingImpl<MethodParameterMapping,MethodMapping> implements MethodParameterMapping
MethodParameterMapping.| Constructor and Description |
|---|
MethodParameterMappingImpl(MethodMapping parent,
int index,
String deobfuscatedName)
Creates a new method parameter mapping, from the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFullDeobfuscatedName()
Gets the fully-qualified de-obfuscated name of the member.
|
String |
getFullObfuscatedName()
Gets the fully-qualified obfuscated name of the member.
|
int |
getIndex()
Gets the index of the method parameter being mapped.
|
getParent, hashCodebuildToString, getDeobfuscatedName, getMappings, getObfuscatedName, hasDeobfuscatedName, setDeobfuscatedName, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopy, getObfuscatedName, merge, reversegetParentgetDeobfuscatedName, getMappings, getSimpleDeobfuscatedName, getSimpleObfuscatedName, hasDeobfuscatedName, setDeobfuscatedNamepublic MethodParameterMappingImpl(MethodMapping parent, int index, String deobfuscatedName)
parent - The mapping, this mapping belongs toindex - The index of the parameterdeobfuscatedName - The de-obfuscated namepublic int getIndex()
MethodParameterMappinggetIndex in interface MethodParameterMappingpublic String getFullObfuscatedName()
MappinggetFullObfuscatedName in interface Mapping<MethodParameterMapping,MethodMapping>public String getFullDeobfuscatedName()
MappinggetFullDeobfuscatedName in interface Mapping<MethodParameterMapping,MethodMapping>public boolean equals(Object obj)
equals in class AbstractMemberMappingImpl<MethodParameterMapping,MethodMapping>