Uses of Interface
com.google.googlejavaformat.Input.Tok
-
Packages that use Input.Tok Package Description com.google.googlejavaformat com.google.googlejavaformat.java -
-
Uses of Input.Tok in com.google.googlejavaformat
Fields in com.google.googlejavaformat declared as Input.Tok Modifier and Type Field Description private Input.TokDoc.Tok. tokMethods in com.google.googlejavaformat that return Input.Tok Modifier and Type Method Description Input.TokInput.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.Tok Modifier and Type Method Description com.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.Tok Modifier and Type Method Description (package private) static Doc.TokDoc.Tok. make(Input.Tok tok)Factory method for aTok.private static java.util.List<Op>OpsBuilder. makeComment(Input.Tok comment)static java.util.Optional<java.lang.String>CommentsHelper. reformatParameterComment(Input.Tok tok)java.lang.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(java.util.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 Constructor Description Tok(Input.Tok tok) -
Uses of Input.Tok in com.google.googlejavaformat.java
Classes in com.google.googlejavaformat.java that implement Input.Tok Modifier and Type Class Description (package private) static classJavaInput.TokAJavaInputis a sequence ofJavaInput.Toks that cover the Java input.Fields in com.google.googlejavaformat.java declared as Input.Tok Modifier and Type Field Description private Input.TokAutoOneOf_JavaInputAstVisitor_AnnotationOrModifier.Impl_modifier. modifierMethods 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.Input.TokAutoOneOf_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.Tok Modifier and Type Method Description com.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.Tok Modifier and Type Method Description (package private) static JavaInputAstVisitor.AnnotationOrModifierAutoOneOf_JavaInputAstVisitor_AnnotationOrModifier. modifier(Input.Tok modifier)(package private) static JavaInputAstVisitor.AnnotationOrModifierJavaInputAstVisitor.AnnotationOrModifier. ofModifier(Input.Tok m)java.lang.StringJavaCommentsHelper. rewrite(Input.Tok tok, int maxWidth, int column0)Method parameters in com.google.googlejavaformat.java with type arguments of type Input.Tok Modifier and Type Method Description private static voidModifierOrderer. addTrivia(java.lang.StringBuilder replacement, com.google.common.collect.ImmutableList<? extends Input.Tok> toks)Constructors in com.google.googlejavaformat.java with parameters of type Input.Tok Constructor Description Impl_modifier(Input.Tok modifier)
-