Uses of Interface
io.github.dmlloyd.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.github.dmlloyd.classfile library.-
Uses of EnclosingMethodAttribute in io.github.dmlloyd.classfile
Methods in io.github.dmlloyd.classfile that return types with arguments of type EnclosingMethodAttributeModifier and TypeMethodDescriptionAttributes.enclosingMethod()Returns the mapper for theEnclosingMethodattribute. -
Uses of EnclosingMethodAttribute in io.github.dmlloyd.classfile.attribute
Methods in io.github.dmlloyd.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.