Package com.google.googlejavaformat
Interface Input.Token
-
- All Known Implementing Classes:
JavaInput.Token
- Enclosing class:
- Input
public static interface Input.TokenATokenis a language-level token.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Input.TokgetTok()Get the token'sInput.Tok.com.google.common.collect.ImmutableList<? extends Input.Tok>getToksAfter()Get the laterInput.Toks assigned to thisToken.com.google.common.collect.ImmutableList<? extends Input.Tok>getToksBefore()Get the earlierInput.Toks assigned to thisToken.
-