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 . |
com.google.common.collect.ImmutableList<? extends Input.Tok> |
getToksAfter()
Get the later
Input.Tok s assigned to this Token . |
com.google.common.collect.ImmutableList<? extends Input.Tok> |
getToksBefore()
Get the earlier
Input.Tok s assigned to this Token . |
Copyright © 2015-2018 Google Inc.. All Rights Reserved.