Uses of Enum Class
com.google.errorprone.util.ErrorProneComment.ErrorProneCommentStyle
Packages that use ErrorProneComment.ErrorProneCommentStyle
-
Uses of ErrorProneComment.ErrorProneCommentStyle in com.google.errorprone.util
Subclasses with type arguments of type ErrorProneComment.ErrorProneCommentStyle in com.google.errorprone.utilModifier and TypeClassDescriptionstatic enumA compatibility wrapper forTokens.Comment.CommentStyle.Methods in com.google.errorprone.util that return ErrorProneComment.ErrorProneCommentStyleModifier and TypeMethodDescriptionErrorProneComment.ErrorProneCommentStyle.from(com.sun.tools.javac.parser.Tokens.Comment.CommentStyle style) Returns theErrorProneComment.ErrorProneCommentStylefor the givenTokens.Comment.CommentStyle.ErrorProneComment.getStyle()Returns the enum constant of this class with the specified name.ErrorProneComment.ErrorProneCommentStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.