Uses of Class
com.google.googlejavaformat.java.JavacTokens.CommentWithTextAndPosition
Packages that use JavacTokens.CommentWithTextAndPosition
-
Uses of JavacTokens.CommentWithTextAndPosition in com.google.googlejavaformat.java
Fields in com.google.googlejavaformat.java with type parameters of type JavacTokens.CommentWithTextAndPositionModifier and TypeFieldDescriptionprivate final 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.CommentWithTextAndPositionModifier and TypeMethodDescription(package private) 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, Map<com.sun.tools.javac.parser.Tokens.Comment, JavacTokens.CommentWithTextAndPosition> comments) Method parameters in com.google.googlejavaformat.java with type arguments of type JavacTokens.CommentWithTextAndPositionModifier and TypeMethodDescriptionprivate static com.google.common.collect.ImmutableList<JavacTokens.CommentWithTextAndPosition> JavacTokens.getComments(com.sun.tools.javac.parser.Tokens.Token token, Map<com.sun.tools.javac.parser.Tokens.Comment, JavacTokens.CommentWithTextAndPosition> comments)