Interface Input.Token

Enclosing class:
Input

public static interface Input.Token
A Token is a language-level token.
  • Method Details

    • getTok

      Input.Tok getTok()
      Get the token's Input.Tok.
      Returns:
      the token's Input.Tok
    • getToksBefore

      com.google.common.collect.ImmutableList<? extends Input.Tok> getToksBefore()
      Get the earlier Input.Toks assigned to this Token.
      Returns:
      the earlier Input.Toks assigned to this Token
    • getToksAfter

      com.google.common.collect.ImmutableList<? extends Input.Tok> getToksAfter()
      Get the later Input.Toks assigned to this Token.
      Returns:
      the later Input.Toks assigned to this Token