Uses of Class
com.google.errorprone.util.ErrorProneComment
Packages that use ErrorProneComment
-
Uses of ErrorProneComment in com.google.errorprone.util
Methods in com.google.errorprone.util that return ErrorProneCommentMethods in com.google.errorprone.util that return types with arguments of type ErrorProneCommentModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<ErrorProneComment> Commented.afterComments()Returns the value of theafterCommentsrecord component.com.google.common.collect.ImmutableList<ErrorProneComment> Commented.beforeComments()Returns the value of thebeforeCommentsrecord component.com.google.common.collect.ImmutableList<ErrorProneComment> ErrorProneToken.comments()Methods in com.google.errorprone.util with parameters of type ErrorProneCommentModifier and TypeMethodDescriptionstatic StringComments.getTextFromComment(ErrorProneComment comment) Extract the text body from a comment.Constructor parameters in com.google.errorprone.util with type arguments of type ErrorProneCommentModifierConstructorDescriptionCommented(Tree tree, com.google.common.collect.ImmutableList<ErrorProneComment> beforeComments, com.google.common.collect.ImmutableList<ErrorProneComment> afterComments) Creates an instance of aCommentedrecord class.