|
|||||||||
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.AbstractIntBinopExpr | +--soot.grimp.internal.AbstractGrimpIntBinopExpr
Fields inherited from class soot.jimple.internal.AbstractBinopExpr |
op1Box, op2Box |
Constructor Summary | |
protected |
AbstractGrimpIntBinopExpr(ValueBox op1Box,
ValueBox op2Box)
|
Method Summary | |
abstract int |
getPrecedence()
|
java.lang.String |
toBriefString()
Returns a brief description of this object. |
java.lang.String |
toString()
|
Methods inherited from class soot.jimple.internal.AbstractIntBinopExpr |
getType |
Methods inherited from class soot.jimple.internal.AbstractBinopExpr |
clone, equivHashCode, equivTo, getOp1, getOp1Box, getOp2, getOp2Box, getSymbol, getUseBoxes, setOp1, setOp2 |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface soot.util.Switchable |
apply |
Constructor Detail |
protected AbstractGrimpIntBinopExpr(ValueBox op1Box, ValueBox op2Box)
Method Detail |
public abstract int getPrecedence()
getPrecedence
in interface Precedence
public java.lang.String toString()
toString
in class AbstractBinopExpr
public java.lang.String toBriefString()
ToBriefString
toBriefString
in class AbstractBinopExpr
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |