Uses of Enum
edu.umd.cs.findbugs.ba.generic.GenericUtilities.TypeCategory
Packages that use GenericUtilities.TypeCategory
-
Uses of GenericUtilities.TypeCategory in edu.umd.cs.findbugs.ba.generic
Methods in edu.umd.cs.findbugs.ba.generic that return GenericUtilities.TypeCategoryModifier and TypeMethodDescriptionGenericObjectType.getTypeCategory()
Get the TypeCategory that represents this Objectstatic final GenericUtilities.TypeCategory
GenericUtilities.getTypeCategory
(org.apache.bcel.generic.Type type) Get the TypeCategory that represents this ObjectReturns the enum constant of this type with the specified name.static GenericUtilities.TypeCategory[]
GenericUtilities.TypeCategory.values()
Returns an array containing the constants of this enum type, in the order they are declared.