Package | Description |
---|---|
org.objectweb.asm.commons |
Provides some useful class and method adapters.
|
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.
|
Copyright © 2020. All rights reserved.