JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
adql.parser.grammar
Interface ADQLGrammar.Tokenizer
Enclosing interface:
ADQLGrammar
public static interface
ADQLGrammar.Tokenizer
API helping to iterate over a set of
Token
s.
Since:
2.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Token
nextToken
()
Get the next available token.
Method Details
nextToken
Token
nextToken
()
Get the next available token.
The last available
Token
should
Returns:
The next token.