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

Marker interface for a member element of a MethodModel. Such an element can appear when traversing a MethodModel unless otherwise specified, be supplied to a MethodBuilder, and be processed by a MethodTransform.

AccessFlags is the only member element of a method that appear exactly once during the traversal of a MethodModel.

Sealed Class Hierarchy Graph:
Sealed class hierarchy graph for MethodElementSealed class hierarchy graph for MethodElement
Since:
24
See Also: