|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.jimple.internal.AbstractBinopExpr | +--soot.jimple.internal.AbstractIntBinopExpr | +--soot.jimple.internal.AbstractJimpleIntBinopExpr
Field Summary |
Fields inherited from class soot.jimple.internal.AbstractBinopExpr |
op1Box, op2Box |
Constructor Summary | |
protected |
AbstractJimpleIntBinopExpr(Value op1,
Value op2)
|
Method Summary | |
void |
convertToBaf(JimpleToBafContext context,
java.util.List out)
|
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, toBriefString, toString |
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 AbstractJimpleIntBinopExpr(Value op1, Value op2)
Method Detail |
public void convertToBaf(JimpleToBafContext context, java.util.List out)
convertToBaf
in interface ConvertToBaf
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |