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 intcompareTo(CodeLocation loc)booleanequals(Object o)BBlockgetBlock()intgetBlockIdx()intgetInstructionIdx()inthashCode()StringtoString()
-
-
-
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:
compareToin interfaceComparable<CodeLocation>
-
-