Interface MethodElement
- 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:
CustomAttribute
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 marker interface for elements that can appear when traversing
a
MethodModel
or be presented to a MethodBuilder
.