public class AnnotationData extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
dataName |
protected String |
invAnnotToken |
protected String |
visAnnotToken |
Constructor and Description |
---|
AnnotationData(boolean invisible,
ClassData cls) |
Modifier and Type | Method and Description |
---|---|
protected void |
_toString(StringBuilder sb) |
void |
print(PrintWriter out,
String tab) |
protected void |
printBody(PrintWriter out,
String tab) |
protected void |
printHeader(PrintWriter out,
String tab) |
void |
read(DataInputStream in) |
String |
toString() |
protected String visAnnotToken
protected String invAnnotToken
protected String dataName
public AnnotationData(boolean invisible, ClassData cls)
public void read(DataInputStream in) throws IOException
IOException
public void print(PrintWriter out, String tab)
protected void printHeader(PrintWriter out, String tab)
protected void printBody(PrintWriter out, String tab)
protected void _toString(StringBuilder sb)
Copyright © 2021. All Rights Reserved.