Uses of Class
com.google.googlejavaformat.java.JavacTokens.CommentWithTextAndPosition
-
Packages that use JavacTokens.CommentWithTextAndPosition Package Description com.google.googlejavaformat.java -
-
Uses of JavacTokens.CommentWithTextAndPosition in com.google.googlejavaformat.java
Fields in com.google.googlejavaformat.java with type parameters of type JavacTokens.CommentWithTextAndPosition Modifier and Type Field Description private java.util.Map<com.sun.tools.javac.parser.Tokens.Comment,JavacTokens.CommentWithTextAndPosition>JavacTokens.CommentSavingTokenizer. commentsMethods in com.google.googlejavaformat.java that return types with arguments of type JavacTokens.CommentWithTextAndPosition Modifier and Type Method Description (package private) java.util.Map<com.sun.tools.javac.parser.Tokens.Comment,JavacTokens.CommentWithTextAndPosition>JavacTokens.CommentSavingTokenizer. comments()private static com.google.common.collect.ImmutableList<JavacTokens.CommentWithTextAndPosition>JavacTokens. getComments(com.sun.tools.javac.parser.Tokens.Token token, java.util.Map<com.sun.tools.javac.parser.Tokens.Comment,JavacTokens.CommentWithTextAndPosition> comments)Method parameters in com.google.googlejavaformat.java with type arguments of type JavacTokens.CommentWithTextAndPosition Modifier and Type Method Description private static com.google.common.collect.ImmutableList<JavacTokens.CommentWithTextAndPosition>JavacTokens. getComments(com.sun.tools.javac.parser.Tokens.Token token, java.util.Map<com.sun.tools.javac.parser.Tokens.Comment,JavacTokens.CommentWithTextAndPosition> comments)
-