Package com.google.googlejavaformat
Interface Input.Token
- Enclosing class:
- Input
public static interface Input.Token
A
Token is a language-level token.-
Method Summary
-
Method Details
-
getTok
Input.Tok getTok()Get the token'sInput.Tok.- Returns:
- the token's
Input.Tok
-
getToksBefore
com.google.common.collect.ImmutableList<? extends Input.Tok> getToksBefore()Get the earlierInput.Toks assigned to thisToken.- Returns:
- the earlier
Input.Toks assigned to thisToken
-
getToksAfter
com.google.common.collect.ImmutableList<? extends Input.Tok> getToksAfter()Get the laterInput.Toks assigned to thisToken.- Returns:
- the later
Input.Toks assigned to thisToken
-