Uses of Interface
java.lang.classfile.MethodElement
Packages that use MethodElement
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class
file attributes for the java.lang.classfile
library.-
Uses of MethodElement in java.lang.classfile
Subinterfaces of MethodElement in java.lang.classfileModifier and TypeInterfaceDescriptioninterface
Models the access flags for a class, method, or field.interface
Models the body of a method (theCode
attribute).Classes in java.lang.classfile that implement MethodElementModifier and TypeClassDescriptionclass
CustomAttribute<T extends CustomAttribute<T>>
Models a user-defined attribute in aclass
file.Subinterfaces with type arguments of type MethodElement in java.lang.classfileModifier and TypeInterfaceDescriptioninterface
A builder for methods.interface
Models a method.interface
A transformation on streams ofMethodElement
.Method parameters in java.lang.classfile with type arguments of type MethodElementModifier and TypeMethodDescriptionstatic MethodTransform
MethodTransform.dropping
(Predicate<MethodElement> filter) Creates a method transform that passes each element through to the builder, except for those that the suppliedPredicate
is true for. -
Uses of MethodElement in java.lang.classfile.attribute
Subinterfaces of MethodElement in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Models theAnnotationDefault
attribute (JVMS 4.7.22), which records the default value (JLS 9.6.2) for the annotation interface element defined by this method.interface
interface
Models theDeprecated
attribute (JVMS 4.7.15), which indicates this structure has been superseded.interface
Models theExceptions
attribute (JVMS 4.7.5), which records the exceptions declared to be thrown by this method.interface
Models theMethodParameters
attribute (JVMS 4.7.24), which records reflective information about this method's parameters such as access modifiers.interface
Models theRuntimeInvisibleAnnotations
attribute (JVMS 4.7.17), which stores declaration annotations on this structure that are visible toclass
file consumers but are not visible to core reflection.interface
Models theRuntimeInvisibleParameterAnnotations
attribute (JVMS 4.7.19), which stores declaration annotations on the method parameters of this method that are visible toclass
file consumers but are not visible to core reflection.interface
Models theRuntimeInvisibleTypeAnnotations
attribute (JVMS 4.7.21), which stores type-use annotations for the annotated uses of types in this structure that are visible toclass
file consumers but are not visible to core reflection.interface
Models theRuntimeVisibleAnnotations
attribute (JVMS 4.7.16), which stores declaration annotations on this structure that are visible to bothclass
file consumers and core reflection.interface
Models theRuntimeVisibleParameterAnnotations
attribute (JVMS 4.7.18), which stores declaration annotations on the method parameters of this method that are visible to bothclass
file consumers and core reflection.interface
Models theRuntimeVisibleTypeAnnotations
attribute (JVMS 4.7.20), which stores type-use annotations for the annotated uses of types in this structure that are visible to bothclass
file consumers and core reflection.interface
interface
interface
Models an unknown attribute read from aclass
file.