Package | Description |
---|---|
org.objectweb.asm |
Provides a small and fast bytecode manipulation framework.
|
org.objectweb.asm.commons |
Provides some useful class and method adapters.
|
Modifier and Type | Field and Description |
---|---|
private ConstantDynamic[] |
ClassReader.constantDynamicValues
The ConstantDynamic objects corresponding to the CONSTANT_Dynamic constant pool items.
|
Modifier and Type | Method and Description |
---|---|
private ConstantDynamic |
ClassReader.readConstantDynamic(int constantPoolEntryIndex,
char[] charBuffer)
Reads a CONSTANT_Dynamic constant pool entry in
ClassReader.b . |
Modifier and Type | Method and Description |
---|---|
void |
InstructionAdapter.cconst(ConstantDynamic constantDynamic)
Generates the instruction to push the given constant dynamic on the stack.
|
void |
GeneratorAdapter.push(ConstantDynamic constantDynamic)
Generates the instruction to push a constant dynamic on the stack.
|