Uses of Interface
io.smallrye.classfile.constantpool.LoadableConstantEntry
Packages that use LoadableConstantEntry
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing constant pool entries for the
io.smallrye.classfile library.Provides interfaces describing code instructions for the
io.smallrye.classfile library.-
Uses of LoadableConstantEntry in io.smallrye.classfile
Methods in io.smallrye.classfile that return types with arguments of type LoadableConstantEntryModifier and TypeMethodDescriptionBootstrapMethodEntry.arguments()Returns the bootstrap arguments.Methods in io.smallrye.classfile with parameters of type LoadableConstantEntryModifier and TypeMethodDescriptiondefault CodeBuilderCodeBuilder.ldc(LoadableConstantEntry entry) Generates an instruction pushing an item from the run-time constant pool onto the operand stack. -
Uses of LoadableConstantEntry in io.smallrye.classfile.constantpool
Subinterfaces of LoadableConstantEntry in io.smallrye.classfile.constantpoolModifier and TypeInterfaceDescriptioninterfaceModels aCONSTANT_Class_infostructure, representing a reference type, in the constant pool of aclassfile.interfaceModels aCONSTANT_Dynamic_infostructure, representing a dynamically-computed constant, in the constant pool of aclassfile.interfaceMarker interface for constant pool entries that can represent constant values in theConstantValueattribute.interfaceModels aCONSTANT_Double_infostructure, representing adoubleconstant, in the constant pool of aclassfile.interfaceModels aCONSTANT_Float_infostructure, or afloatconstant, in the constant pool of aclassfile.interfaceModels aCONSTANT_Integer_infostructure, or anintconstant, in the constant pool of aclassfile.interfaceModels aCONSTANT_Long_infostructure, or alongconstant, in the constant pool of aclassfile.interfaceModels aCONSTANT_MethodHandle_infostructure, or a symbolic reference to a method handle, in the constant pool of aclassfile.interfaceModels aCONSTANT_MethodType_infostructure, or a symbolic reference to a method type, in the constant pool of aclassfile.interfaceModels aCONSTANT_String_infostructure, or a string constant, in the constant pool of aclassfile.Methods in io.smallrye.classfile.constantpool that return LoadableConstantEntryModifier and TypeMethodDescriptiondefault LoadableConstantEntryConstantPoolBuilder.loadableConstantEntry(ConstantDesc c) Returns aLoadableConstantEntrydescribing the provided constant value.Method parameters in io.smallrye.classfile.constantpool with type arguments of type LoadableConstantEntryModifier and TypeMethodDescriptionConstantPoolBuilder.bsmEntry(MethodHandleEntry methodReference, List<LoadableConstantEntry> arguments) Returns aBootstrapMethodEntryreferring to aMethodHandleEntryand a list ofLoadableConstantEntry. -
Uses of LoadableConstantEntry in io.smallrye.classfile.instruction
Methods in io.smallrye.classfile.instruction that return LoadableConstantEntryModifier and TypeMethodDescriptionConstantInstruction.LoadConstantInstruction.constantEntry()Returns the constant value.Methods in io.smallrye.classfile.instruction with parameters of type LoadableConstantEntryModifier and TypeMethodDescriptionConstantInstruction.ofLoad(Opcode op, LoadableConstantEntry constant) Returns a load constant instruction.