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