public class InstrIndex extends Object implements Comparable<InstrIndex>
Constructor and Description |
---|
InstrIndex(int index) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(InstrIndex other) |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isBackJumpFrom(IndexedStatement other) |
boolean |
isBackJumpFrom(InstrIndex other) |
boolean |
isBackJumpTo(IndexedStatement other) |
InstrIndex |
justAfter() |
InstrIndex |
justBefore() |
String |
toString() |
public int compareTo(InstrIndex other)
compareTo
in interface Comparable<InstrIndex>
public InstrIndex justBefore()
public InstrIndex justAfter()
public boolean isBackJumpTo(IndexedStatement other)
public boolean isBackJumpFrom(IndexedStatement other)
public boolean isBackJumpFrom(InstrIndex other)
Copyright © 2011-2021. All Rights Reserved.