Jode 1.90-CVS
Build Aug 6, 2004

net.sf.jode.obfuscator
Class LocalIdentifier

java.lang.Object
  extended bynet.sf.jode.obfuscator.Identifier
      extended bynet.sf.jode.obfuscator.LocalIdentifier

public class LocalIdentifier
extends Identifier


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

getName

public java.lang.String getName()
Specified by:
getName in class Identifier

getType

public java.lang.String getType()
Specified by:
getType in class Identifier

getChilds

public java.util.Iterator getChilds()
Specified by:
getChilds in class Identifier

getParent

public Identifier getParent()
Specified by:
getParent in class Identifier

getFullName

public java.lang.String getFullName()
Specified by:
getFullName in class Identifier

getFullAlias

public java.lang.String getFullAlias()
Specified by:
getFullAlias in class Identifier

conflicting

public boolean conflicting(java.lang.String newAlias)
Specified by:
conflicting in class Identifier

Jode 1.90-CVS
Build Aug 6, 2004

Copyright © 1998-2004 by Jochen Hoenicke.