|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.jimple.internal.AbstractBinopExpr | +--soot.jimple.internal.AbstractIntLongBinopExpr | +--soot.grimp.internal.AbstractGrimpIntLongBinopExpr | +--soot.grimp.internal.GOrExpr
Fields inherited from class soot.jimple.internal.AbstractBinopExpr |
op1Box,
op2Box |
Constructor Summary | |
GOrExpr(Value op1,
Value op2)
|
Method Summary | |
void |
apply(Switch sw)
Called when this object is visited. |
java.lang.Object |
clone()
Returns a clone of this Value. |
int |
getPrecedence()
|
java.lang.String |
getSymbol()
Returns the unique symbol for an operator. |
Methods inherited from class soot.grimp.internal.AbstractGrimpIntLongBinopExpr |
toString |
Methods inherited from class soot.jimple.internal.AbstractIntLongBinopExpr |
getType |
Methods inherited from class soot.jimple.internal.AbstractBinopExpr |
equivHashCode,
equivTo,
getOp1,
getOp1Box,
getOp2,
getOp2Box,
getUseBoxes,
setOp1,
setOp2,
toString |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public GOrExpr(Value op1, Value op2)
Method Detail |
public java.lang.String getSymbol()
public int getPrecedence()
public void apply(Switch sw)
public java.lang.Object clone()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |