| Interface | Description |
|---|---|
| Token |
Base class for the tokens passed from the Text Scanner to the parser.
|
| Class | Description |
|---|---|
| CloseBrace |
Class to convey a closed brace, no token value necessary.
|
| CloseParanthesis |
Class to convey a closed paranthesis, no token value necessary.
|
| Identifier |
Class to capture reserved words.
|
| OpenBrace |
Class to convey a opened brace, no token value necessary.
|
| OpenParanthesis |
Class to convey a closed paranthesis, no token value necessary.
|
| QuotedString |
Class to capture the content within a quoted string.
|
| SiteCatalogReservedWord |
Class to capture reserved words.
|
| TransformationCatalogReservedWord |
Class to capture reserved words for the textual format of Transformation
Catalog
|