Uses of Interface
java.lang.classfile.constantpool.LoadableConstantEntry
Packages that use LoadableConstantEntry
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile constant pool entries for the
java.lang.classfile library.Provides interfaces describing code instructions for the
java.lang.classfile library.-
Uses of LoadableConstantEntry in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type LoadableConstantEntryModifier and TypeMethodDescriptionBootstrapMethodEntry.arguments()Returns the bootstrap arguments.Methods in java.lang.classfile with parameters of type LoadableConstantEntryModifier and TypeMethodDescriptiondefault CodeBuilderCodeBuilder.ldc(LoadableConstantEntry entry) Generate an instruction pushing an item from the run-time constant pool onto the operand stack -
Uses of LoadableConstantEntry in java.lang.classfile.constantpool
Subinterfaces of LoadableConstantEntry in java.lang.classfile.constantpoolModifier and TypeInterfaceDescriptioninterfaceModels aCONSTANT_Class_infoconstant in the constant pool of a classfile.interfaceModels aCONSTANT_Dynamic_infoconstant in the constant pool of a classfile.interfaceModels a constant pool entry that can be used as the constant in aConstantValueattribute; this includes the four primitive constant types and String constants.interfaceModels aCONSTANT_Double_infoconstant in the constant pool of a classfile.interfaceModels aCONSTANT_Float_infoconstant in the constant pool of a classfile.interfaceModels aCONSTANT_Integer_infoconstant in the constant pool of a classfile.interfaceModels aCONSTANT_Long_infoconstant in the constant pool of a classfile.interfaceModels aCONSTANT_MethodHandle_infoconstant in the constant pool of a classfile.interfaceModels aCONSTANT_MethodType_infoconstant in the constant pool of a classfile.interfaceModels aCONSTANT_String_infoconstant in the constant pool of a classfile.Methods in java.lang.classfile.constantpool that return LoadableConstantEntryModifier and TypeMethodDescriptiondefault LoadableConstantEntryConstantPoolBuilder.loadableConstantEntry(ConstantDesc c) Returns ALoadableConstantEntrydescribing the provided constant.Method parameters in java.lang.classfile.constantpool with type arguments of type LoadableConstantEntryModifier and TypeMethodDescriptionConstantPoolBuilder.bsmEntry(MethodHandleEntry methodReference, List<LoadableConstantEntry> arguments) Returns aBootstrapMethodEntrydescribing the provided bootstrap method and static arguments. -
Uses of LoadableConstantEntry in java.lang.classfile.instruction
Methods in java.lang.classfile.instruction that return LoadableConstantEntryModifier and TypeMethodDescriptionConstantInstruction.LoadConstantInstruction.constantEntry()Returns the constant value.Methods in java.lang.classfile.instruction with parameters of type LoadableConstantEntryModifier and TypeMethodDescriptionConstantInstruction.ofLoad(Opcode op, LoadableConstantEntry constant) Returns a load constant instruction.