Class InstrIndex
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.opgraph.InstrIndex
- All Implemented Interfaces:
Comparable<InstrIndex>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstrIndex
(int index) private
InstrIndex
(int index, InstrIndex.TempRelatives tempList) -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(InstrIndex other) (package private) boolean
directlyPreceeds
(InstrIndex other) boolean
int
hashCode()
private int
idx()
boolean
isBackJumpFrom
(IndexedStatement other) boolean
isBackJumpFrom
(InstrIndex other) boolean
isBackJumpTo
(IndexedStatement other) private int
isBackJumpTo
(InstrIndex other) private void
toString()
-
Field Details
-
index
private final int index -
tempList
-
-
Constructor Details
-
InstrIndex
public InstrIndex(int index) -
InstrIndex
-
-
Method Details
-
idx
private int idx() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<InstrIndex>
-
equals
-
hashCode
public int hashCode() -
mkTempList
private void mkTempList() -
justBefore
-
justAfter
-
directlyPreceeds
-
isBackJumpTo
-
isBackJumpTo
-
isBackJumpFrom
-
isBackJumpFrom
-