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