| Package | Description |
|---|---|
| com.sleepycat.asm |
INTERNAL: ASM library classes (copy of 3rd party sources) used by
DPL for bytecode generation. |
| Modifier and Type | Method and Description |
|---|---|
int |
ClassWriter.newInvokeDynamic(String name,
String desc,
Handle bsm,
Object... bsmArgs)
Adds an invokedynamic reference to the constant pool of the class being
build.
|
void |
MethodVisitor.visitInvokeDynamicInsn(String name,
String desc,
Handle bsm,
Object... bsmArgs)
Visits an invokedynamic instruction.
|
Copyright © 2024. All rights reserved.