Package | Description |
---|---|
org.datanucleus.asm |
ASM v5.0 : a small and fast bytecode manipulation framework.
|
org.datanucleus.enhancer |
DataNucleus ByteCode enhancer framework.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
EnhancerPropertySetterAdapter.visitInvokeDynamicInsn(String name,
String desc,
Handle bsm,
Object... bsmArgs) |
void |
EnhancerPropertyGetterAdapter.visitInvokeDynamicInsn(String name,
String desc,
Handle bsm,
Object... bsmArgs) |
Copyright © 2017. All rights reserved.