|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object soot.baf.internal.BafLocal
public class BafLocal
Constructor Summary | |
---|---|
BafLocal(String name,
Type t)
|
Method Summary | |
---|---|
void |
apply(Switch s)
Called when this object is visited. |
Object |
clone()
Returns a clone of this Value. |
int |
equivHashCode()
Returns a hash code for this object, consistent with structural equality. |
boolean |
equivTo(Object o)
Returns true if this object is equivalent to o. |
String |
getName()
Returns the name of the current Local variable. |
int |
getNumber()
|
Type |
getType()
Returns the Soot type of this Value. |
List |
getUseBoxes()
Returns a List of boxes corresponding to Values which are used by (ie contained within) this Value. |
void |
setName(String name)
Sets the name of the current variable. |
void |
setNumber(int number)
|
void |
setType(Type t)
Sets the type of the current variable. |
String |
toString()
|
void |
toString(UnitPrinter up)
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BafLocal(String name, Type t)
Method Detail |
---|
public boolean equivTo(Object o)
EquivTo
equivTo
in interface EquivTo
public int equivHashCode()
equivHashCode
in interface EquivTo
public Object clone()
Value
clone
in interface Value
clone
in class Object
public String getName()
Local
getName
in interface Local
public void setName(String name)
Local
setName
in interface Local
public Type getType()
Value
getType
in interface Value
public void setType(Type t)
Local
setType
in interface Local
public String toString()
toString
in class Object
public void toString(UnitPrinter up)
toString
in interface Value
public List getUseBoxes()
Value
getUseBoxes
in interface Value
public void apply(Switch s)
Switchable
apply
in interface Switchable
public final int getNumber()
getNumber
in interface Numberable
public final void setNumber(int number)
setNumber
in interface Numberable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |