Uses of Interface
java.lang.classfile.constantpool.FieldRefEntry
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 FieldRefEntryPREVIEW in java.lang.classfilePREVIEW
Modifier and TypeMethodDescriptiondefault CodeBuilderPREVIEW
CodeBuilder.fieldAccess
(OpcodePREVIEW opcode, FieldRefEntryPREVIEW ref) Generate an instruction to access a fielddefault CodeBuilderPREVIEW
CodeBuilder.getfield
(FieldRefEntryPREVIEW ref) Generate an instruction to fetch field from an objectdefault CodeBuilderPREVIEW
CodeBuilder.getstatic
(FieldRefEntryPREVIEW ref) Generate an instruction to get static field from a classdefault CodeBuilderPREVIEW
CodeBuilder.putfield
(FieldRefEntryPREVIEW ref) Generate an instruction to set field in an objectdefault CodeBuilderPREVIEW
CodeBuilder.putstatic
(FieldRefEntryPREVIEW ref) Generate an instruction to set static field in a class -
Uses of FieldRefEntryPREVIEW in java.lang.classfile.constantpoolPREVIEW
Modifier and TypeMethodDescriptionConstantPoolBuilder.fieldRefEntry
(ClassEntryPREVIEW owner, NameAndTypeEntryPREVIEW nameAndType) Returns AFieldRefEntry
PREVIEW describing a field of a class.default FieldRefEntryPREVIEW
ConstantPoolBuilder.fieldRefEntry
(ClassDesc owner, String name, ClassDesc type) Returns AFieldRefEntry
PREVIEW describing a field of a class. -
Uses of FieldRefEntryPREVIEW in java.lang.classfile.instructionPREVIEW
Modifier and TypeMethodDescriptionFieldInstruction.field()
Returns theFieldRefEntry
PREVIEW constant described by this instruction.Modifier and TypeMethodDescriptionstatic FieldInstructionPREVIEW
FieldInstruction.of
(OpcodePREVIEW op, FieldRefEntryPREVIEW field) Returns a field access instruction.