Package org.openjdk.asmtools.jasm
Class TypeAnnotationTypePathData
- java.lang.Object
-
- org.openjdk.asmtools.jasm.TypeAnnotationTypePathData
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.ArrayList<TypeAnnotationTypes.TypePathEntry>typePathEntries
-
Constructor Summary
Constructors Constructor Description TypeAnnotationTypePathData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddTypePathEntry(TypeAnnotationTypes.TypePathEntry entry)intgetLength()voidprint(java.io.PrintWriter out, java.lang.String tab)jdis: print the type_path structurejava.lang.StringtoString(int tabLevel)voidwrite(CheckedDataOutputStream out)
-
-
-
Field Detail
-
typePathEntries
private java.util.ArrayList<TypeAnnotationTypes.TypePathEntry> typePathEntries
-
-
Method Detail
-
addTypePathEntry
public void addTypePathEntry(TypeAnnotationTypes.TypePathEntry entry)
-
write
public void write(CheckedDataOutputStream out) throws java.io.IOException
-
toString
public java.lang.String toString(int tabLevel)
-
print
public void print(java.io.PrintWriter out, java.lang.String tab)jdis: print the type_path structure
-
-