Uses of Class
org.eclipse.persistence.internal.libraries.asm.ConstantDynamic
Packages that use ConstantDynamic
-
Uses of ConstantDynamic in org.eclipse.persistence.internal.libraries.asm.commons
Methods in org.eclipse.persistence.internal.libraries.asm.commons with parameters of type ConstantDynamicModifier and TypeMethodDescriptionvoid
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.