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.Tok s assigned to this Token . |
ImmutableList<? extends Input.Tok> |
getToksBefore()
Get the earlier
Input.Tok s assigned to this Token . |
ImmutableList<? extends Input.Tok> getToksBefore()
Input.Tok
s assigned to this Token
.Input.Tok
s assigned to this Token
ImmutableList<? extends Input.Tok> getToksAfter()
Input.Tok
s assigned to this Token
.Input.Tok
s assigned to this Token
Copyright © 2015–2017 Google Inc.. All rights reserved.