Uses of Class
net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredMethods.Entry
Packages that use AsmVisitorWrapper.ForDeclaredMethods.Entry
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of AsmVisitorWrapper.ForDeclaredMethods.Entry in net.bytebuddy.asm
Fields in net.bytebuddy.asm with type parameters of type AsmVisitorWrapper.ForDeclaredMethods.EntryModifier and TypeFieldDescriptionprivate final List<AsmVisitorWrapper.ForDeclaredMethods.Entry>
AsmVisitorWrapper.ForDeclaredMethods.entries
The list of entries that describe matched methods in their application order.Constructor parameters in net.bytebuddy.asm with type arguments of type AsmVisitorWrapper.ForDeclaredMethods.EntryModifierConstructorDescriptionprotected
ForDeclaredMethods
(List<AsmVisitorWrapper.ForDeclaredMethods.Entry> entries, int writerFlags, int readerFlags) Creates a new visitor wrapper for declared methods.