Package | Description |
---|---|
parser.nodes |
Modifier and Type | Class and Description |
---|---|
class |
AbsoluteIndex |
class |
FreeIndex |
Modifier and Type | Field and Description |
---|---|
private AbstractIndex |
EmptyTarget.index |
private AbstractIndex |
SubLevelTarget.index |
private AbstractIndex |
TopLevelTarget.index |
Modifier and Type | Method and Description |
---|---|
AbstractIndex |
EmptyTarget.getIndex() |
AbstractIndex |
SubLevelTarget.getIndex() |
AbstractIndex |
Target.getIndex() |
AbstractIndex |
TopLevelTarget.getIndex() |
Modifier and Type | Method and Description |
---|---|
void |
EmptyTarget.addIndex(AbstractIndex index) |
void |
SubLevelTarget.addIndex(AbstractIndex index) |
void |
Target.addIndex(AbstractIndex index) |
void |
TopLevelTarget.addIndex(AbstractIndex index) |