- All Superinterfaces:
ClassfileElement
- All Known Subinterfaces:
AccessFlags,ClassfileVersion,CompilationIDAttribute,DeprecatedAttribute,EnclosingMethodAttribute,FieldModel,InnerClassesAttribute,Interfaces,MethodModel,ModuleAttribute,ModuleHashesAttribute,ModuleMainClassAttribute,ModulePackagesAttribute,ModuleResolutionAttribute,ModuleTargetAttribute,NestHostAttribute,NestMembersAttribute,PermittedSubclassesAttribute,RecordAttribute,RuntimeInvisibleAnnotationsAttribute,RuntimeInvisibleTypeAnnotationsAttribute,RuntimeVisibleAnnotationsAttribute,RuntimeVisibleTypeAnnotationsAttribute,SignatureAttribute,SourceDebugExtensionAttribute,SourceFileAttribute,SourceIDAttribute,Superclass,SyntheticAttribute,UnknownAttribute
- All Known Implementing Classes:
AccessFlagsImpl,BoundAttribute.BoundCompilationIDAttribute,BoundAttribute.BoundDeprecatedAttribute,BoundAttribute.BoundEnclosingMethodAttribute,BoundAttribute.BoundInnerClassesAttribute,BoundAttribute.BoundModuleAttribute,BoundAttribute.BoundModuleHashesAttribute,BoundAttribute.BoundModuleMainClassAttribute,BoundAttribute.BoundModulePackagesAttribute,BoundAttribute.BoundModuleResolutionAttribute,BoundAttribute.BoundModuleTargetAttribute,BoundAttribute.BoundNestHostAttribute,BoundAttribute.BoundNestMembersAttribute,BoundAttribute.BoundPermittedSubclassesAttribute,BoundAttribute.BoundRecordAttribute,BoundAttribute.BoundRuntimeInvisibleAnnotationsAttribute,BoundAttribute.BoundRuntimeInvisibleTypeAnnotationsAttribute,BoundAttribute.BoundRuntimeVisibleAnnotationsAttribute,BoundAttribute.BoundRuntimeVisibleTypeAnnotationsAttribute,BoundAttribute.BoundSignatureAttribute,BoundAttribute.BoundSourceDebugExtensionAttribute,BoundAttribute.BoundSourceFileAttribute,BoundAttribute.BoundSourceIDAttribute,BoundAttribute.BoundSyntheticAttribute,BoundAttribute.BoundUnknownAttribute,BufferedFieldBuilder.Model,BufferedMethodBuilder.Model,ClassfileVersionImpl,CustomAttribute,FieldImpl,InterfacesImpl,MethodImpl,SuperclassImpl,UnboundAttribute.UnboundCompilationIDAttribute,UnboundAttribute.UnboundDeprecatedAttribute,UnboundAttribute.UnboundEnclosingMethodAttribute,UnboundAttribute.UnboundInnerClassesAttribute,UnboundAttribute.UnboundModuleAttribute,UnboundAttribute.UnboundModuleHashesAttribute,UnboundAttribute.UnboundModuleMainClassAttribute,UnboundAttribute.UnboundModulePackagesAttribute,UnboundAttribute.UnboundModuleResolutionAttribute,UnboundAttribute.UnboundModuleTargetAttribute,UnboundAttribute.UnboundNestHostAttribute,UnboundAttribute.UnboundNestMembersAttribute,UnboundAttribute.UnboundPermittedSubclassesAttribute,UnboundAttribute.UnboundRecordAttribute,UnboundAttribute.UnboundRuntimeInvisibleAnnotationsAttribute,UnboundAttribute.UnboundRuntimeInvisibleTypeAnnotationsAttribute,UnboundAttribute.UnboundRuntimeVisibleAnnotationsAttribute,UnboundAttribute.UnboundRuntimeVisibleTypeAnnotationsAttribute,UnboundAttribute.UnboundSignatureAttribute,UnboundAttribute.UnboundSourceDebugExtensionAttribute,UnboundAttribute.UnboundSourceFileAttribute,UnboundAttribute.UnboundSourceIDAttribute,UnboundAttribute.UnboundSyntheticAttribute
public sealed interface ClassElement
extends ClassfileElement
permits AccessFlags, Superclass, Interfaces, ClassfileVersion, FieldModel, MethodModel, CustomAttribute<T>, CompilationIDAttribute, DeprecatedAttribute, EnclosingMethodAttribute, InnerClassesAttribute, ModuleAttribute, ModuleHashesAttribute, ModuleMainClassAttribute, ModulePackagesAttribute, ModuleResolutionAttribute, ModuleTargetAttribute, NestHostAttribute, NestMembersAttribute, PermittedSubclassesAttribute, RecordAttribute, RuntimeInvisibleAnnotationsAttribute, RuntimeInvisibleTypeAnnotationsAttribute, RuntimeVisibleAnnotationsAttribute, RuntimeVisibleTypeAnnotationsAttribute, SignatureAttribute, SourceDebugExtensionAttribute, SourceFileAttribute, SourceIDAttribute, SyntheticAttribute, UnknownAttribute
A
ClassfileElement that can appear when traversing the elements
of a ClassModel or be presented to a ClassBuilder.