Uses of Class
net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredMethods.Entry
-
Packages that use AsmVisitorWrapper.ForDeclaredMethods.Entry Package Description net.bytebuddy.asm 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.Entry Modifier and Type Field Description private java.util.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.Entry Constructor Description ForDeclaredMethods(java.util.List<AsmVisitorWrapper.ForDeclaredMethods.Entry> entries, int writerFlags, int readerFlags)
Creates a new visitor wrapper for declared methods.
-