Uses of Enum
jakarta.enterprise.lang.model.declarations.DeclarationInfo.Kind
Packages that use DeclarationInfo.Kind
-
Uses of DeclarationInfo.Kind in jakarta.enterprise.lang.model.declarations
Methods in jakarta.enterprise.lang.model.declarations that return DeclarationInfo.KindModifier and TypeMethodDescriptiondefault DeclarationInfo.Kind
ClassInfo.kind()
DeclarationInfo.kind()
Returns the kind of this declaration.default DeclarationInfo.Kind
FieldInfo.kind()
default DeclarationInfo.Kind
MethodInfo.kind()
default DeclarationInfo.Kind
PackageInfo.kind()
default DeclarationInfo.Kind
ParameterInfo.kind()
default DeclarationInfo.Kind
RecordComponentInfo.kind()
static DeclarationInfo.Kind
Returns the enum constant of this type with the specified name.static DeclarationInfo.Kind[]
DeclarationInfo.Kind.values()
Returns an array containing the constants of this enum type, in the order they are declared.