Uses of Class
org.objectweb.asm.ConstantDynamic
Packages that use ConstantDynamic
Package
Description
Provides a small and fast bytecode manipulation framework.
Provides some useful class and method adapters.
Provides ASM visitors that can be useful for programming and
debugging purposes.
-
Uses of ConstantDynamic in org.objectweb.asm
Fields in org.objectweb.asm declared as ConstantDynamicModifier and TypeFieldDescriptionprivate final ConstantDynamic[]ClassReader.constantDynamicValuesThe ConstantDynamic objects corresponding to the CONSTANT_Dynamic constant pool items.Methods in org.objectweb.asm that return ConstantDynamicModifier and TypeMethodDescriptionprivate ConstantDynamicClassReader.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 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. -
Uses of ConstantDynamic in org.objectweb.asm.util
Methods in org.objectweb.asm.util with parameters of type ConstantDynamicModifier and TypeMethodDescriptionprivate voidTextifier.appendConstantDynamic(ConstantDynamic condy, String condyIndent) Append the contents of aConstantDynamic.