Class TypeAnnotationTypePathData

java.lang.Object
org.openjdk.asmtools.jasm.TypeAnnotationTypePathData
All Implemented Interfaces:
DataWriter

public class TypeAnnotationTypePathData extends Object implements 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]; }