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
AStatementwhich carries an instruction index, representing the index of anSSAInstructionin 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 protectedStatementWithInstructionIndex(CGNode node, int instructionIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)SSAInstructiongetInstruction()intgetInstructionIndex()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
StatementWithInstructionIndex
protected StatementWithInstructionIndex(CGNode node, int instructionIndex)
-
-
Method Detail
-
getInstructionIndex
public int getInstructionIndex()
-
getInstruction
public SSAInstruction getInstruction()
-
-