| Package | Description |
|---|---|
| xtc.parser | |
| xtc.tree | |
| xtc.type |
| Modifier and Type | Method and Description |
|---|---|
Location |
ParserBase.location(int index)
Get the location for the specified index.
|
| Modifier and Type | Method and Description |
|---|---|
Location |
Locatable.getLocation()
Get this object's location.
|
Location |
Node.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
void |
Locatable.setLocation(Location location)
Set this object's location.
|
void |
Node.setLocation(Location location) |
| Constructor and Description |
|---|
Node(Location location)
Create a new node.
|
| Modifier and Type | Method and Description |
|---|---|
Location |
Type.getLocation()
Get this type's or any wrapped type's location.
|
Location |
Type.getLocation(boolean forward)
Get this type's or any wrapped type's location.
|
Location |
WrappedT.getLocation(boolean forward) |
| Modifier and Type | Method and Description |
|---|---|
Type |
Type.locate(Location location)
Set this type's location.
|
void |
Type.setLocation(Location location) |
Copyright © 2014. All Rights Reserved.