Uses of Enum Class
com.google.errorprone.bugpatterns.TypeParameterNaming.TypeParameterNamingClassification
Packages that use TypeParameterNaming.TypeParameterNamingClassification
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of TypeParameterNaming.TypeParameterNamingClassification in com.google.errorprone.bugpatterns
Subclasses with type arguments of type TypeParameterNaming.TypeParameterNamingClassification in com.google.errorprone.bugpatternsModifier and TypeClassDescriptionstatic enum
An enum that classifies a String name into different types, based on the Google Java Style Guide's rules for Type Parameters.Methods in com.google.errorprone.bugpatterns that return TypeParameterNaming.TypeParameterNamingClassificationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.TypeParameterNaming.TypeParameterNamingClassification.values()
Returns an array containing the constants of this enum class, in the order they are declared.