Class CodeLocation
java.lang.Object
org.jboss.byteman.agent.adapter.cfg.CodeLocation
- All Implemented Interfaces:
Comparable<CodeLocation>
a reference to a specific instruction location in a given BBlock
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate BBlock
the basic block containing the instructionprivate int
the index of the instruction in the basic block's instruction sequence -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(CodeLocation loc) boolean
getBlock()
int
int
int
hashCode()
toString()
-
Field Details
-
block
the basic block containing the instruction -
instructionIdx
private int instructionIdxthe index of the instruction in the basic block's instruction sequence
-
-
Constructor Details
-
CodeLocation
-
-
Method Details
-
getBlock
-
getBlockIdx
public int getBlockIdx() -
getInstructionIdx
public int getInstructionIdx() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<CodeLocation>
-
equals
-
hashCode
public int hashCode()
-