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 TokenSiteCatalogTextParser. m_lookAheadStores the look-ahead symbol.private TokenTransformationCatalogTextParser. mLookAheadStores the look-ahead symbol.private TokenTransformationCatalogTextScanner. mPreviousTokenCaptures the previous token.Methods in edu.isi.pegasus.planner.parser that return Token Modifier and Type Method Description TokenSiteCatalogTextScanner. nextToken()Obtains the next token from the input stream.TokenTransformationCatalogTextScanner. 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 classCloseBraceClass to convey a closed brace, no token value necessary.classCloseParanthesisClass to convey a closed paranthesis, no token value necessary.classIdentifierClass to capture reserved words.classOpenBraceClass to convey a opened brace, no token value necessary.classOpenParanthesisClass to convey a closed paranthesis, no token value necessary.classQuotedStringClass to capture the content within a quoted string.classSiteCatalogReservedWordClass to capture reserved words.classTransformationCatalogReservedWordClass to capture reserved words for the textual format of Transformation Catalog
-