private static class InstrIndex.TempRelatives
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.LinkedList<InstrIndex> |
rels |
Constructor and Description |
---|
TempRelatives(InstrIndex start) |
Modifier and Type | Method and Description |
---|---|
void |
after(InstrIndex than,
InstrIndex isBefore) |
void |
before(InstrIndex than,
InstrIndex isBefore) |
int |
indexOf(InstrIndex i) |
private final java.util.LinkedList<InstrIndex> rels
TempRelatives(InstrIndex start)
public int indexOf(InstrIndex i)
public void before(InstrIndex than, InstrIndex isBefore)
public void after(InstrIndex than, InstrIndex isBefore)