Uses of Interface
com.google.googlejavaformat.Input.Tok
Packages that use Input.Tok
-
Uses of Input.Tok in com.google.googlejavaformat
Fields in com.google.googlejavaformat declared as Input.TokMethods in com.google.googlejavaformat that return Input.TokModifier and TypeMethodDescriptionInput.Token.getTok()Get the token'sInput.Tok.private Input.TokDoc.Token.tok()Methods in com.google.googlejavaformat that return types with arguments of type Input.TokModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<? extends Input.Tok> Input.Token.getToksAfter()Get the laterInput.Toks assigned to thisToken.com.google.common.collect.ImmutableList<? extends Input.Tok> Input.Token.getToksBefore()Get the earlierInput.Toks assigned to thisToken.com.google.common.collect.ImmutableList<Input.Tok> OpsBuilder.peekTokens(int startPosition, com.google.common.base.Predicate<Input.Tok> predicate) Returns theInput.Toks starting at the current source position, which are satisfied by the given predicate.Methods in com.google.googlejavaformat with parameters of type Input.TokModifier and TypeMethodDescription(package private) static Doc.TokFactory method for aTok.OpsBuilder.makeComment(Input.Tok comment) CommentsHelper.reformatParameterComment(Input.Tok tok) Try to rewrite comments, returning rewritten text.Method parameters in com.google.googlejavaformat with type arguments of type Input.TokModifier and TypeMethodDescriptionprotected final voidInputOutput.computeRanges(List<? extends Input.Tok> toks) com.google.common.collect.ImmutableList<Input.Tok> OpsBuilder.peekTokens(int startPosition, com.google.common.base.Predicate<Input.Tok> predicate) Returns theInput.Toks starting at the current source position, which are satisfied by the given predicate.Constructors in com.google.googlejavaformat with parameters of type Input.Tok -
Uses of Input.Tok in com.google.googlejavaformat.java
Classes in com.google.googlejavaformat.java that implement Input.TokModifier and TypeClassDescription(package private) static final classAJavaInputis a sequence ofJavaInput.Toks that cover the Java input.Fields in com.google.googlejavaformat.java declared as Input.TokModifier and TypeFieldDescriptionprivate final Input.TokAutoOneOf_JavaInputAstVisitor_AnnotationOrModifier.Impl_modifier.modifierMethods in com.google.googlejavaformat.java that return Input.TokModifier and TypeMethodDescriptionstatic Input.TokJavaOutput.endTok(Input.Token token) The last non-whitespace Tok in the Token.AutoOneOf_JavaInputAstVisitor_AnnotationOrModifier.Impl_modifier.modifier()(package private) Input.TokAutoOneOf_JavaInputAstVisitor_AnnotationOrModifier.Parent_.modifier()(package private) abstract Input.TokJavaInputAstVisitor.AnnotationOrModifier.modifier()static Input.TokJavaOutput.startTok(Input.Token token) The earliest non-whitespace Tok in the Token.Methods in com.google.googlejavaformat.java that return types with arguments of type Input.TokModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<? extends Input.Tok> JavaInput.Token.getToksAfter()Get the laterJavaInput.Toks assigned to thisToken.(package private) com.google.common.collect.ImmutableList<? extends Input.Tok> ModifierOrderer.ModifierTokens.getToksAfter()com.google.common.collect.ImmutableList<? extends Input.Tok> JavaInput.Token.getToksBefore()Get the earlierJavaInput.Toks assigned to thisToken.(package private) com.google.common.collect.ImmutableList<? extends Input.Tok> ModifierOrderer.ModifierTokens.getToksBefore()Methods in com.google.googlejavaformat.java with parameters of type Input.TokModifier and TypeMethodDescription(package private) static JavaInputAstVisitor.AnnotationOrModifier(package private) static JavaInputAstVisitor.AnnotationOrModifierJavaInputAstVisitor.AnnotationOrModifier.ofModifier(Input.Tok m) Method parameters in com.google.googlejavaformat.java with type arguments of type Input.TokModifier and TypeMethodDescriptionprivate static voidModifierOrderer.addTrivia(StringBuilder replacement, com.google.common.collect.ImmutableList<? extends Input.Tok> toks) Constructors in com.google.googlejavaformat.java with parameters of type Input.Tok