Uses of Class
org.eclipse.persistence.internal.libraries.asm.ConstantDynamic
-
Packages that use ConstantDynamic Package Description org.eclipse.persistence.internal.libraries.asm.commons -
-
Uses of ConstantDynamic in org.eclipse.persistence.internal.libraries.asm.commons
Methods in org.eclipse.persistence.internal.libraries.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.
-