|
|||||||||
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.AbstractFloatBinopExpr | +--soot.grimp.internal.AbstractGrimpFloatBinopExpr
Fields inherited from class soot.jimple.internal.AbstractBinopExpr |
op1Box,
op2Box |
Constructor Summary | |
protected |
AbstractGrimpFloatBinopExpr(ValueBox op1Box,
ValueBox op2Box)
|
Method Summary | |
abstract int |
getPrecedence()
|
java.lang.String |
toString()
|
Methods inherited from class soot.jimple.internal.AbstractFloatBinopExpr |
getType |
Methods inherited from class soot.jimple.internal.AbstractBinopExpr |
clone,
equivHashCode,
equivTo,
getOp1,
getOp1Box,
getOp2,
getOp2Box,
getSymbol,
getUseBoxes,
setOp1,
setOp2,
toString |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
protected AbstractGrimpFloatBinopExpr(ValueBox op1Box, ValueBox op2Box)
Method Detail |
public abstract int getPrecedence()
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |