net.sf.jode.obfuscator
Class LocalIdentifier

java.lang.Object
  extended by net.sf.jode.obfuscator.Identifier
      extended by net.sf.jode.obfuscator.LocalIdentifier

public class LocalIdentifier
extends Identifier


Constructor Summary
LocalIdentifier(String name, String type, MethodIdentifier mIdent)
           
 
Method Summary
 boolean conflicting(String newAlias)
           
 Iterator getChilds()
           
 String getFullAlias()
           
 String getFullName()
           
 String getName()
           
 Identifier getParent()
           
 String getType()
           
 
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
 

Constructor Detail

LocalIdentifier

public LocalIdentifier(String name,
                       String type,
                       MethodIdentifier mIdent)
Method Detail

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