public abstract class SSABinaryOpInstruction extends SSAAbstractBinaryInstruction
SSAInstruction.IVisitor, SSAInstruction.Visitorresult, val1, val2iindex, NO_INDEX| Modifier | Constructor and Description |
|---|---|
protected |
SSABinaryOpInstruction(int iindex,
com.ibm.wala.shrikeBT.IBinaryOpInstruction.IOperator operator,
int result,
int val1,
int val2,
boolean mayBeInteger) |
| Modifier and Type | Method and Description |
|---|---|
com.ibm.wala.shrikeBT.IBinaryOpInstruction.IOperator |
getOperator()
Ugh.
|
boolean |
isFallThrough() |
boolean |
isPEI() |
boolean |
mayBeIntegerOp() |
String |
toString(SymbolTable symbolTable) |
void |
visit(SSAInstruction.IVisitor v)
Apply an IVisitor to this instruction.
|
getDef, getDef, getNumberOfDefs, getNumberOfUses, getUse, hasDef, hashCodecopyForSSA, equals, getExceptionTypes, getValueString, toStringprotected SSABinaryOpInstruction(int iindex,
com.ibm.wala.shrikeBT.IBinaryOpInstruction.IOperator operator,
int result,
int val1,
int val2,
boolean mayBeInteger)
public String toString(SymbolTable symbolTable)
toString in class SSAInstructionpublic void visit(SSAInstruction.IVisitor v) throws NullPointerException
SSAInstructionvisit in class SSAInstructionNullPointerExceptionSSAInstruction.visit(IVisitor)public com.ibm.wala.shrikeBT.IBinaryOpInstruction.IOperator getOperator()
public boolean isPEI()
isPEI in class SSAInstructionpublic boolean isFallThrough()
isFallThrough in class SSAInstructionpublic boolean mayBeIntegerOp()
Copyright © 2015. All rights reserved.