Comparable<CodeLocation>
public class CodeLocation extends Object implements Comparable<CodeLocation>
Constructor | Description |
---|---|
CodeLocation(BBlock block,
int instructionIdx) |
Modifier and Type | Method | 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 © 2018. All rights reserved.