public class org.eclipse.jdt.internal.compiler.codegen.BranchLabel extends org.eclipse.jdt.internal.compiler.codegen.Label
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.codegen.BranchLabel
  super_class: org.eclipse.jdt.internal.compiler.codegen.Label
{
  private int[] forwardReferences;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int forwardReferenceCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  org.eclipse.jdt.internal.compiler.codegen.BranchLabel delegate;
    descriptor: Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
    flags: (0x0000) 

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

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel this
         0: .line 32
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.Label.<init>:()V
         1: .line 23
            aload 0 /* this */
            bipush 10
            newarray 10
            putfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferences:[I
         2: .line 24
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferenceCount:I
         3: .line 33
            return
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;

  public void <init>(org.eclipse.jdt.internal.compiler.codegen.CodeStream);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel this
        start local 1 // org.eclipse.jdt.internal.compiler.codegen.CodeStream codeStream
         0: .line 40
            aload 0 /* this */
            aload 1 /* codeStream */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.Label.<init>:(Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;)V
         1: .line 23
            aload 0 /* this */
            bipush 10
            newarray 10
            putfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferences:[I
         2: .line 24
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferenceCount:I
         3: .line 40
            return
        end local 1 // org.eclipse.jdt.internal.compiler.codegen.CodeStream codeStream
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            0    4     1  codeStream  Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
    MethodParameters:
            Name  Flags
      codeStream  

  void addForwardReference(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel this
        start local 1 // int pos
         0: .line 47
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.delegate:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            ifnull 3
         1: .line 48
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.delegate:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            iload 1 /* pos */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.BranchLabel.addForwardReference:(I)V
         2: .line 49
            return
         3: .line 51
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferenceCount:I
            istore 2 /* count */
        start local 2 // int count
         4: .line 52
            iload 2 /* count */
            iconst_1
            if_icmplt 26
         5: .line 53
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferences:[I
            iload 2 /* count */
            iconst_1
            isub
            iaload
            istore 3 /* previousValue */
        start local 3 // int previousValue
         6: .line 54
            iload 3 /* previousValue */
            iload 1 /* pos */
            if_icmpge 12
         7: .line 56
            iload 2 /* count */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferences:[I
            arraylength
            dup
            istore 4 /* length */
        start local 4 // int length
         8: if_icmplt 10
         9: .line 57
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferences:[I
            iconst_0
            aload 0 /* this */
            iconst_2
            iload 4 /* length */
            imul
            newarray 10
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferences:[I
            iconst_0
            iload 4 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        10: .line 58
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferences:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferenceCount:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferenceCount:I
            iload 1 /* pos */
            iastore
        end local 4 // int length
        11: .line 59
            goto 30
      StackMap locals:
      StackMap stack:
        12: iload 3 /* previousValue */
            iload 1 /* pos */
            if_icmple 30
        13: .line 60
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferences:[I
            astore 4 /* refs */
        start local 4 // int[] refs
        14: .line 62
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        15: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferenceCount:I
            istore 6 /* max */
        start local 6 // int max
        16: goto 19
        17: .line 63
      StackMap locals: int[] int int
      StackMap stack:
            aload 4 /* refs */
            iload 5 /* i */
            iaload
            iload 1 /* pos */
            if_icmpne 18
            return
        18: .line 62
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 5 /* i */
            iload 6 /* max */
            if_icmplt 17
        end local 6 // int max
        end local 5 // int i
        20: .line 66
            iload 2 /* count */
            aload 4 /* refs */
            arraylength
            dup
            istore 5 /* length */
        start local 5 // int length
        21: if_icmplt 23
        22: .line 67
            aload 4 /* refs */
            iconst_0
            aload 0 /* this */
            iconst_2
            iload 5 /* length */
            imul
            newarray 10
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferences:[I
            iconst_0
            iload 5 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        23: .line 68
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferences:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferenceCount:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferenceCount:I
            iload 1 /* pos */
            iastore
        24: .line 69
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferences:[I
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferenceCount:I
            invokestatic java.util.Arrays.sort:([III)V
        end local 5 // int length
        end local 4 // int[] refs
        end local 3 // int previousValue
        25: .line 71
            goto 30
        26: .line 73
      StackMap locals:
      StackMap stack:
            iload 2 /* count */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferences:[I
            arraylength
            dup
            istore 3 /* length */
        start local 3 // int length
        27: if_icmplt 29
        28: .line 74
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferences:[I
            iconst_0
            aload 0 /* this */
            iconst_2
            iload 3 /* length */
            imul
            newarray 10
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferences:[I
            iconst_0
            iload 3 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        29: .line 75
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferences:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferenceCount:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferenceCount:I
            iload 1 /* pos */
            iastore
        end local 3 // int length
        30: .line 77
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int count
        end local 1 // int pos
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   31     0           this  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            0   31     1            pos  I
            4   31     2          count  I
            6   25     3  previousValue  I
            8   11     4         length  I
           14   25     4           refs  [I
           15   20     5              i  I
           16   20     6            max  I
           21   25     5         length  I
           27   30     3         length  I
    MethodParameters:
      Name  Flags
      pos   

  public void becomeDelegateFor(org.eclipse.jdt.internal.compiler.codegen.BranchLabel);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=11, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel this
        start local 1 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel otherLabel
         0: .line 84
            aload 1 /* otherLabel */
            aload 0 /* this */
            putfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.delegate:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
         1: .line 87
            aload 1 /* otherLabel */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferenceCount:I
            istore 2 /* otherCount */
        start local 2 // int otherCount
         2: .line 88
            iload 2 /* otherCount */
            ifne 3
            return
         3: .line 90
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferenceCount:I
            iload 2 /* otherCount */
            iadd
            newarray 10
            astore 3 /* mergedForwardReferences */
        start local 3 // int[] mergedForwardReferences
         4: .line 91
            iconst_0
            istore 4 /* indexInMerge */
        start local 4 // int indexInMerge
         5: .line 92
            iconst_0
            istore 5 /* j */
        start local 5 // int j
         6: .line 93
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         7: .line 94
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferenceCount:I
            istore 7 /* max */
        start local 7 // int max
         8: .line 95
            aload 1 /* otherLabel */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferenceCount:I
            istore 8 /* max2 */
        start local 8 // int max2
         9: .line 96
            goto 25
        10: .line 97
      StackMap locals: org.eclipse.jdt.internal.compiler.codegen.BranchLabel org.eclipse.jdt.internal.compiler.codegen.BranchLabel int int[] int int int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferences:[I
            iload 6 /* i */
            iaload
            istore 9 /* value1 */
        start local 9 // int value1
        11: .line 98
            goto 22
        12: .line 99
      StackMap locals: int
      StackMap stack:
            aload 1 /* otherLabel */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferences:[I
            iload 5 /* j */
            iaload
            istore 10 /* value2 */
        start local 10 // int value2
        13: .line 100
            iload 9 /* value1 */
            iload 10 /* value2 */
            if_icmpge 16
        14: .line 101
            aload 3 /* mergedForwardReferences */
            iload 4 /* indexInMerge */
            iinc 4 /* indexInMerge */ 1
            iload 9 /* value1 */
            iastore
        15: .line 102
            goto 24
        16: .line 103
      StackMap locals: int
      StackMap stack:
            iload 9 /* value1 */
            iload 10 /* value2 */
            if_icmpne 20
        17: .line 104
            aload 3 /* mergedForwardReferences */
            iload 4 /* indexInMerge */
            iinc 4 /* indexInMerge */ 1
            iload 9 /* value1 */
            iastore
        18: .line 105
            iinc 5 /* j */ 1
        19: .line 106
            goto 24
        20: .line 108
      StackMap locals:
      StackMap stack:
            aload 3 /* mergedForwardReferences */
            iload 4 /* indexInMerge */
            iinc 4 /* indexInMerge */ 1
            iload 10 /* value2 */
            iastore
        end local 10 // int value2
        21: .line 98
            iinc 5 /* j */ 1
      StackMap locals:
      StackMap stack:
        22: iload 5 /* j */
            iload 8 /* max2 */
            if_icmplt 12
        23: .line 111
            aload 3 /* mergedForwardReferences */
            iload 4 /* indexInMerge */
            iinc 4 /* indexInMerge */ 1
            iload 9 /* value1 */
            iastore
        end local 9 // int value1
        24: .line 96
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        25: iload 6 /* i */
            iload 7 /* max */
            if_icmplt 10
        26: .line 113
            goto 29
        27: .line 114
      StackMap locals:
      StackMap stack:
            aload 3 /* mergedForwardReferences */
            iload 4 /* indexInMerge */
            iinc 4 /* indexInMerge */ 1
            aload 1 /* otherLabel */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferences:[I
            iload 5 /* j */
            iaload
            iastore
        28: .line 113
            iinc 5 /* j */ 1
      StackMap locals:
      StackMap stack:
        29: iload 5 /* j */
            iload 8 /* max2 */
            if_icmplt 27
        30: .line 116
            aload 0 /* this */
            aload 3 /* mergedForwardReferences */
            putfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferences:[I
        31: .line 117
            aload 0 /* this */
            iload 4 /* indexInMerge */
            putfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferenceCount:I
        32: .line 118
            return
        end local 8 // int max2
        end local 7 // int max
        end local 6 // int i
        end local 5 // int j
        end local 4 // int indexInMerge
        end local 3 // int[] mergedForwardReferences
        end local 2 // int otherCount
        end local 1 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel otherLabel
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   33     0                     this  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            0   33     1               otherLabel  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            2   33     2               otherCount  I
            4   33     3  mergedForwardReferences  [I
            5   33     4             indexInMerge  I
            6   33     5                        j  I
            7   33     6                        i  I
            8   33     7                      max  I
            9   33     8                     max2  I
           11   24     9                   value1  I
           13   21    10                   value2  I
    MethodParameters:
            Name  Flags
      otherLabel  

  void branch();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel this
         0: .line 124
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.tagBits:I
            iconst_2
            ior
            putfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.tagBits:I
         1: .line 125
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.delegate:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            ifnull 4
         2: .line 126
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.delegate:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.BranchLabel.branch:()V
         3: .line 127
            return
         4: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.position:I
            iconst_m1
            if_icmpne 9
         5: .line 130
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.position:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.BranchLabel.addForwardReference:(I)V
         6: .line 132
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            dup
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.position:I
            iconst_2
            iadd
            putfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.position:I
         7: .line 133
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            dup
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.classFileOffset:I
            iconst_2
            iadd
            putfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.classFileOffset:I
         8: .line 134
            goto 10
         9: .line 138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.writePosition:(Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;)V
        10: .line 140
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;

  void branchWide();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel this
         0: .line 146
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.tagBits:I
            iconst_2
            ior
            putfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.tagBits:I
         1: .line 147
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.delegate:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            ifnull 4
         2: .line 148
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.delegate:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.BranchLabel.branchWide:()V
         3: .line 149
            return
         4: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.position:I
            iconst_m1
            if_icmpne 10
         5: .line 152
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.position:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.BranchLabel.addForwardReference:(I)V
         6: .line 154
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.tagBits:I
            iconst_1
            ior
            putfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.tagBits:I
         7: .line 155
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            dup
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.position:I
            iconst_4
            iadd
            putfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.position:I
         8: .line 156
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            dup
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.classFileOffset:I
            iconst_4
            iadd
            putfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.classFileOffset:I
         9: .line 157
            goto 11
        10: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.writeWidePosition:(Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;)V
        11: .line 160
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;

  public int forwardReferenceCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel this
         0: .line 163
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.delegate:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            ifnull 1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.delegate:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferenceCount:()I
            pop
         1: .line 164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferenceCount:I
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;

  public int[] forwardReferences();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel this
         0: .line 167
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.delegate:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            ifnull 1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.delegate:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferences:()[I
            pop
         1: .line 168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferences:[I
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;

  public void initialize(org.eclipse.jdt.internal.compiler.codegen.CodeStream);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel this
        start local 1 // org.eclipse.jdt.internal.compiler.codegen.CodeStream stream
         0: .line 171
            aload 0 /* this */
            aload 1 /* stream */
            putfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
         1: .line 172
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.position:I
         2: .line 173
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferenceCount:I
         3: .line 174
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.delegate:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
         4: .line 175
            return
        end local 1 // org.eclipse.jdt.internal.compiler.codegen.CodeStream stream
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            0    5     1  stream  Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
    MethodParameters:
        Name  Flags
      stream  

  public boolean isCaseLabel();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel this
         0: .line 177
            iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;

  public boolean isStandardLabel();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel this
         0: .line 180
            iconst_1
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;

  public void place();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel this
         0: .line 193
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.position:I
            iconst_m1
            if_icmpne 39
         1: .line 194
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.position:I
            putfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.position:I
         2: .line 195
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.addLabel:(Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;)V
         3: .line 196
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.position:I
            istore 1 /* oldPosition */
        start local 1 // int oldPosition
         4: .line 197
            iconst_0
            istore 2 /* isOptimizedBranch */
        start local 2 // boolean isOptimizedBranch
         5: .line 198
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferenceCount:I
            ifeq 32
         6: .line 199
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferences:[I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferenceCount:I
            iconst_1
            isub
            iaload
            iconst_2
            iadd
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.position:I
            if_icmpne 7
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.bCodeStream:[B
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.classFileOffset:I
            iconst_3
            isub
            baload
            bipush -89
            if_icmpne 7
            iconst_1
            goto 8
      StackMap locals: int int
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: istore 2 /* isOptimizedBranch */
         9: .line 200
            iload 2 /* isOptimizedBranch */
            ifeq 32
        10: .line 201
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.lastAbruptCompletion:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.position:I
            if_icmpne 12
        11: .line 202
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            iconst_m1
            putfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.lastAbruptCompletion:I
        12: .line 204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.position:I
            iconst_3
            isub
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.position:I
            putfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.position:I
        13: .line 205
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            dup
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.classFileOffset:I
            iconst_3
            isub
            putfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.classFileOffset:I
        14: .line 206
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferenceCount:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferenceCount:I
        15: .line 207
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.lastEntryPC:I
            iload 1 /* oldPosition */
            if_icmpne 17
        16: .line 208
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.position:I
            putfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.lastEntryPC:I
        17: .line 211
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.generateAttributes:I
            bipush 28
            iand
            ifeq 30
        18: .line 212
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.locals:[Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            astore 3 /* locals */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding[] locals
        19: .line 213
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        20: aload 3 /* locals */
            arraylength
            istore 5 /* max */
        start local 5 // int max
        21: goto 29
        22: .line 214
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding[] int int
      StackMap stack:
            aload 3 /* locals */
            iload 4 /* i */
            aaload
            astore 6 /* local */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding local
        23: .line 215
            aload 6 /* local */
            ifnull 28
            aload 6 /* local */
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.initializationCount:I
            ifle 28
        24: .line 216
            aload 6 /* local */
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.initializationPCs:[I
            aload 6 /* local */
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.initializationCount:I
            iconst_1
            isub
            iconst_1
            ishl
            iconst_1
            iadd
            iaload
            iload 1 /* oldPosition */
            if_icmpne 26
        25: .line 219
            aload 6 /* local */
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.initializationPCs:[I
            aload 6 /* local */
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.initializationCount:I
            iconst_1
            isub
            iconst_1
            ishl
            iconst_1
            iadd
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.position:I
            iastore
        26: .line 221
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
      StackMap stack:
            aload 6 /* local */
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.initializationPCs:[I
            aload 6 /* local */
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.initializationCount:I
            iconst_1
            isub
            iconst_1
            ishl
            iaload
            iload 1 /* oldPosition */
            if_icmpne 28
        27: .line 222
            aload 6 /* local */
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.initializationPCs:[I
            aload 6 /* local */
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.initializationCount:I
            iconst_1
            isub
            iconst_1
            ishl
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.position:I
            iastore
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding local
        28: .line 213
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        29: iload 4 /* i */
            iload 5 /* max */
            if_icmplt 22
        end local 5 // int max
        end local 4 // int i
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding[] locals
        30: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.generateAttributes:I
            iconst_2
            iand
            ifeq 32
        31: .line 229
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.removeUnusedPcToSourceMapEntries:()V
        32: .line 233
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        33: goto 36
        34: .line 234
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferences:[I
            iload 3 /* i */
            iaload
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.writePosition:(Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;I)V
        35: .line 233
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        36: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferenceCount:I
            if_icmplt 34
        end local 3 // int i
        37: .line 239
            iload 2 /* isOptimizedBranch */
            ifeq 39
        38: .line 240
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            iload 1 /* oldPosition */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.optimizeBranch:(ILorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;)V
        end local 2 // boolean isOptimizedBranch
        end local 1 // int oldPosition
        39: .line 243
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   40     0               this  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            4   39     1        oldPosition  I
            5   39     2  isOptimizedBranch  Z
           19   30     3             locals  [Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
           20   30     4                  i  I
           21   30     5                max  I
           23   28     6              local  Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
           33   37     3                  i  I

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel this
         0: .line 250
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            astore 1 /* basic */
        start local 1 // java.lang.String basic
         1: .line 251
            aload 1 /* basic */
            aload 1 /* basic */
            bipush 46
            invokevirtual java.lang.String.lastIndexOf:(I)I
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 1 /* basic */
         2: .line 252
            new java.lang.StringBuffer
            dup
            aload 1 /* basic */
            invokespecial java.lang.StringBuffer.<init>:(Ljava/lang/String;)V
            astore 2 /* buffer */
        start local 2 // java.lang.StringBuffer buffer
         3: .line 253
            aload 2 /* buffer */
            bipush 64
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            aload 0 /* this */
            invokevirtual java.lang.Object.hashCode:()I
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         4: .line 254
            aload 2 /* buffer */
            ldc "(position="
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.position:I
            invokevirtual java.lang.StringBuffer.append:(I)Ljava/lang/StringBuffer;
            pop
         5: .line 255
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.delegate:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            ifnull 6
            aload 2 /* buffer */
            ldc "delegate="
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.delegate:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/Object;)Ljava/lang/StringBuffer;
            pop
         6: .line 256
      StackMap locals: java.lang.String java.lang.StringBuffer
      StackMap stack:
            aload 2 /* buffer */
            ldc ", forwards = ["
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         7: .line 257
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         8: goto 11
         9: .line 258
      StackMap locals: int
      StackMap stack:
            aload 2 /* buffer */
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferences:[I
            iload 3 /* i */
            iaload
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        10: .line 257
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferenceCount:I
            iconst_1
            isub
            if_icmplt 9
        end local 3 // int i
        12: .line 259
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferenceCount:I
            iconst_1
            if_icmplt 14
        13: .line 260
            aload 2 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferences:[I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferenceCount:I
            iconst_1
            isub
            iaload
            invokevirtual java.lang.StringBuffer.append:(I)Ljava/lang/StringBuffer;
            pop
        14: .line 261
      StackMap locals:
      StackMap stack:
            aload 2 /* buffer */
            ldc "] )"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        15: .line 262
            aload 2 /* buffer */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.StringBuffer buffer
        end local 1 // java.lang.String basic
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            1   16     1   basic  Ljava/lang/String;
            3   16     2  buffer  Ljava/lang/StringBuffer;
            8   12     3       i  I
}
SourceFile: "BranchLabel.java"