Package | Description |
---|---|
net.bytebuddy.asm |
The ASM package contains classes that are meant for direct interaction with the ASM API.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<AsmVisitorWrapper.ForDeclaredMethods.Entry> |
AsmVisitorWrapper.ForDeclaredMethods.entries
The list of entries that describe matched methods in their application order.
|
Constructor and Description |
---|
ForDeclaredMethods(java.util.List<AsmVisitorWrapper.ForDeclaredMethods.Entry> entries,
int writerFlags,
int readerFlags)
Creates a new visitor wrapper for declared methods.
|