Uses of Class
org.geotools.filter.text.generated.parsers.Token
Packages that use Token
-
Uses of Token in org.geotools.filter.text.commons
Methods in org.geotools.filter.text.commons that return TokenMethods in org.geotools.filter.text.commons with parameters of type TokenConstructors in org.geotools.filter.text.commons with parameters of type Token -
Uses of Token in org.geotools.filter.text.generated.parsers
Fields in org.geotools.filter.text.generated.parsers declared as TokenModifier and TypeFieldDescriptionParseException.currentTokenThis is the last token that has been consumed successfully.CQLParser.jj_ntNext token.ECQLParser.jj_ntNext token.Token.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.CQLParser.tokenCurrent token.ECQLParser.tokenCurrent token.protected TokenSimpleNode.tokenMethods in org.geotools.filter.text.generated.parsers that return TokenModifier and TypeMethodDescriptionfinal TokenCQLParser.getNextToken()Get the next Token.CQLParserTokenManager.getNextToken()Get the next Token.final TokenECQLParser.getNextToken()Get the next Token.ECQLParserTokenManager.getNextToken()Get the next Token.final TokenCQLParser.getToken(int index) Get the specific Token.final TokenECQLParser.getToken(int index) Get the specific Token.Node.getToken()SimpleNode.getToken()protected TokenCQLParserTokenManager.jjFillToken()protected TokenECQLParserTokenManager.jjFillToken()static TokenToken.newToken(int ofKind) static TokenReturns a new Token object, by default.Constructors in org.geotools.filter.text.generated.parsers with parameters of type TokenModifierConstructorDescriptionParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal) This constructor is used by the method "generateParseException" in the generated parser.