| 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 | 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) |