Uses of Class
com.google.googlejavaformat.java.JavaInput.Tok
Packages that use JavaInput.Tok
-
Uses of JavaInput.Tok in com.google.googlejavaformat.java
Fields in com.google.googlejavaformat.java declared as JavaInput.TokFields in com.google.googlejavaformat.java with type parameters of type JavaInput.TokModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList<JavaInput.Tok> ImportOrderer.toksprivate final com.google.common.collect.ImmutableList<JavaInput.Tok> JavaInput.Token.toksAfterprivate final com.google.common.collect.ImmutableList<JavaInput.Tok> JavaInput.Token.toksBeforeMethods in com.google.googlejavaformat.java that return JavaInput.TokMethods in com.google.googlejavaformat.java that return types with arguments of type JavaInput.TokModifier and TypeMethodDescriptionprivate com.google.common.collect.ImmutableList<JavaInput.Tok> Lex the input and build the list of toks.(package private) static com.google.common.collect.ImmutableList<JavaInput.Tok> JavaInput.buildToks(String text, com.google.common.collect.ImmutableSet<com.sun.tools.javac.parser.Tokens.TokenKind> stopTokens) Lex the input and build the list of toks.Methods in com.google.googlejavaformat.java with parameters of type JavaInput.TokModifier and TypeMethodDescriptionprivate static booleanJavaInput.isParamComment(JavaInput.Tok tok) Method parameters in com.google.googlejavaformat.java with type arguments of type JavaInput.TokModifier and TypeMethodDescriptionprivate static com.google.common.collect.ImmutableList<JavaInput.Token> JavaInput.buildTokens(List<JavaInput.Tok> toks) JavaInput.makePositionToColumnMap(List<JavaInput.Tok> toks) Constructors in com.google.googlejavaformat.java with parameters of type JavaInput.TokModifierConstructorDescription(package private)Token(List<JavaInput.Tok> toksBefore, JavaInput.Tok tok, List<JavaInput.Tok> toksAfter) Token constructor.Constructor parameters in com.google.googlejavaformat.java with type arguments of type JavaInput.TokModifierConstructorDescriptionprivateImportOrderer(String text, com.google.common.collect.ImmutableList<JavaInput.Tok> toks, JavaFormatterOptions.Style style) (package private)Token(List<JavaInput.Tok> toksBefore, JavaInput.Tok tok, List<JavaInput.Tok> toksAfter) Token constructor.