- 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 marker interface for elements that can appear when traversing
a
ClassModel or be presented to a ClassBuilder.- Since:
- 22