- All Superinterfaces:
ClassfileElement
- All Known Subinterfaces:
AccessFlags,AnnotationDefaultAttribute,CodeAttribute,CodeModel,DeprecatedAttribute,ExceptionsAttribute,MethodParametersAttribute,RuntimeInvisibleAnnotationsAttribute,RuntimeInvisibleParameterAnnotationsAttribute,RuntimeInvisibleTypeAnnotationsAttribute,RuntimeVisibleAnnotationsAttribute,RuntimeVisibleParameterAnnotationsAttribute,RuntimeVisibleTypeAnnotationsAttribute,SignatureAttribute,SyntheticAttribute,UnknownAttribute
- All Known Implementing Classes:
AccessFlagsImpl,BoundAttribute.BoundAnnotationDefaultAttr,BoundAttribute.BoundCodeAttribute,BoundAttribute.BoundDeprecatedAttribute,BoundAttribute.BoundExceptionsAttribute,BoundAttribute.BoundMethodParametersAttribute,BoundAttribute.BoundRuntimeInvisibleAnnotationsAttribute,BoundAttribute.BoundRuntimeInvisibleParameterAnnotationsAttribute,BoundAttribute.BoundRuntimeInvisibleTypeAnnotationsAttribute,BoundAttribute.BoundRuntimeVisibleAnnotationsAttribute,BoundAttribute.BoundRuntimeVisibleParameterAnnotationsAttribute,BoundAttribute.BoundRuntimeVisibleTypeAnnotationsAttribute,BoundAttribute.BoundSignatureAttribute,BoundAttribute.BoundSyntheticAttribute,BoundAttribute.BoundUnknownAttribute,BufferedCodeBuilder.Model,CodeImpl,CustomAttribute,UnboundAttribute.UnboundAnnotationDefaultAttribute,UnboundAttribute.UnboundDeprecatedAttribute,UnboundAttribute.UnboundExceptionsAttribute,UnboundAttribute.UnboundMethodParametersAttribute,UnboundAttribute.UnboundRuntimeInvisibleAnnotationsAttribute,UnboundAttribute.UnboundRuntimeInvisibleParameterAnnotationsAttribute,UnboundAttribute.UnboundRuntimeInvisibleTypeAnnotationsAttribute,UnboundAttribute.UnboundRuntimeVisibleAnnotationsAttribute,UnboundAttribute.UnboundRuntimeVisibleParameterAnnotationsAttribute,UnboundAttribute.UnboundRuntimeVisibleTypeAnnotationsAttribute,UnboundAttribute.UnboundSignatureAttribute,UnboundAttribute.UnboundSyntheticAttribute
public sealed interface MethodElement
extends ClassfileElement
permits AccessFlags, CodeModel, CustomAttribute<T>, AnnotationDefaultAttribute, DeprecatedAttribute, ExceptionsAttribute, MethodParametersAttribute, RuntimeInvisibleAnnotationsAttribute, RuntimeInvisibleParameterAnnotationsAttribute, RuntimeInvisibleTypeAnnotationsAttribute, RuntimeVisibleAnnotationsAttribute, RuntimeVisibleParameterAnnotationsAttribute, RuntimeVisibleTypeAnnotationsAttribute, SignatureAttribute, SyntheticAttribute, UnknownAttribute
A
ClassfileElement that can appear when traversing the elements
of a MethodModel or be presented to a MethodBuilder.