Uses of Class
org.datanucleus.enhancer.asm.ConstantDynamic
Packages that use ConstantDynamic
Package
Description
ASM : a small and fast bytecode manipulation framework.
-
Uses of ConstantDynamic in org.datanucleus.enhancer.asm
Fields in org.datanucleus.enhancer.asm declared as ConstantDynamicModifier and TypeFieldDescriptionprivate final ConstantDynamic[]
ClassReader.constantDynamicValues
The ConstantDynamic objects corresponding to the CONSTANT_Dynamic constant pool items.Methods in org.datanucleus.enhancer.asm that return ConstantDynamicModifier and TypeMethodDescriptionprivate ConstantDynamic
ClassReader.readConstantDynamic
(int constantPoolEntryIndex, char[] charBuffer) Reads a CONSTANT_Dynamic constant pool entry inClassReader.classFileBuffer
.