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
A Statement which carries an instruction index, representing the index of an SSAInstruction in the IR instruction array.
  • Constructor Details

    • StatementWithInstructionIndex

      protected StatementWithInstructionIndex(CGNode node, int instructionIndex)
  • Method Details