Class InstrIndex.TempRelatives
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.InstrIndex.TempRelatives
-
- Enclosing class:
- InstrIndex
private static class InstrIndex.TempRelatives extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.LinkedList<InstrIndex>
rels
-
Constructor Summary
Constructors Constructor Description TempRelatives(InstrIndex start)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
after(InstrIndex than, InstrIndex isBefore)
void
before(InstrIndex than, InstrIndex isBefore)
int
indexOf(InstrIndex i)
-
-
-
Field Detail
-
rels
private final java.util.LinkedList<InstrIndex> rels
-
-
Constructor Detail
-
TempRelatives
TempRelatives(InstrIndex start)
-
-
Method Detail
-
indexOf
public int indexOf(InstrIndex i)
-
before
public void before(InstrIndex than, InstrIndex isBefore)
-
after
public void after(InstrIndex than, InstrIndex isBefore)
-
-