Interface Input.Token

  • All Known Implementing Classes:
    JavaInput.Token
    Enclosing class:
    Input

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

      • 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