public class CodeLocation extends Object implements Comparable<CodeLocation>
Constructor and Description |
---|
CodeLocation(BBlock block,
int instructionIdx) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(CodeLocation loc) |
boolean |
equals(Object o) |
BBlock |
getBlock() |
int |
getBlockIdx() |
int |
getInstructionIdx() |
int |
hashCode() |
String |
toString() |
public CodeLocation(BBlock block, int instructionIdx)
public BBlock getBlock()
public int getBlockIdx()
public int getInstructionIdx()
public int compareTo(CodeLocation loc)
compareTo
in interface Comparable<CodeLocation>
Copyright © 2019. All Rights Reserved.