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.classfile
PREVIEW library.Provides interfaces describing code instructions for the
java.lang.classfile
PREVIEW 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 CodeBuilderPREVIEW
CodeBuilder.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 TypeInterfaceDescriptioninterface
Preview.Models aCONSTANT_Class_info
constant in the constant pool of a classfile.interface
Preview.Models aCONSTANT_Dynamic_info
constant in the constant pool of a classfile.interface
Preview.Models a constant pool entry that can be used as the constant in aConstantValue
PREVIEW attribute; this includes the four primitive constant types and String constants.interface
Preview.Models aCONSTANT_Double_info
constant in the constant pool of a classfile.interface
Preview.Models aCONSTANT_Float_info
constant in the constant pool of a classfile.interface
Preview.Models aCONSTANT_Integer_info
constant in the constant pool of a classfile.interface
Preview.Models aCONSTANT_Long_info
constant in the constant pool of a classfile.interface
Preview.Models aCONSTANT_MethodHandle_info
constant in the constant pool of a classfile.interface
Preview.Models aCONSTANT_MethodType_info
constant in the constant pool of a classfile.interface
Preview.Models aCONSTANT_String_info
constant in the constant pool of a classfile.Methods in java.lang.classfile.constantpoolPREVIEW that return LoadableConstantEntryPREVIEWModifier and TypeMethodDescriptiondefault LoadableConstantEntryPREVIEW
ConstantPoolBuilder.loadableConstantEntry
(ConstantDesc c) Returns ALoadableConstantEntry
PREVIEW 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 aBootstrapMethodEntry
PREVIEW 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.