Class CodeLocation

java.lang.Object
org.jboss.byteman.agent.adapter.cfg.CodeLocation
All Implemented Interfaces:
Comparable<CodeLocation>

public class CodeLocation extends Object implements Comparable<CodeLocation>
a reference to a specific instruction location in a given BBlock
  • Field Details

    • block

      private BBlock block
      the basic block containing the instruction
    • instructionIdx

      private int instructionIdx
      the index of the instruction in the basic block's instruction sequence
  • Constructor Details

    • CodeLocation

      public CodeLocation(BBlock block, int instructionIdx)
  • Method Details