Class TypeAnnotationTypePathData


  • public class TypeAnnotationTypePathData
    extends java.lang.Object
    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

      • write

        public void write​(CheckedDataOutputStream out)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • getLength

        public int getLength()
      • 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
      • tabString

        public default java.lang.String tabString​(int tabLevel)