Uses of Interface
java.lang.classfile.constantpool.FieldRefEntry
Packages that use FieldRefEntryPREVIEW
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 FieldRefEntryPREVIEW in java.lang.classfilePREVIEW
Methods in java.lang.classfilePREVIEW with parameters of type FieldRefEntryPREVIEWModifier and TypeMethodDescriptiondefault CodeBuilderPREVIEWCodeBuilder.fieldInstruction(OpcodePREVIEW opcode, FieldRefEntryPREVIEW ref) Generate an instruction to access a fielddefault CodeBuilderPREVIEWCodeBuilder.getfield(FieldRefEntryPREVIEW ref) Generate an instruction to fetch field from an objectdefault CodeBuilderPREVIEWCodeBuilder.getstatic(FieldRefEntryPREVIEW ref) Generate an instruction to get static field from a classdefault CodeBuilderPREVIEWCodeBuilder.putfield(FieldRefEntryPREVIEW ref) Generate an instruction to set field in an objectdefault CodeBuilderPREVIEWCodeBuilder.putstatic(FieldRefEntryPREVIEW ref) Generate an instruction to set static field in a class -
Uses of FieldRefEntryPREVIEW in java.lang.classfile.constantpoolPREVIEW
Methods in java.lang.classfile.constantpoolPREVIEW that return FieldRefEntryPREVIEWModifier and TypeMethodDescriptionConstantPoolBuilder.fieldRefEntry(ClassEntryPREVIEW owner, NameAndTypeEntryPREVIEW nameAndType) Returns AFieldRefEntryPREVIEW describing a field of a class.default FieldRefEntryPREVIEWConstantPoolBuilder.fieldRefEntry(ClassDesc owner, String name, ClassDesc type) Returns AFieldRefEntryPREVIEW describing a field of a class. -
Uses of FieldRefEntryPREVIEW in java.lang.classfile.instructionPREVIEW
Methods in java.lang.classfile.instructionPREVIEW that return FieldRefEntryPREVIEWModifier and TypeMethodDescriptionFieldInstruction.field()Returns theFieldRefEntryPREVIEW constant described by this instruction.Methods in java.lang.classfile.instructionPREVIEW with parameters of type FieldRefEntryPREVIEWModifier and TypeMethodDescriptionstatic FieldInstructionPREVIEWFieldInstruction.of(OpcodePREVIEW op, FieldRefEntryPREVIEW field) Returns a field access instruction.