| Package | Description |
|---|---|
| org.kohsuke.asm6 |
Provides a small and fast bytecode manipulation framework.
|
| org.kohsuke.asm6.commons |
Provides some useful class and method adapters.
|
| org.kohsuke.asm6.tree |
Provides an ASM visitor that constructs a tree representation of the
classes it visits.
|
| org.kohsuke.asm6.util |
Provides ASM visitors that can be useful for programming and
debugging purposes.
|
| org.kohsuke.asm6.xml |
DEPRECATED.
|
| Modifier and Type | Method and Description |
|---|---|
Handle |
ConstantDynamic.getBootstrapMethod()
Deprecated.
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)
Deprecated.
Constructs a new
ConstantDynamic. |
| Modifier and Type | Method and Description |
|---|---|
void |
InstructionAdapter.hconst(Handle handle) |
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) |
void |
GeneratorAdapter.push(Handle handle)
Generates the instruction to push a handle on the stack.
|
void |
AdviceAdapter.visitInvokeDynamicInsn(String name,
String descriptor,
Handle bootstrapMethodHandle,
Object... bootstrapMethodArguments) |
void |
MethodRemapper.visitInvokeDynamicInsn(String name,
String descriptor,
Handle bootstrapMethodHandle,
Object... bootstrapMethodArguments) |
void |
CodeSizeEvaluator.visitInvokeDynamicInsn(String name,
String descriptor,
Handle bootstrapMethodHandle,
Object... bootstrapMethodArguments) |
void |
AnalyzerAdapter.visitInvokeDynamicInsn(String name,
String descriptor,
Handle bootstrapMethodHandle,
Object... bootstrapMethodArguments) |
void |
InstructionAdapter.visitInvokeDynamicInsn(String name,
String descriptor,
Handle bootstrapMethodHandle,
Object... bootstrapMethodArguments) |
void |
RemappingMethodAdapter.visitInvokeDynamicInsn(String name,
String desc,
Handle bsm,
Object... bsmArgs)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
Handle |
InvokeDynamicInsnNode.bsm
The bootstrap method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MethodNode.visitInvokeDynamicInsn(String name,
String descriptor,
Handle bootstrapMethodHandle,
Object... bootstrapMethodArguments) |
| Constructor and Description |
|---|
InvokeDynamicInsnNode(String name,
String descriptor,
Handle bootstrapMethodHandle,
Object... bootstrapMethodArguments)
Constructs a new
InvokeDynamicInsnNode. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Textifier.appendHandle(Handle handle)
Appends a string representation of the given handle to
Printer.stringBuilder. |
void |
CheckMethodAdapter.visitInvokeDynamicInsn(String name,
String descriptor,
Handle bootstrapMethodHandle,
Object... bootstrapMethodArguments) |
void |
TraceMethodVisitor.visitInvokeDynamicInsn(String name,
String descriptor,
Handle bootstrapMethodHandle,
Object... bootstrapMethodArguments) |
void |
ASMifier.visitInvokeDynamicInsn(String name,
String descriptor,
Handle bootstrapMethodHandle,
Object... bootstrapMethodArguments) |
void |
Textifier.visitInvokeDynamicInsn(String name,
String descriptor,
Handle bootstrapMethodHandle,
Object... bootstrapMethodArguments) |
abstract void |
Printer.visitInvokeDynamicInsn(String name,
String descriptor,
Handle bootstrapMethodHandle,
Object... bootstrapMethodArguments)
Method instruction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SAXCodeAdapter.visitInvokeDynamicInsn(String name,
String desc,
Handle bsm,
Object... bsmArgs)
Deprecated.
|
Copyright © 2018. All rights reserved.