Class StatementWithInstructionIndex
java.lang.Object
com.ibm.wala.ipa.slicer.Statement
com.ibm.wala.ipa.slicer.StatementWithInstructionIndex
- Direct Known Subclasses:
ExceptionalReturnCaller, NormalReturnCaller, NormalStatement, ParamCaller
A
Statement which carries an instruction index, representing the index of an SSAInstruction in the IR instruction array.-
Nested Class Summary
Nested classes/interfaces inherited from class Statement
Statement.Kind -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedStatementWithInstructionIndex(CGNode node, int instructionIndex) -
Method Summary
-
Constructor Details
-
StatementWithInstructionIndex
-
-
Method Details
-
getInstructionIndex
public int getInstructionIndex() -
getInstruction
-
hashCode
-
equals
-
toString
-