Uses of Interface
com.google.googlejavaformat.Input.Token
Packages that use Input.Token
-
Uses of Input.Token in com.google.googlejavaformat
Methods in com.google.googlejavaformat that return Input.TokenModifier and TypeMethodDescriptionabstract Input.Token
Input.getToken
(int k) Get the Token by index.Methods in com.google.googlejavaformat that return types with arguments of type Input.TokenModifier and TypeMethodDescriptionabstract ImmutableRangeMap<Integer,
? extends Input.Token> Input.getPositionTokenMap()
A map from [start, end] position ranges toInput.Token
s.abstract ImmutableList<? extends Input.Token>
Input.getTokens()
Get the input tokens.Methods in com.google.googlejavaformat with parameters of type Input.TokenModifier and TypeMethodDescriptionabstract void
Output.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.TokenModifier and TypeMethodDescriptionImmutableList<? extends Input.Token>
JavaInput.getTokens()
Get the input tokens.Methods in com.google.googlejavaformat.java with parameters of type Input.TokenModifier and TypeMethodDescriptionstatic Input.Tok
JavaOutput.endTok
(Input.Token token) The last non-whitespace Tok in the Token.void
JavaOutput.markForPartialFormat
(Input.Token start, Input.Token end) static int
JavaOutput.startPosition
(Input.Token token) The earliest position of any Tok in the Token, including leading whitespace.static Input.Tok
JavaOutput.startTok
(Input.Token token) The earliest non-whitespace Tok in the Token.