| Package | Description |
|---|---|
| com.avaje.ebean.enhance.agent |
Used to weave Entity beans
|
| com.avaje.ebean.enhance.asm |
Provides a small and fast bytecode manipulation framework.
|
| com.avaje.ebean.enhance.asm.commons |
Provides some useful class and method adapters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConstructorAdapter.visitInvokeDynamicInsn(String name,
String desc,
Handle bsm,
Object... bsmArgs) |
| 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 |
GeneratorAdapter.invokeDynamic(String name,
String desc,
Handle bsm,
Object... bsmArgs)
Generates an invokedynamic instruction.
|
void |
GeneratorAdapter.push(Handle handle)
Generates the instruction to push a handle on the stack.
|
void |
AdviceAdapter.visitInvokeDynamicInsn(String name,
String desc,
Handle bsm,
Object... bsmArgs) |
Copyright © 2016. All rights reserved.