| Package | Description |
|---|---|
| com.googlecode.aviator.asm | |
| com.googlecode.aviator.asm.commons |
| Modifier and Type | Method | 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 | Description |
|---|---|---|
void |
InstructionAdapter.hconst(Handle handle) |
|
void |
InstructionAdapter.invokedynamic(String name,
String desc,
Handle bsm,
Object[] bsmArgs) |
|
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) |
|
void |
AnalyzerAdapter.visitInvokeDynamicInsn(String name,
String desc,
Handle bsm,
Object... bsmArgs) |
|
void |
CodeSizeEvaluator.visitInvokeDynamicInsn(String name,
String desc,
Handle bsm,
Object... bsmArgs) |
|
void |
InstructionAdapter.visitInvokeDynamicInsn(String name,
String desc,
Handle bsm,
Object... bsmArgs) |
Copyright © 2022–2023. All rights reserved.