Uses of Class
aQute.bnd.classfile.preview.RecordAttribute.RecordComponent
-
Packages that use RecordAttribute.RecordComponent Package Description aQute.bnd.classfile.preview This package provides an object model and parser for preview level Java class files. -
-
Uses of RecordAttribute.RecordComponent in aQute.bnd.classfile.preview
Fields in aQute.bnd.classfile.preview declared as RecordAttribute.RecordComponent Modifier and Type Field Description RecordAttribute.RecordComponent[]
RecordAttribute. components
Methods in aQute.bnd.classfile.preview that return RecordAttribute.RecordComponent Modifier and Type Method Description (package private) static RecordAttribute.RecordComponent
RecordAttribute.RecordComponent. read(java.io.DataInput in, ConstantPool constant_pool)
Constructors in aQute.bnd.classfile.preview with parameters of type RecordAttribute.RecordComponent Constructor Description RecordAttribute(RecordAttribute.RecordComponent[] components)
-