| Package | Description |
|---|---|
| edu.isi.pegasus.planner.parser | |
| edu.isi.pegasus.planner.parser.tokens |
| Modifier and Type | Field and Description |
|---|---|
private Token |
SiteCatalogTextParser.m_lookAhead
Stores the look-ahead symbol.
|
private Token |
TransformationCatalogTextParser.mLookAhead
Stores the look-ahead symbol.
|
private Token |
TransformationCatalogTextScanner.mPreviousToken
Captures the previous token.
|
| Modifier and Type | Method and Description |
|---|---|
Token |
TransformationCatalogTextScanner.nextToken()
Obtains the next token from the input stream.
|
Token |
SiteCatalogTextScanner.nextToken()
Obtains the next token from the input stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CloseBrace
Class to convey a closed brace, no token value necessary.
|
class |
CloseParanthesis
Class to convey a closed paranthesis, no token value necessary.
|
class |
Identifier
Class to capture reserved words.
|
class |
OpenBrace
Class to convey a opened brace, no token value necessary.
|
class |
OpenParanthesis
Class to convey a closed paranthesis, no token value necessary.
|
class |
QuotedString
Class to capture the content within a quoted string.
|
class |
SiteCatalogReservedWord
Class to capture reserved words.
|
class |
TransformationCatalogReservedWord
Class to capture reserved words for the textual format of Transformation
Catalog
|