| Package | Description |
|---|---|
| xtc.parser | |
| xtc.tree |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends Locatable> |
ParserBase.apply(Pair<Action<T>> actions,
T seed,
int index)
Apply the specified actions on the specified seed while also
setting the results' locations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParserBase.setLocation(Locatable locatable,
int index)
Set the location for the specified locatable object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Annotation
The superclass of all annotations.
|
class |
Formatting
An annotation capturing source code formatting.
|
class |
GNode
A generic node in an abstract syntax tree.
|
class |
Node
A node in an abstract syntax tree.
|
class |
Token
A token.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Locatable.setLocation(Locatable locatable)
Set this object's location to the specified locatable's location.
|
void |
Node.setLocation(Locatable locatable) |
Copyright © 2012. All Rights Reserved.