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 com.ibm.wala.ipa.slicer.Statement
Statement.Kind
-
Constructor Summary
ModifierConstructorDescriptionprotected
StatementWithInstructionIndex
(CGNode node, int instructionIndex) -
Method Summary
-
Constructor Details
-
StatementWithInstructionIndex
-
-
Method Details
-
getInstructionIndex
public int getInstructionIndex() -
getInstruction
-
hashCode
-
equals
-
toString
-