Uses of Class
org.globus.rsl.Token
Packages that use Token
Package
Description
This library provides a convenience API for creating, manipulating, and checking the
validity of RSL expressions.
-
Uses of Token in org.globus.rsl
Fields in org.globus.rsl declared as TokenModifier and TypeFieldDescriptionParseException.currentTokenThis is the last token that has been consumed successfully.RSLParser.jj_ntToken.nextA reference to the next regular (non-special) token from the input stream.Token.specialTokenThis field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.RSLParser.tokenMethods in org.globus.rsl that return TokenModifier and TypeMethodDescriptionfinal TokenRSLParser.getNextToken()final TokenRSLParserTokenManager.getNextToken()final TokenRSLParser.getToken(int index) private final TokenRSLParser.jj_consume_token(int kind) private final TokenRSLParserTokenManager.jjFillToken()static final TokenToken.newToken(int ofKind) Returns a new Token object, by default.final TokenRSLParser.stringToken()Methods in org.globus.rsl with parameters of type TokenModifier and TypeMethodDescriptionprivate Stringprivate voidRSLParser.updateValueList(Token tok, LinkedList valueList, LinkedList tokenList) Constructors in org.globus.rsl with parameters of type TokenModifierConstructorDescriptionParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal) This constructor is used by the method "generateParseException" in the generated parser.