Uses of Interface
edu.isi.pegasus.planner.parser.tokens.Token
-
Packages that use Token Package Description edu.isi.pegasus.planner.parser edu.isi.pegasus.planner.parser.tokens -
-
Uses of Token in edu.isi.pegasus.planner.parser
Fields in edu.isi.pegasus.planner.parser declared as Token Modifier and Type Field 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.Methods in edu.isi.pegasus.planner.parser that return Token Modifier and Type Method Description Token
SiteCatalogTextScanner. nextToken()
Obtains the next token from the input stream.Token
TransformationCatalogTextScanner. nextToken()
Obtains the next token from the input stream. -
Uses of Token in edu.isi.pegasus.planner.parser.tokens
Classes in edu.isi.pegasus.planner.parser.tokens that implement Token Modifier and Type Class 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
-