Interface ADQLGrammar.Tokenizer

Enclosing interface:
ADQLGrammar

public static interface ADQLGrammar.Tokenizer
API helping to iterate over a set of Tokens.
Since:
2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the next available token.
  • Method Details

    • nextToken

      Token nextToken()
      Get the next available token.

      The last available Token should

      Returns:
      The next token.