Package org.openjdk.asmtools.jasm
Class TypeAnnotationTypePathData
java.lang.Object
org.openjdk.asmtools.jasm.TypeAnnotationTypePathData
- All Implemented Interfaces:
DataWriter
JVMS 4.7.20.2. The type_path structure
type_path { u1 path_length; { u1 type_path_kind; u1 type_argument_index; } path[path_length]; }
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
int
jdis: get a string representation of type path structure for kids printingtoString()
void
-
Field Details
-
typePathEntries
-
-
Constructor Details
-
TypeAnnotationTypePathData
public TypeAnnotationTypePathData()
-
-
Method Details
-
addTypePathEntry
-
write
- Specified by:
write
in interfaceDataWriter
- Throws:
IOException
-
getLength
public int getLength()- Specified by:
getLength
in interfaceDataWriter
-
toString
-
toPrintString
jdis: get a string representation of type path structure for kids printing
-