Uses of Interface
com.google.googlejavaformat.Input.Token
| Package | Description |
|---|---|
| com.google.googlejavaformat | |
| com.google.googlejavaformat.java |
-
Uses of Input.Token in com.google.googlejavaformat
Methods in com.google.googlejavaformat that return Input.Token Modifier and Type Method Description abstract Input.TokenInput. getToken(int k)Get the Token by index.Methods in com.google.googlejavaformat that return types with arguments of type Input.Token Modifier and Type Method Description abstract ImmutableRangeMap<Integer,? extends Input.Token>Input. getPositionTokenMap()A map from [start, end] position ranges toInput.Tokens.abstract ImmutableList<? extends Input.Token>Input. getTokens()Get the input tokens.Methods in com.google.googlejavaformat with parameters of type Input.Token Modifier and Type Method Description abstract voidOutput. markForPartialFormat(Input.Token start, Input.Token end)Marks a region that can be partially formatted. -
Uses of Input.Token in com.google.googlejavaformat.java
Methods in com.google.googlejavaformat.java that return types with arguments of type Input.Token Modifier and Type Method Description ImmutableList<? extends Input.Token>JavaInput. getTokens()Get the input tokens.Methods in com.google.googlejavaformat.java with parameters of type Input.Token Modifier and Type Method Description static Input.TokJavaOutput. endTok(Input.Token token)The last non-whitespace Tok in the Token.voidJavaOutput. markForPartialFormat(Input.Token start, Input.Token end)static intJavaOutput. startPosition(Input.Token token)The earliest position of any Tok in the Token, including leading whitespace.static Input.TokJavaOutput. startTok(Input.Token token)The earliest non-whitespace Tok in the Token.