|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.jimple.Constant
Constructor Summary | |
Constant()
|
Method Summary | |
java.lang.Object |
clone()
Clones the current constant. |
void |
convertToBaf(JimpleToBafContext context,
java.util.List out)
Adds a Baf instruction pushing this constant to the stack onto out . |
int |
equivHashCode()
Returns a hash code consistent with structural equality for this object. |
boolean |
equivTo(java.lang.Object c)
Returns true if this object is structurally equivalent to c. |
java.util.List |
getUseBoxes()
Returns a List of boxes corresponding to Values which are used by (ie contained within) this Value. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface soot.Value |
getType |
Methods inherited from interface soot.util.Switchable |
apply |
Constructor Detail |
public Constant()
Method Detail |
public java.util.List getUseBoxes()
Value
getUseBoxes
in interface Value
public void convertToBaf(JimpleToBafContext context, java.util.List out)
out
.
convertToBaf
in interface ConvertToBaf
public java.lang.Object clone()
clone
in interface Value
clone
in class java.lang.Object
public boolean equivTo(java.lang.Object c)
equivTo
in interface EquivTo
public int equivHashCode()
equivHashCode
in interface EquivTo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |