soot.dava.toolkits.base.AST.structuredAnalysis
Class CPVariable

java.lang.Object
  extended by soot.dava.toolkits.base.AST.structuredAnalysis.CPVariable

public class CPVariable
extends Object


Constructor Summary
CPVariable(Local local)
           
CPVariable(SootField field)
           
 
Method Summary
 boolean containsLocal()
           
 boolean containsSootField()
           
 boolean equals(CPVariable var)
           
 Local getLocal()
           
 SootField getSootField()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CPVariable

public CPVariable(SootField field)

CPVariable

public CPVariable(Local local)
Method Detail

containsLocal

public boolean containsLocal()

containsSootField

public boolean containsSootField()

getSootField

public SootField getSootField()

getLocal

public Local getLocal()

equals

public boolean equals(CPVariable var)

toString

public String toString()
Overrides:
toString in class Object