Package org.openjdk.asmtools.jdis
Class AnnotationData
- java.lang.Object
-
- org.openjdk.asmtools.jdis.AnnotationData
-
- Direct Known Subclasses:
TypeAnnotationData
public class AnnotationData extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringdataNameprotected java.lang.StringinvAnnotTokenprotected java.lang.StringvisAnnotToken
-
Constructor Summary
Constructors Constructor Description AnnotationData(boolean invisible, ClassData cls)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void_toString(java.lang.StringBuilder sb)voidprint(java.io.PrintWriter out, java.lang.String tab)protected voidprintBody(java.io.PrintWriter out, java.lang.String tab)protected voidprintHeader(java.io.PrintWriter out, java.lang.String tab)voidread(java.io.DataInputStream in)java.lang.StringtoString()
-
-
-
Constructor Detail
-
AnnotationData
public AnnotationData(boolean invisible, ClassData cls)
-
-
Method Detail
-
read
public void read(java.io.DataInputStream in) throws java.io.IOException- Throws:
java.io.IOException
-
print
public void print(java.io.PrintWriter out, java.lang.String tab)
-
printHeader
protected void printHeader(java.io.PrintWriter out, java.lang.String tab)
-
printBody
protected void printBody(java.io.PrintWriter out, java.lang.String tab)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
_toString
protected void _toString(java.lang.StringBuilder sb)
-
-