Uses of Class
io.ebean.enhance.asm.ConstantDynamic
Packages that use ConstantDynamic
-
Uses of ConstantDynamic in io.ebean.enhance.asm.commons
Methods in io.ebean.enhance.asm.commons with parameters of type ConstantDynamicModifier and TypeMethodDescriptionvoidInstructionAdapter.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.