Class TypeAnnotationTypePathData

  • All Implemented Interfaces:
    Data

    public class TypeAnnotationTypePathData
    extends java.lang.Object
    implements Data
    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]; }
    • Constructor Detail

      • TypeAnnotationTypePathData

        public TypeAnnotationTypePathData()
    • Method Detail

      • getLength

        public int getLength()
        Specified by:
        getLength in interface Data
      • 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