Uses of Interface
java.lang.classfile.constantpool.LoadableConstantEntry
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
Modifier and TypeMethodDescriptionBootstrapMethodEntry.arguments()
Returns the bootstrap arguments.Modifier 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
Modifier 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.Modifier and TypeMethodDescriptiondefault LoadableConstantEntryPREVIEW
ConstantPoolBuilder.loadableConstantEntry
(ConstantDesc c) Returns ALoadableConstantEntry
PREVIEW describing the provided constant.Modifier 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
Modifier and TypeMethodDescriptionConstantInstruction.LoadConstantInstruction.constantEntry()
Returns the constant value.Modifier and TypeMethodDescriptionConstantInstruction.ofLoad
(OpcodePREVIEW op, LoadableConstantEntryPREVIEW constant) Returns a load constant instruction.