public static interface Input.Token
Token is a language-level token.| Modifier and Type | Method and Description |
|---|---|
Input.Tok |
getTok()
Get the token's
Input.Tok. |
ImmutableList<? extends Input.Tok> |
getToksAfter()
Get the later
Input.Toks assigned to this Token. |
ImmutableList<? extends Input.Tok> |
getToksBefore()
Get the earlier
Input.Toks assigned to this Token. |
ImmutableList<? extends Input.Tok> getToksBefore()
Input.Toks assigned to this Token.Input.Toks assigned to this TokenImmutableList<? extends Input.Tok> getToksAfter()
Input.Toks assigned to this Token.Input.Toks assigned to this TokenCopyright © 2015–2017 Google Inc.. All rights reserved.