| 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.entity | |
| io.ebean.enhance.querybean |
| Modifier and Type | Method and Description |
|---|---|
Handle |
ConstantDynamic.getBootstrapMethod()
Returns the bootstrap method used to compute the value of this constant.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ClassWriter.newConstantDynamic(String name,
String descriptor,
Handle bootstrapMethodHandle,
Object... bootstrapMethodArguments)
Adds a dynamic constant reference to the constant pool of the class being build.
|
int |
ClassWriter.newInvokeDynamic(String name,
String descriptor,
Handle bootstrapMethodHandle,
Object... bootstrapMethodArguments)
Adds an invokedynamic reference to the constant pool of the class being build.
|
void |
MethodVisitor.visitInvokeDynamicInsn(String name,
String descriptor,
Handle bootstrapMethodHandle,
Object... bootstrapMethodArguments)
Visits an invokedynamic instruction.
|
| Constructor and Description |
|---|
ConstantDynamic(String name,
String descriptor,
Handle bootstrapMethod,
Object... bootstrapMethodArguments)
Constructs a new
ConstantDynamic. |
| Modifier and Type | Method and Description |
|---|---|
void |
InstructionAdapter.hconst(Handle handle)
Generates the instruction to push the given handle on the stack.
|
void |
GeneratorAdapter.invokeDynamic(String name,
String descriptor,
Handle bootstrapMethodHandle,
Object... bootstrapMethodArguments)
Generates an invokedynamic instruction.
|
void |
InstructionAdapter.invokedynamic(String name,
String descriptor,
Handle bootstrapMethodHandle,
Object[] bootstrapMethodArguments)
Generates the instruction to call the given dynamic method.
|
void |
GeneratorAdapter.push(Handle handle)
Generates the instruction to push a handle on the stack.
|
void |
MethodRemapper.visitInvokeDynamicInsn(String name,
String descriptor,
Handle bootstrapMethodHandle,
Object... bootstrapMethodArguments) |
void |
AdviceAdapter.visitInvokeDynamicInsn(String name,
String descriptor,
Handle bootstrapMethodHandle,
Object... bootstrapMethodArguments) |
void |
CodeSizeEvaluator.visitInvokeDynamicInsn(String name,
String descriptor,
Handle bootstrapMethodHandle,
Object... bootstrapMethodArguments) |
void |
InstructionAdapter.visitInvokeDynamicInsn(String name,
String descriptor,
Handle bootstrapMethodHandle,
Object... bootstrapMethodArguments) |
void |
AnalyzerAdapter.visitInvokeDynamicInsn(String name,
String descriptor,
Handle bootstrapMethodHandle,
Object... bootstrapMethodArguments) |
| 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 © 2019. All rights reserved.