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.String
dataName
protected java.lang.String
invAnnotToken
protected java.lang.String
visAnnotToken
-
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)
void
print(java.io.PrintWriter out, java.lang.String tab)
protected void
printBody(java.io.PrintWriter out, java.lang.String tab)
protected void
printHeader(java.io.PrintWriter out, java.lang.String tab)
void
read(java.io.DataInputStream in)
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
_toString
protected void _toString(java.lang.StringBuilder sb)
-
-