Uses of Class
com.google.errorprone.BugPattern.LinkType
-
Packages that use BugPattern.LinkType Package Description com.google.errorprone -
-
Uses of BugPattern.LinkType in com.google.errorprone
Methods in com.google.errorprone that return BugPattern.LinkType Modifier and Type Method Description BugPattern.LinkType
linkType()
The type of link to generate in the compiler error message.static BugPattern.LinkType
BugPattern.LinkType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BugPattern.LinkType[]
BugPattern.LinkType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-