|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoot.jimple.internal.AbstractUnopExpr
Constructor Summary | |
protected |
AbstractUnopExpr(ValueBox opBox)
|
Method Summary | |
abstract java.lang.Object |
clone()
Returns a clone of this Value. |
Value |
getOp()
|
ValueBox |
getOpBox()
|
java.util.List |
getUseBoxes()
Returns a List of boxes corresponding to Values which are used by (ie contained within) this Value. |
void |
setOp(Value op)
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface soot.Value |
getType, toString |
Methods inherited from interface soot.util.Switchable |
apply |
Methods inherited from interface soot.EquivTo |
equivHashCode, equivTo |
Constructor Detail |
protected AbstractUnopExpr(ValueBox opBox)
Method Detail |
public abstract java.lang.Object clone()
Value
clone
in interface Value
public Value getOp()
getOp
in interface UnopExpr
public void setOp(Value op)
setOp
in interface UnopExpr
public ValueBox getOpBox()
getOpBox
in interface UnopExpr
public java.util.List getUseBoxes()
Value
getUseBoxes
in interface UnopExpr
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |