| Package | Description |
|---|---|
| io.ebean.enhance.asm |
Provides a small and fast bytecode manipulation framework.
|
| io.ebean.enhance.asm.commons |
Provides some useful class and method adapters.
|
| io.ebean.enhance.asm.tree |
Provides an ASM visitor that constructs a tree representation of the
classes it visits.
|
| io.ebean.enhance.entity | |
| io.ebean.enhance.querybean |
| 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 |
InstructionAdapter.hconst(Handle handle) |
void |
GeneratorAdapter.invokeDynamic(String name,
String desc,
Handle bsm,
Object... bsmArgs)
Generates an invokedynamic instruction.
|
void |
InstructionAdapter.invokedynamic(String name,
String desc,
Handle bsm,
Object[] bsmArgs) |
void |
GeneratorAdapter.push(Handle handle)
Generates the instruction to push a handle on the stack.
|
void |
CodeSizeEvaluator.visitInvokeDynamicInsn(String name,
String desc,
Handle bsm,
Object... bsmArgs) |
void |
AdviceAdapter.visitInvokeDynamicInsn(String name,
String desc,
Handle bsm,
Object... bsmArgs) |
void |
InstructionAdapter.visitInvokeDynamicInsn(String name,
String desc,
Handle bsm,
Object... bsmArgs) |
void |
AnalyzerAdapter.visitInvokeDynamicInsn(String name,
String desc,
Handle bsm,
Object... bsmArgs) |
| Modifier and Type | Field and Description |
|---|---|
Handle |
InvokeDynamicInsnNode.bsm
Bootstrap method
|
| Modifier and Type | Method and Description |
|---|---|
void |
MethodNode.visitInvokeDynamicInsn(String name,
String desc,
Handle bsm,
Object... bsmArgs) |
| Constructor and Description |
|---|
InvokeDynamicInsnNode(String name,
String desc,
Handle bsm,
Object... bsmArgs)
Constructs a new
InvokeDynamicInsnNode. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstructorAdapter.visitInvokeDynamicInsn(String name,
String desc,
Handle bsm,
Object... bsmArgs) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseConstructorAdapter.visitInvokeDynamicInsn(String name,
String desc,
Handle bsm,
Object... bsmArgs) |
Copyright © 2017. All rights reserved.