Uses of Interface
io.smallrye.classfile.attribute.EnclosingMethodAttribute
Packages that use EnclosingMethodAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class file attributes for the io.smallrye.classfile library.-
Uses of EnclosingMethodAttribute in io.smallrye.classfile
Methods in io.smallrye.classfile that return types with arguments of type EnclosingMethodAttributeModifier and TypeMethodDescriptionAttributes.enclosingMethod()Returns the mapper for theEnclosingMethodattribute. -
Uses of EnclosingMethodAttribute in io.smallrye.classfile.attribute
Methods in io.smallrye.classfile.attribute that return EnclosingMethodAttributeModifier and TypeMethodDescriptionstatic EnclosingMethodAttributeEnclosingMethodAttribute.of(ClassEntry className, Optional<NameAndTypeEntry> method) Returns anEnclosingMethodattribute.static EnclosingMethodAttributeEnclosingMethodAttribute.of(ClassDesc className, Optional<String> methodName, Optional<MethodTypeDesc> methodType) Returns anEnclosingMethodattribute.