public class org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper
  super_class: java.lang.Object
{
  public char[] signature;
    descriptor: [C
    flags: (0x0001) ACC_PUBLIC

  public int start;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int end;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int bracket;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  private boolean use15specifics;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean useExternalAnnotations;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(char[], boolean);
    descriptor: ([CZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
        start local 1 // char[] signature
        start local 2 // boolean use15specifics
         0: .line 29
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 30
            aload 0 /* this */
            aload 1 /* signature */
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
         2: .line 31
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
         3: .line 32
            aload 0 /* this */
            aload 0 /* this */
            iconst_m1
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.bracket:I
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
         4: .line 33
            aload 0 /* this */
            iload 2 /* use15specifics */
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.use15specifics:Z
         5: .line 34
            iload 2 /* use15specifics */
            ifne 6
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.removeTypeArguments:()V
         6: .line 35
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper char[] int
      StackMap stack:
            return
        end local 2 // boolean use15specifics
        end local 1 // char[] signature
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;
            0    7     1       signature  [C
            0    7     2  use15specifics  Z
    MethodParameters:
                Name  Flags
      signature       
      use15specifics  

  public void <init>(char[], boolean, boolean);
    descriptor: ([CZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
        start local 1 // char[] signature
        start local 2 // boolean use15specifics
        start local 3 // boolean useExternalAnnotations
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 1 /* signature */
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
         2: .line 38
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
         3: .line 39
            aload 0 /* this */
            aload 0 /* this */
            iconst_m1
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.bracket:I
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
         4: .line 40
            aload 0 /* this */
            iload 2 /* use15specifics */
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.use15specifics:Z
         5: .line 41
            aload 0 /* this */
            iload 3 /* useExternalAnnotations */
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.useExternalAnnotations:Z
         6: .line 42
            iload 2 /* use15specifics */
            ifne 7
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.removeTypeArguments:()V
         7: .line 43
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper char[] int int
      StackMap stack:
            return
        end local 3 // boolean useExternalAnnotations
        end local 2 // boolean use15specifics
        end local 1 // char[] signature
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    8     0                    this  Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;
            0    8     1               signature  [C
            0    8     2          use15specifics  Z
            0    8     3  useExternalAnnotations  Z
    MethodParameters:
                        Name  Flags
      signature               
      use15specifics          
      useExternalAnnotations  

  public void <init>(char[]);
    descriptor: ([C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
        start local 1 // char[] signature
         0: .line 45
            aload 0 /* this */
            aload 1 /* signature */
            iconst_1
            invokespecial org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.<init>:([CZ)V
         1: .line 46
            return
        end local 1 // char[] signature
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;
            0    2     1  signature  [C
    MethodParameters:
           Name  Flags
      signature  

  public boolean atEnd();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
         0: .line 48
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            iflt 1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            arraylength
            if_icmpge 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;

  public boolean isParameterized();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
         0: .line 51
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.bracket:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;

  public int computeEnd();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
         0: .line 54
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            istore 1 /* index */
        start local 1 // int index
         1: .line 55
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.useExternalAnnotations:Z
            ifeq 9
         2: .line 58
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            iload 1 /* index */
            caload
            lookupswitch { // 4
                   48: 3
                   49: 3
                   64: 3
                   91: 5
              default: 7
          }
         3: .line 62
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            if_icmpne 5
         4: .line 63
            goto 10
         5: .line 66
      StackMap locals:
      StackMap stack:
            iinc 1 /* index */ 1
         6: .line 67
            goto 2
         7: .line 72
      StackMap locals:
      StackMap stack:
            goto 10
         8: .line 74
      StackMap locals:
      StackMap stack:
            iinc 1 /* index */ 1
         9: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            iload 1 /* index */
            caload
            bipush 91
            if_icmpeq 8
        10: .line 76
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            iload 1 /* index */
            caload
            lookupswitch { // 2
                   76: 11
                   84: 11
              default: 19
          }
        11: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 59
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.indexOf:(C[CI)I
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
        12: .line 80
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.bracket:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            if_icmpgt 14
        13: .line 81
            aload 0 /* this */
            bipush 60
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.indexOf:(C[CI)I
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.bracket:I
        14: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.bracket:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            if_icmple 16
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.bracket:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
            if_icmpge 16
        15: .line 84
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.bracket:I
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
            goto 20
        16: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
            iconst_m1
            if_icmpne 20
        17: .line 86
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            arraylength
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
        18: .line 87
            goto 20
        19: .line 89
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
        20: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.use15specifics:Z
            ifne 21
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.bracket:I
            if_icmpeq 23
        21: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
        22: .line 94
            goto 25
        23: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.skipAngleContents:(I)I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
        24: .line 96
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.bracket:I
        25: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
            ireturn
        end local 1 // int index
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   26     0   this  Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;
            1   26     1  index  I

  private void removeTypeArguments();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
         0: .line 112
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* buffer */
        start local 1 // java.lang.StringBuilder buffer
         1: .line 113
            iconst_0
            istore 2 /* offset */
        start local 2 // int offset
         2: .line 114
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            istore 3 /* index */
        start local 3 // int index
         3: .line 115
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            iconst_0
            caload
            bipush 60
            if_icmpne 10
         4: .line 116
            iinc 3 /* index */ 1
         5: .line 118
            goto 10
         6: .line 119
      StackMap locals: java.lang.StringBuilder int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            iload 3 /* index */
            caload
            bipush 60
            if_icmpne 9
         7: .line 120
            aload 1 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            iload 2 /* offset */
            iload 3 /* index */
            iload 2 /* offset */
            isub
            invokevirtual java.lang.StringBuilder.append:([CII)Ljava/lang/StringBuilder;
            pop
         8: .line 121
            aload 0 /* this */
            iload 3 /* index */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.skipAngleContents:(I)I
            dup
            istore 2 /* offset */
            istore 3 /* index */
         9: .line 118
      StackMap locals:
      StackMap stack:
            iinc 3 /* index */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* index */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            arraylength
            if_icmplt 6
        11: .line 124
            aload 1 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            iload 2 /* offset */
            iload 3 /* index */
            iload 2 /* offset */
            isub
            invokevirtual java.lang.StringBuilder.append:([CII)Ljava/lang/StringBuilder;
            pop
        12: .line 125
            aload 0 /* this */
            aload 1 /* buffer */
            invokevirtual java.lang.StringBuilder.length:()I
            newarray 5
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
        13: .line 126
            aload 1 /* buffer */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            arraylength
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            iconst_0
            invokevirtual java.lang.StringBuilder.getChars:(II[CI)V
        14: .line 127
            return
        end local 3 // int index
        end local 2 // int offset
        end local 1 // java.lang.StringBuilder buffer
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;
            1   15     1  buffer  Ljava/lang/StringBuilder;
            2   15     2  offset  I
            3   15     3   index  I

  public int skipAngleContents(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
        start local 1 // int i
         0: .line 131
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            iload 1 /* i */
            caload
            bipush 60
            if_icmpeq 2
         1: .line 132
            iload 1 /* i */
            ireturn
         2: .line 134
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* depth */
        start local 2 // int depth
         3: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            arraylength
            istore 3 /* length */
        start local 3 // int length
         4: .line 135
            iinc 1 /* i */ 1
            goto 11
         5: .line 136
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            iload 1 /* i */
            caload
            tableswitch { // 60 - 62
                   60: 6
                   61: 10
                   62: 8
              default: 10
          }
         6: .line 138
      StackMap locals:
      StackMap stack:
            iinc 2 /* depth */ 1
         7: .line 139
            goto 10
         8: .line 141
      StackMap locals:
      StackMap stack:
            iinc 2 /* depth */ -1
            iload 2 /* depth */
            ifge 10
         9: .line 142
            iload 1 /* i */
            iconst_1
            iadd
            ireturn
        10: .line 135
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 1 /* i */
            iload 3 /* length */
            if_icmplt 5
        12: .line 146
            iload 1 /* i */
            ireturn
        end local 3 // int length
        end local 2 // int depth
        end local 1 // int i
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;
            0   13     1       i  I
            3   13     2   depth  I
            4   13     3  length  I
    MethodParameters:
      Name  Flags
      i     

  public int skipTypeParameter();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
         0: .line 150
            aload 0 /* this */
            bipush 58
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.indexOf:(C[CI)I
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
         1: .line 151
            goto 5
         2: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
         3: .line 153
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.charAtStart:()C
            bipush 58
            if_icmpeq 5
         4: .line 154
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.computeEnd:()I
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.skipAngleContents:(I)I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
         5: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.charAtStart:()C
            bipush 58
            if_icmpeq 2
         6: .line 156
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;

  public char[] wordUntil(char);
    descriptor: (C)[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
        start local 1 // char c
         0: .line 159
            aload 0 /* this */
            iload 1 /* c */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.indexOf:(C[CI)I
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
         1: .line 160
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.subarray:([CII)[C
            areturn
        end local 1 // char c
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;
            0    2     1     c  C
    MethodParameters:
      Name  Flags
      c     

  public char[] nextWord();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
         0: .line 163
            aload 0 /* this */
            bipush 59
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.indexOf:(C[CI)I
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
         1: .line 164
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.bracket:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            if_icmpgt 3
         2: .line 165
            aload 0 /* this */
            bipush 60
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.indexOf:(C[CI)I
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.bracket:I
         3: .line 166
      StackMap locals:
      StackMap stack:
            bipush 46
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.indexOf:(C[CI)I
            istore 1 /* dot */
        start local 1 // int dot
         4: .line 168
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.bracket:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            if_icmple 6
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.bracket:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
            if_icmpge 6
         5: .line 169
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.bracket:I
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
         6: .line 170
      StackMap locals: int
      StackMap stack:
            iload 1 /* dot */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            if_icmple 8
            iload 1 /* dot */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
            if_icmpge 8
         7: .line 171
            aload 0 /* this */
            iload 1 /* dot */
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
         8: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.subarray:([CII)[C
            areturn
        end local 1 // int dot
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;
            4    9     1   dot  I

  public char[] nextName();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
         0: .line 177
            aload 0 /* this */
            bipush 59
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.indexOf:(C[CI)I
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
         1: .line 178
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.bracket:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            if_icmpgt 3
         2: .line 179
            aload 0 /* this */
            bipush 60
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.indexOf:(C[CI)I
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.bracket:I
         3: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.bracket:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            if_icmple 5
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.bracket:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
            if_icmpge 5
         4: .line 182
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.bracket:I
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
         5: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.subarray:([CII)[C
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;

  public char[] peekFullType();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
         0: .line 189
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            istore 1 /* s */
        start local 1 // int s
         1: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.bracket:I
            istore 2 /* b */
        start local 2 // int b
         2: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
            istore 3 /* e */
        start local 3 // int e
         3: .line 190
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.computeEnd:()I
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.skipAngleContents:(I)I
            istore 4 /* peekEnd */
        start local 4 // int peekEnd
         4: .line 191
            aload 0 /* this */
            iload 1 /* s */
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
         5: .line 192
            aload 0 /* this */
            iload 2 /* b */
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.bracket:I
         6: .line 193
            aload 0 /* this */
            iload 3 /* e */
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
         7: .line 194
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            iload 1 /* s */
            iload 4 /* peekEnd */
            iconst_1
            iadd
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.subarray:([CII)[C
            areturn
        end local 4 // int peekEnd
        end local 3 // int e
        end local 2 // int b
        end local 1 // int s
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;
            1    8     1        s  I
            2    8     2        b  I
            3    8     3        e  I
            4    8     4  peekEnd  I

  public char[] getFrom(int);
    descriptor: (I)[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
        start local 1 // int s
         0: .line 202
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.bracket:I
            if_icmpne 3
         1: .line 203
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.bracket:I
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.skipAngleContents:(I)I
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
         2: .line 204
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
         3: .line 206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            iload 1 /* s */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
            iconst_1
            iadd
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.subarray:([CII)[C
            areturn
        end local 1 // int s
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;
            0    4     1     s  I
    MethodParameters:
      Name  Flags
      s     

  public char[] tail();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
         0: .line 209
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            arraylength
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.subarray:([CII)[C
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
         0: .line 213
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            iflt 4
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            arraylength
            if_icmpgt 4
         1: .line 214
            new java.lang.StringBuilder
            dup
            new java.lang.String
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.subarray:([CII)[C
            invokespecial java.lang.String.<init>:([C)V
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " ^ "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 215
            new java.lang.String
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            arraylength
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.subarray:([CII)[C
            invokespecial java.lang.String.<init>:([C)V
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 214
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
         4: .line 218
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            new java.lang.String
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            invokespecial java.lang.String.<init>:([C)V
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " @ "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;

  public char charAtStart();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
         0: .line 222
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            caload
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;
}
SourceFile: "SignatureWrapper.java"