Package | Description |
---|---|
com.google.gwt.dev.asm | |
com.google.gwt.dev.asm.commons | |
com.google.gwt.dev.asm.tree | |
com.google.gwt.dev.asm.util |
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 |
RemappingMethodAdapter.visitInvokeDynamicInsn(String name,
String desc,
Handle bsm,
Object... bsmArgs) |
void |
AdviceAdapter.visitInvokeDynamicInsn(String name,
String desc,
Handle bsm,
Object... bsmArgs) |
void |
AnalyzerAdapter.visitInvokeDynamicInsn(String name,
String desc,
Handle bsm,
Object... bsmArgs) |
void |
InstructionAdapter.visitInvokeDynamicInsn(String name,
String desc,
Handle bsm,
Object... bsmArgs) |
void |
CodeSizeEvaluator.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 |
---|---|
protected void |
Textifier.appendHandle(Handle h)
Appends the information about the given handle to
buf . |
void |
TraceMethodVisitor.visitInvokeDynamicInsn(String name,
String desc,
Handle bsm,
Object... bsmArgs) |
void |
Textifier.visitInvokeDynamicInsn(String name,
String desc,
Handle bsm,
Object... bsmArgs) |
void |
ASMifier.visitInvokeDynamicInsn(String name,
String desc,
Handle bsm,
Object... bsmArgs) |
abstract void |
Printer.visitInvokeDynamicInsn(String name,
String desc,
Handle bsm,
Object... bsmArgs)
Method instruction.
|
Copyright © 2018. All rights reserved.