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 BBlockthe basic block containing the instructionprivate intthe index of the instruction in the basic block's instruction sequence -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(CodeLocation loc) booleangetBlock()intintinthashCode()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:
compareToin interfaceComparable<CodeLocation>
-
equals
-
hashCode
public int hashCode()
-