public class jdk.internal.org.objectweb.asm.TypePath
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.internal.org.objectweb.asm.TypePath
  super_class: java.lang.Object
{
  public static final int ARRAY_ELEMENT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int INNER_TYPE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int WILDCARD_BOUND;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int TYPE_ARGUMENT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  byte[] b;
    descriptor: [B
    flags: (0x0000) 

  int offset;
    descriptor: I
    flags: (0x0000) 

  void <init>(byte[], int);
    descriptor: ([BI)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.TypePath this
        start local 1 // byte[] b
        start local 2 // int offset
         0: .line 113
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 114
            aload 0 /* this */
            aload 1 /* b */
            putfield jdk.internal.org.objectweb.asm.TypePath.b:[B
         2: .line 115
            aload 0 /* this */
            iload 2 /* offset */
            putfield jdk.internal.org.objectweb.asm.TypePath.offset:I
         3: .line 116
            return
        end local 2 // int offset
        end local 1 // byte[] b
        end local 0 // jdk.internal.org.objectweb.asm.TypePath this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljdk/internal/org/objectweb/asm/TypePath;
            0    4     1       b  [B
            0    4     2  offset  I
    MethodParameters:
        Name  Flags
      b       
      offset  

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.TypePath this
         0: .line 124
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.TypePath.b:[B
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.TypePath.offset:I
            baload
            ireturn
        end local 0 // jdk.internal.org.objectweb.asm.TypePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/objectweb/asm/TypePath;

  public int getStep(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.TypePath this
        start local 1 // int index
         0: .line 137
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.TypePath.b:[B
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.TypePath.offset:I
            iconst_2
            iload 1 /* index */
            imul
            iadd
            iconst_1
            iadd
            baload
            ireturn
        end local 1 // int index
        end local 0 // jdk.internal.org.objectweb.asm.TypePath this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljdk/internal/org/objectweb/asm/TypePath;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getStepArgument(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.TypePath this
        start local 1 // int index
         0: .line 151
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.TypePath.b:[B
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.TypePath.offset:I
            iconst_2
            iload 1 /* index */
            imul
            iadd
            iconst_2
            iadd
            baload
            ireturn
        end local 1 // int index
        end local 0 // jdk.internal.org.objectweb.asm.TypePath this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljdk/internal/org/objectweb/asm/TypePath;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public static jdk.internal.org.objectweb.asm.TypePath fromString(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/TypePath;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // java.lang.String typePath
         0: .line 164
            aload 0 /* typePath */
            ifnull 1
            aload 0 /* typePath */
            invokevirtual java.lang.String.isEmpty:()Z
            ifeq 2
         1: .line 165
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 167
      StackMap locals:
      StackMap stack:
            aload 0 /* typePath */
            invokevirtual java.lang.String.length:()I
            istore 1 /* n */
        start local 1 // int n
         3: .line 168
            new jdk.internal.org.objectweb.asm.ByteVector
            dup
            iload 1 /* n */
            invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:(I)V
            astore 2 /* out */
        start local 2 // jdk.internal.org.objectweb.asm.ByteVector out
         4: .line 169
            aload 2 /* out */
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         5: .line 170
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         6: goto 26
         7: .line 171
      StackMap locals: int jdk.internal.org.objectweb.asm.ByteVector int
      StackMap stack:
            aload 0 /* typePath */
            iload 3 /* i */
            iinc 3 /* i */ 1
            invokevirtual java.lang.String.charAt:(I)C
            istore 4 /* c */
        start local 4 // char c
         8: .line 172
            iload 4 /* c */
            bipush 91
            if_icmpne 11
         9: .line 173
            aload 2 /* out */
            iconst_0
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put11:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        10: .line 174
            goto 26
      StackMap locals: int
      StackMap stack:
        11: iload 4 /* c */
            bipush 46
            if_icmpne 14
        12: .line 175
            aload 2 /* out */
            iconst_1
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put11:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        13: .line 176
            goto 26
      StackMap locals:
      StackMap stack:
        14: iload 4 /* c */
            bipush 42
            if_icmpne 17
        15: .line 177
            aload 2 /* out */
            iconst_2
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put11:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        16: .line 178
            goto 26
      StackMap locals:
      StackMap stack:
        17: iload 4 /* c */
            bipush 48
            if_icmplt 26
            iload 4 /* c */
            bipush 57
            if_icmpgt 26
        18: .line 179
            iload 4 /* c */
            bipush 48
            isub
            istore 5 /* typeArg */
        start local 5 // int typeArg
        19: .line 180
            goto 22
        20: .line 181
      StackMap locals: int
      StackMap stack:
            iload 5 /* typeArg */
            bipush 10
            imul
            iload 4 /* c */
            iadd
            bipush 48
            isub
            istore 5 /* typeArg */
        21: .line 182
            iinc 3 /* i */ 1
        22: .line 180
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            iload 1 /* n */
            if_icmpge 23
            aload 0 /* typePath */
            iload 3 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            dup
            istore 4 /* c */
            bipush 48
            if_icmplt 23
            iload 4 /* c */
            bipush 57
            if_icmple 20
        23: .line 184
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            iload 1 /* n */
            if_icmpge 25
            aload 0 /* typePath */
            iload 3 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 59
            if_icmpne 25
        24: .line 185
            iinc 3 /* i */ 1
        25: .line 187
      StackMap locals:
      StackMap stack:
            aload 2 /* out */
            iconst_3
            iload 5 /* typeArg */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put11:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        end local 5 // int typeArg
        end local 4 // char c
        26: .line 170
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            iload 1 /* n */
            if_icmplt 7
        end local 3 // int i
        27: .line 190
            aload 2 /* out */
            getfield jdk.internal.org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 2 /* out */
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iconst_2
            idiv
            i2b
            bastore
        28: .line 191
            new jdk.internal.org.objectweb.asm.TypePath
            dup
            aload 2 /* out */
            getfield jdk.internal.org.objectweb.asm.ByteVector.data:[B
            iconst_0
            invokespecial jdk.internal.org.objectweb.asm.TypePath.<init>:([BI)V
            areturn
        end local 2 // jdk.internal.org.objectweb.asm.ByteVector out
        end local 1 // int n
        end local 0 // java.lang.String typePath
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   29     0  typePath  Ljava/lang/String;
            3   29     1         n  I
            4   29     2       out  Ljdk/internal/org/objectweb/asm/ByteVector;
            6   27     3         i  I
            8   26     4         c  C
           19   26     5   typeArg  I
    MethodParameters:
          Name  Flags
      typePath  final

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.TypePath this
         0: .line 203
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.TypePath.getLength:()I
            istore 1 /* length */
        start local 1 // int length
         1: .line 204
            new java.lang.StringBuilder
            dup
            iload 1 /* length */
            iconst_2
            imul
            invokespecial java.lang.StringBuilder.<init>:(I)V
            astore 2 /* result */
        start local 2 // java.lang.StringBuilder result
         2: .line 205
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 15
         4: .line 206
      StackMap locals: int java.lang.StringBuilder int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual jdk.internal.org.objectweb.asm.TypePath.getStep:(I)I
            tableswitch { // 0 - 3
                    0: 5
                    1: 7
                    2: 9
                    3: 11
              default: 13
          }
         5: .line 208
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            bipush 91
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         6: .line 209
            goto 14
         7: .line 211
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            bipush 46
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         8: .line 212
            goto 14
         9: .line 214
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            bipush 42
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        10: .line 215
            goto 14
        11: .line 217
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual jdk.internal.org.objectweb.asm.TypePath.getStepArgument:(I)I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            bipush 59
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        12: .line 218
            goto 14
        13: .line 220
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            bipush 95
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        14: .line 205
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 3 /* i */
            iload 1 /* length */
            if_icmplt 4
        end local 3 // int i
        16: .line 223
            aload 2 /* result */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.StringBuilder result
        end local 1 // int length
        end local 0 // jdk.internal.org.objectweb.asm.TypePath this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Ljdk/internal/org/objectweb/asm/TypePath;
            1   17     1  length  I
            2   17     2  result  Ljava/lang/StringBuilder;
            3   16     3       i  I
}
SourceFile: "TypePath.java"