Uses of Class
org.geotools.filter.text.generated.parsers.Token

Packages that use Token
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
 Token IToken.getAdapted()
           
 Token TokenAdapter.getAdapted()
           
 

Methods in org.geotools.filter.text.commons with parameters of type Token
static IToken TokenAdapter.newAdapterFor(Token token)
           
 

Constructors in org.geotools.filter.text.commons with parameters of type Token
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
 Token ParseException.currentToken
          This is the last token that has been consumed successfully.
 Token ECQLParser.jj_nt
           
 Token CQLParser.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 ECQLParser.token
           
protected  Token SimpleNode.token
           
 Token CQLParser.token
           
 

Methods in org.geotools.filter.text.generated.parsers that return Token
 Token ECQLParser.getNextToken()
           
 Token CQLParserTokenManager.getNextToken()
           
 Token ECQLParserTokenManager.getNextToken()
           
 Token CQLParser.getNextToken()
           
 Token SimpleNode.getToken()
           
 Token Node.getToken()
           
 Token ECQLParser.getToken(int index)
           
 Token CQLParser.getToken(int index)
           
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
ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal)
          This constructor is used by the method "generateParseException" in the generated parser.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.