|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Handle | |
|---|---|
| org.mvel2.asm | Provides a small and fast bytecode manipulation framework. |
| Uses of Handle in org.mvel2.asm |
|---|
| Methods in org.mvel2.asm that return Handle | |
|---|---|
Handle |
ConstantDynamic.getBootstrapMethod()
Returns the bootstrap method used to compute the value of this constant. |
| Methods in org.mvel2.asm with parameters of type Handle | |
|---|---|
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. |
| Constructors in org.mvel2.asm with parameters of type Handle | |
|---|---|
ConstantDynamic(String name,
String descriptor,
Handle bootstrapMethod,
Object... bootstrapMethodArguments)
Constructs a new ConstantDynamic. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||