Uses of Class
org.objectweb.asm.ConstantDynamic
-
Packages that use ConstantDynamic Package Description org.objectweb.asm Provides a small and fast bytecode manipulation framework.org.objectweb.asm.commons Provides some useful class and method adapters. -
-
Uses of ConstantDynamic in org.objectweb.asm
Fields in org.objectweb.asm declared as ConstantDynamic Modifier and Type Field Description private ConstantDynamic[]
ClassReader. constantDynamicValues
The ConstantDynamic objects corresponding to the CONSTANT_Dynamic constant pool items.Methods in org.objectweb.asm that return ConstantDynamic Modifier and Type Method Description private ConstantDynamic
ClassReader. readConstantDynamic(int constantPoolEntryIndex, char[] charBuffer)
Reads a CONSTANT_Dynamic constant pool entry inClassReader.classFileBuffer
. -
Uses of ConstantDynamic in org.objectweb.asm.commons
Methods in org.objectweb.asm.commons with parameters of type ConstantDynamic Modifier and Type Method Description void
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.
-