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
-
-
Constructor Summary
Constructors Constructor Description CodeLocation(BBlock block, int instructionIdx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(CodeLocation loc)
boolean
equals(Object o)
BBlock
getBlock()
int
getBlockIdx()
int
getInstructionIdx()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
CodeLocation
public CodeLocation(BBlock block, int instructionIdx)
-
-
Method Detail
-
getBlock
public BBlock getBlock()
-
getBlockIdx
public int getBlockIdx()
-
getInstructionIdx
public int getInstructionIdx()
-
compareTo
public int compareTo(CodeLocation loc)
- Specified by:
compareTo
in interfaceComparable<CodeLocation>
-
-