Uses of Interface
com.google.googlejavaformat.Input.Tok
| Package | Description |
|---|---|
| com.google.googlejavaformat | |
| com.google.googlejavaformat.java |
-
Uses of Input.Tok in com.google.googlejavaformat
Methods in com.google.googlejavaformat that return Input.Tok Modifier and Type Method Description Input.TokInput.Token. getTok()Get the token'sInput.Tok.Methods in com.google.googlejavaformat that return types with arguments of type Input.Tok Modifier and Type Method Description ImmutableList<? extends Input.Tok>Input.Token. getToksAfter()Get the laterInput.Toks assigned to thisToken.ImmutableList<? extends Input.Tok>Input.Token. getToksBefore()Get the earlierInput.Toks assigned to thisToken.Methods in com.google.googlejavaformat with parameters of type Input.Tok Modifier and Type Method Description StringCommentsHelper. rewrite(Input.Tok tok, int maxWidth, int column0)Try to rewrite comments, returning rewritten text.Method parameters in com.google.googlejavaformat with type arguments of type Input.Tok Modifier and Type Method Description protected voidInputOutput. computeRanges(List<? extends Input.Tok> toks) -
Uses of Input.Tok in com.google.googlejavaformat.java
Methods in com.google.googlejavaformat.java that return Input.Tok Modifier and Type Method Description static Input.TokJavaOutput. endTok(Input.Token token)The last non-whitespace Tok in the Token.static Input.TokJavaOutput. startTok(Input.Token token)The earliest non-whitespace Tok in the Token.Methods in com.google.googlejavaformat.java with parameters of type Input.Tok Modifier and Type Method Description StringJavaCommentsHelper. rewrite(Input.Tok tok, int maxWidth, int column0)