|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.jimple.internal.AbstractBinopExpr
Field Summary | |
protected ValueBox |
op1Box
|
protected ValueBox |
op2Box
|
Constructor Summary | |
AbstractBinopExpr()
|
Method Summary | |
abstract java.lang.Object |
clone()
Returns a clone of this Value. |
int |
equivHashCode()
Returns a hash code for this object, consistent with structural equality. |
boolean |
equivTo(java.lang.Object o)
Returns true if this object is equivalent to o. |
Value |
getOp1()
|
ValueBox |
getOp1Box()
|
Value |
getOp2()
|
ValueBox |
getOp2Box()
|
protected abstract java.lang.String |
getSymbol()
Returns the unique symbol for an operator. |
java.util.List |
getUseBoxes()
Returns a List of boxes corresponding to Values which are used by (ie contained within) this Value. |
void |
setOp1(Value op1)
|
void |
setOp2(Value op2)
|
java.lang.String |
toBriefString()
Returns a brief description of this object. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface soot.Value |
getType |
Methods inherited from interface soot.util.Switchable |
apply |
Field Detail |
protected ValueBox op1Box
protected ValueBox op2Box
Constructor Detail |
public AbstractBinopExpr()
Method Detail |
public Value getOp1()
public Value getOp2()
public ValueBox getOp1Box()
public ValueBox getOp2Box()
public void setOp1(Value op1)
public void setOp2(Value op2)
public java.util.List getUseBoxes()
Value
getUseBoxes
in interface Value
public boolean equivTo(java.lang.Object o)
EquivTo
equivTo
in interface EquivTo
public int equivHashCode()
equivHashCode
in interface EquivTo
protected abstract java.lang.String getSymbol()
public abstract java.lang.Object clone()
Value
clone
in interface Value
clone
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toBriefString()
ToBriefString
toBriefString
in interface ToBriefString
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |