Uses of Class
org.geotools.filter.text.generated.parsers.Token
-
Packages that use Token Package Description org.geotools.filter.text.commons org.geotools.filter.text.generated.parsers -
-
Uses of Token in org.geotools.filter.text.commons
Methods in org.geotools.filter.text.commons that return Token Modifier and Type Method Description Token
IToken. getAdapted()
Token
TokenAdapter. getAdapted()
Methods in org.geotools.filter.text.commons with parameters of type Token Modifier and Type Method Description static IToken
TokenAdapter. newAdapterFor(Token token)
Constructors in org.geotools.filter.text.commons with parameters of type Token Constructor Description Result(Object built2, Token token2, int type)
-
Uses of Token in org.geotools.filter.text.generated.parsers
Fields in org.geotools.filter.text.generated.parsers declared as Token Modifier and Type Field Description Token
ParseException. currentToken
This is the last token that has been consumed successfully.Token
CQLParser. jj_nt
Token
ECQLParser. jj_nt
Token
Token. next
A reference to the next regular (non-special) token from the input stream.Token
Token. specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.Token
CQLParser. token
Token
ECQLParser. token
protected Token
SimpleNode. token
Methods in org.geotools.filter.text.generated.parsers that return Token Modifier and Type Method Description Token
CQLParser. getNextToken()
Token
CQLParserTokenManager. getNextToken()
Token
ECQLParser. getNextToken()
Token
ECQLParserTokenManager. getNextToken()
Token
CQLParser. getToken(int index)
Token
ECQLParser. getToken(int index)
Token
Node. getToken()
Token
SimpleNode. getToken()
protected Token
CQLParserTokenManager. jjFillToken()
protected Token
ECQLParserTokenManager. jjFillToken()
static Token
Token. newToken(int ofKind)
Returns a new Token object, by default.Constructors in org.geotools.filter.text.generated.parsers with parameters of type Token Constructor Description ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal)
This constructor is used by the method "generateParseException" in the generated parser.
-