Package org.openjdk.asmtools.jasm
Class RecordData
java.lang.Object
org.openjdk.asmtools.jasm.RecordData
The record attribute (JEP 359 since class file 58.65535)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addComponent
(ConstantPool.ConstCell nameCell, ConstantPool.ConstCell descCell, ConstantPool.ConstCell signature, ArrayList<org.openjdk.asmtools.jasm.AnnotationData> annotations) int
protected org.openjdk.asmtools.jasm.ClassData
int
boolean
isEmpty()
default String
tabString
(int tabLevel) void
-
Constructor Details
-
RecordData
public RecordData(org.openjdk.asmtools.jasm.ClassData cls)
-
-
Method Details
-
addComponent
public void addComponent(ConstantPool.ConstCell nameCell, ConstantPool.ConstCell descCell, ConstantPool.ConstCell signature, ArrayList<org.openjdk.asmtools.jasm.AnnotationData> annotations) -
isEmpty
public boolean isEmpty() -
write
- Throws:
IOException
-
attrLength
public int attrLength() -
getClassData
protected org.openjdk.asmtools.jasm.ClassData getClassData() -
getLength
public int getLength() -
tabString
-