Uses of Class
org.faktorips.fl.parser.Token
Packages that use Token
-
Uses of Token in org.faktorips.fl.parser
Fields in org.faktorips.fl.parser declared as TokenModifier and TypeFieldDescriptionParseException.currentTokenThis is the last token that has been consumed successfully.FlParser.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.FlParser.tokenMethods in org.faktorips.fl.parser that return TokenModifier and TypeMethodDescriptionSimpleNode.getFirstToken()Returns the last token that has been retrieved from the parser when this node was closed.SimpleNode.getLastToken()Returns the last token that has been retrieved from the parser when this node was closed.final TokenFlParser.getNextToken()FlParserTokenManager.getNextToken()final TokenFlParser.getToken(int index) protected TokenFlParserTokenManager.jjFillToken()static final TokenToken.newToken(int ofKind) Returns a new Token object, by default.Constructors in org.faktorips.fl.parser with parameters of type TokenModifierConstructorDescriptionParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal) This constructor is used by the method "generateParseException" in the generated parser.