public class RecordData extends Object
Constructor and Description |
---|
RecordData(org.openjdk.asmtools.jasm.ClassData cls) |
Modifier and Type | Method and Description |
---|---|
void |
addComponent(ConstantPool.ConstCell nameCell,
ConstantPool.ConstCell descCell,
ConstantPool.ConstCell signature,
ArrayList<org.openjdk.asmtools.jasm.AnnotationData> annotations) |
int |
attrLength() |
protected org.openjdk.asmtools.jasm.ClassData |
getClassData() |
int |
getLength() |
boolean |
isEmpty() |
default String |
tabString(int tabLevel) |
void |
write(CheckedDataOutputStream out) |
public void addComponent(ConstantPool.ConstCell nameCell, ConstantPool.ConstCell descCell, ConstantPool.ConstCell signature, ArrayList<org.openjdk.asmtools.jasm.AnnotationData> annotations)
public boolean isEmpty()
public void write(CheckedDataOutputStream out) throws IOException
IOException
public int attrLength()
protected org.openjdk.asmtools.jasm.ClassData getClassData()
public int getLength()
public String tabString(int tabLevel)
Copyright © 2021. All Rights Reserved.