Uses of Class
io.ebean.enhance.asm.ConstantDynamic
| Package | Description |
|---|---|
| io.ebean.enhance.asm.commons |
Provides some useful class and method adapters.
|
-
Uses of ConstantDynamic in io.ebean.enhance.asm.commons
Methods in io.ebean.enhance.asm.commons with parameters of type ConstantDynamic Modifier and Type Method Description voidInstructionAdapter. cconst(ConstantDynamic constantDynamic)Generates the instruction to push the given constant dynamic on the stack.voidGeneratorAdapter. push(ConstantDynamic constantDynamic)Generates the instruction to push a constant dynamic on the stack.