Package com.ibm.wala.ipa.slicer
Class StatementWithInstructionIndex
- java.lang.Object
-
- com.ibm.wala.ipa.slicer.Statement
-
- com.ibm.wala.ipa.slicer.StatementWithInstructionIndex
-
- Direct Known Subclasses:
ExceptionalReturnCaller
,NormalReturnCaller
,NormalStatement
,ParamCaller
public abstract class StatementWithInstructionIndex extends Statement
AStatement
which carries an instruction index, representing the index of anSSAInstruction
in the IR instruction array.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.ibm.wala.ipa.slicer.Statement
Statement.Kind
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
StatementWithInstructionIndex(CGNode node, int instructionIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
SSAInstruction
getInstruction()
int
getInstructionIndex()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
StatementWithInstructionIndex
protected StatementWithInstructionIndex(CGNode node, int instructionIndex)
-
-
Method Detail
-
getInstructionIndex
public int getInstructionIndex()
-
getInstruction
public SSAInstruction getInstruction()
-
-