net.sf.jode.obfuscator
Class LocalIdentifier
java.lang.Object
net.sf.jode.obfuscator.Identifier
net.sf.jode.obfuscator.LocalIdentifier
public class LocalIdentifier
- extends Identifier
Methods inherited from class net.sf.jode.obfuscator.Identifier |
addShadow, analyze, applyPreserveRule, buildTable, getAlias, getRepresentative, isPreserved, isReachable, isRepresentative, readTable, setAlias, setPreserved, setReachable, setSinglePreserved, setSingleReachable, wasAliased, writeTable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalIdentifier
public LocalIdentifier(String name,
String type,
MethodIdentifier mIdent)
getName
public String getName()
- Specified by:
getName
in class Identifier
getType
public String getType()
- Specified by:
getType
in class Identifier
getChilds
public Iterator getChilds()
- Specified by:
getChilds
in class Identifier
getParent
public Identifier getParent()
- Specified by:
getParent
in class Identifier
getFullName
public String getFullName()
- Specified by:
getFullName
in class Identifier
getFullAlias
public String getFullAlias()
- Specified by:
getFullAlias
in class Identifier
conflicting
public boolean conflicting(String newAlias)
- Specified by:
conflicting
in class Identifier