public class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream extends org.eclipse.jdt.internal.compiler.codegen.CodeStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
  super_class: org.eclipse.jdt.internal.compiler.codegen.CodeStream
{
  public int[] stateIndexes;
    descriptor: [I
    flags: (0x0001) ACC_PUBLIC

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

  private java.util.HashMap framePositions;
    descriptor: Ljava/util/HashMap;
    flags: (0x0002) ACC_PRIVATE

  public java.util.Set exceptionMarkers;
    descriptor: Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC

  public java.util.ArrayList stackDepthMarkers;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0001) ACC_PUBLIC

  public java.util.ArrayList stackMarkers;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0001) ACC_PUBLIC

  public void <init>(org.eclipse.jdt.internal.compiler.ClassFile);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ClassFile;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
        start local 1 // org.eclipse.jdt.internal.compiler.ClassFile givenClassFile
         0: .line 93
            aload 0 /* this */
            aload 1 /* givenClassFile */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.CodeStream.<init>:(Lorg/eclipse/jdt/internal/compiler/ClassFile;)V
         1: .line 94
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.generateAttributes:I
            bipush 16
            ior
            putfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.generateAttributes:I
         2: .line 95
            return
        end local 1 // org.eclipse.jdt.internal.compiler.ClassFile givenClassFile
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;
            0    3     1  givenClassFile  Lorg/eclipse/jdt/internal/compiler/ClassFile;
    MethodParameters:
                Name  Flags
      givenClassFile  

  public void addDefinitelyAssignedVariables(org.eclipse.jdt.internal.compiler.lookup.Scope, int);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/Scope;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        start local 2 // int initStateIndex
         0: .line 100
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 15
         2: .line 101
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.visibleLocals:[Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            iload 3 /* i */
            aaload
            astore 4 /* localBinding */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding localBinding
         3: .line 102
            aload 4 /* localBinding */
            ifnull 14
         4: .line 104
            aload 0 /* this */
            aload 1 /* scope */
            iload 2 /* initStateIndex */
            aload 4 /* localBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.isDefinitelyAssigned:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;ILorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)Z
            istore 5 /* isDefinitelyAssigned */
        start local 5 // boolean isDefinitelyAssigned
         5: .line 105
            iload 5 /* isDefinitelyAssigned */
            ifne 7
         6: .line 106
            goto 14
         7: .line 108
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding int
      StackMap stack:
            aload 4 /* localBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.initializationCount:I
            ifeq 13
         8: .line 109
            aload 4 /* localBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.initializationPCs:[I
            aload 4 /* localBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.initializationCount:I
            iconst_1
            isub
            iconst_1
            ishl
         9: .line 110
            iconst_1
            iadd
        10: .line 109
            iaload
        11: .line 110
            iconst_m1
        12: .line 109
            if_icmpeq 14
        13: .line 119
      StackMap locals:
      StackMap stack:
            aload 4 /* localBinding */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.position:I
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.recordInitializationStartPC:(I)V
        end local 5 // boolean isDefinitelyAssigned
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding localBinding
        14: .line 100
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.visibleLocalsCount:I
            if_icmplt 2
        end local 3 // int i
        16: .line 124
            return
        end local 2 // int initStateIndex
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   17     0                  this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;
            0   17     1                 scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            0   17     2        initStateIndex  I
            1   16     3                     i  I
            3   14     4          localBinding  Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            5   14     5  isDefinitelyAssigned  Z
    MethodParameters:
                Name  Flags
      scope           
      initStateIndex  

  public void addExceptionMarker(int, org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (ILorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
        start local 1 // int pc
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding typeBinding
         0: .line 127
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.exceptionMarkers:Ljava/util/Set;
            ifnonnull 2
         1: .line 128
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.exceptionMarkers:Ljava/util/Set;
         2: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.exceptionMarkers:Ljava/util/Set;
            new org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream$ExceptionMarker
            dup
            iload 1 /* pc */
            aload 2 /* typeBinding */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream$ExceptionMarker.<init>:(ILorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         3: .line 132
            return
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding typeBinding
        end local 1 // int pc
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;
            0    4     1           pc  I
            0    4     2  typeBinding  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
             Name  Flags
      pc           
      typeBinding  

  public void addFramePosition(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
        start local 1 // int pc
         0: .line 135
            iload 1 /* pc */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            astore 2 /* newEntry */
        start local 2 // java.lang.Integer newEntry
         1: .line 137
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.framePositions:Ljava/util/HashMap;
            aload 2 /* newEntry */
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream$FramePosition
            dup
            astore 3 /* value */
        start local 3 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream$FramePosition value
         2: ifnull 5
         3: .line 138
            aload 3 /* value */
            dup
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream$FramePosition.counter:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream$FramePosition.counter:I
         4: .line 139
            goto 6
         5: .line 140
      StackMap locals: java.lang.Integer org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream$FramePosition
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.framePositions:Ljava/util/HashMap;
            aload 2 /* newEntry */
            new org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream$FramePosition
            dup
            invokespecial org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream$FramePosition.<init>:()V
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 142
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream$FramePosition value
        end local 2 // java.lang.Integer newEntry
        end local 1 // int pc
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;
            0    7     1        pc  I
            1    7     2  newEntry  Ljava/lang/Integer;
            2    7     3     value  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream$FramePosition;
    MethodParameters:
      Name  Flags
      pc    

  public void optimizeBranch(int, org.eclipse.jdt.internal.compiler.codegen.BranchLabel);
    descriptor: (ILorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
        start local 1 // int oldPosition
        start local 2 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel lbl
         0: .line 146
            aload 0 /* this */
            iload 1 /* oldPosition */
            aload 2 /* lbl */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.CodeStream.optimizeBranch:(ILorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;)V
         1: .line 147
            aload 0 /* this */
            iload 1 /* oldPosition */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.removeFramePosition:(I)V
         2: .line 148
            return
        end local 2 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel lbl
        end local 1 // int oldPosition
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;
            0    3     1  oldPosition  I
            0    3     2          lbl  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
    MethodParameters:
             Name  Flags
      oldPosition  
      lbl          

  public void removeFramePosition(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
        start local 1 // int pc
         0: .line 151
            iload 1 /* pc */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            astore 2 /* entry */
        start local 2 // java.lang.Integer entry
         1: .line 153
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.framePositions:Ljava/util/HashMap;
            aload 2 /* entry */
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream$FramePosition
            dup
            astore 3 /* value */
        start local 3 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream$FramePosition value
         2: ifnull 6
         3: .line 154
            aload 3 /* value */
            dup
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream$FramePosition.counter:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream$FramePosition.counter:I
         4: .line 155
            aload 3 /* value */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream$FramePosition.counter:I
            ifgt 6
         5: .line 156
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.framePositions:Ljava/util/HashMap;
            aload 2 /* entry */
            invokevirtual java.util.HashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 159
      StackMap locals: java.lang.Integer org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream$FramePosition
      StackMap stack:
            return
        end local 3 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream$FramePosition value
        end local 2 // java.lang.Integer entry
        end local 1 // int pc
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;
            0    7     1     pc  I
            1    7     2  entry  Ljava/lang/Integer;
            2    7     3  value  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream$FramePosition;
    MethodParameters:
      Name  Flags
      pc    

  public void addVariable(org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding localBinding
         0: .line 163
            aload 1 /* localBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.initializationPCs:[I
            ifnonnull 2
         1: .line 164
            aload 0 /* this */
            aload 1 /* localBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.record:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
         2: .line 166
      StackMap locals:
      StackMap stack:
            aload 1 /* localBinding */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.position:I
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.recordInitializationStartPC:(I)V
         3: .line 167
            return
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding localBinding
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;
            0    4     1  localBinding  Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
    MethodParameters:
              Name  Flags
      localBinding  

  public void recordExpressionType(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, int, boolean);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding typeBinding
        start local 2 // int delta
        start local 3 // boolean adjustStackDepth
         0: .line 171
            iload 3 /* adjustStackDepth */
            ifeq 6
         1: .line 175
            aload 1 /* typeBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            tableswitch { // 6 - 8
                    6: 4
                    7: 2
                    8: 2
              default: 5
          }
         2: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.stackDepth:I
            iconst_2
            iadd
            putfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.stackDepth:I
         3: .line 179
            goto 6
         4: .line 181
      StackMap locals:
      StackMap stack:
            goto 6
         5: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.stackDepth:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.stackDepth:I
         6: .line 187
      StackMap locals:
      StackMap stack:
            return
        end local 3 // boolean adjustStackDepth
        end local 2 // int delta
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding typeBinding
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;
            0    7     1       typeBinding  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    7     2             delta  I
            0    7     3  adjustStackDepth  Z
    MethodParameters:
                  Name  Flags
      typeBinding       
      delta             
      adjustStackDepth  

  public void generateClassLiteralAccessForType(org.eclipse.jdt.internal.compiler.lookup.Scope, org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.FieldBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding accessedType
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.FieldBinding syntheticFieldBinding
         0: .line 195
            aload 2 /* accessedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            ifeq 3
            aload 2 /* accessedType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.NULL:Lorg/eclipse/jdt/internal/compiler/lookup/NullTypeBinding;
            if_acmpeq 3
         1: .line 196
            aload 0 /* this */
            aload 2 /* accessedType */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.getTYPE:(I)V
         2: .line 197
            return
         3: .line 200
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.targetLevel:J
            ldc 3211264
            lcmp
            iflt 6
         4: .line 202
            aload 0 /* this */
            aload 2 /* accessedType */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.ldc:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
         5: .line 203
            goto 36
         6: .line 205
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.codegen.BranchLabel
            dup
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.BranchLabel.<init>:(Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;)V
            astore 4 /* endLabel */
        start local 4 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel endLabel
         7: .line 206
            aload 3 /* syntheticFieldBinding */
            ifnull 12
         8: .line 207
            aload 0 /* this */
            bipush -78
            aload 3 /* syntheticFieldBinding */
            aconst_null
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.fieldAccess:(BLorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
         9: .line 208
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.dup:()V
        10: .line 209
            aload 0 /* this */
            aload 4 /* endLabel */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.ifnonnull:(Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;)V
        11: .line 210
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.pop:()V
        12: .line 225
      StackMap locals: org.eclipse.jdt.internal.compiler.codegen.BranchLabel
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel
            dup
            aload 0 /* this */
        13: .line 226
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.NULL:Lorg/eclipse/jdt/internal/compiler/lookup/NullTypeBinding;
        14: .line 225
            invokespecial org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel.<init>:(Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
            astore 5 /* classNotFoundExceptionHandler */
        start local 5 // org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel classNotFoundExceptionHandler
        15: .line 227
            aload 5 /* classNotFoundExceptionHandler */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel.placeStart:()V
        16: .line 228
            aload 0 /* this */
            aload 2 /* accessedType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.NULL:Lorg/eclipse/jdt/internal/compiler/lookup/NullTypeBinding;
            if_acmpne 17
            ldc "java.lang.Object"
            goto 18
        17: .line 229
      StackMap locals: org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream org.eclipse.jdt.internal.compiler.lookup.Scope org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.FieldBinding org.eclipse.jdt.internal.compiler.codegen.BranchLabel org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel
      StackMap stack: org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
            aload 2 /* accessedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.constantPoolName:()[C
            invokestatic java.lang.String.valueOf:([C)Ljava/lang/String;
            bipush 47
            bipush 46
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
        18: .line 228
      StackMap locals: org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream org.eclipse.jdt.internal.compiler.lookup.Scope org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.FieldBinding org.eclipse.jdt.internal.compiler.codegen.BranchLabel org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel
      StackMap stack: org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream java.lang.String
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.ldc:(Ljava/lang/String;)V
        19: .line 230
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.invokeClassForName:()V
        20: .line 246
            aload 5 /* classNotFoundExceptionHandler */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel.placeEnd:()V
        21: .line 248
            aload 3 /* syntheticFieldBinding */
            ifnull 24
        22: .line 249
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.dup:()V
        23: .line 250
            aload 0 /* this */
            bipush -77
            aload 3 /* syntheticFieldBinding */
            aconst_null
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.fieldAccess:(BLorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        24: .line 252
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* endLabel */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.goto_:(Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;)V
        25: .line 253
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.stackDepth:I
            istore 6 /* savedStackDepth */
        start local 6 // int savedStackDepth
        26: .line 261
            aload 0 /* this */
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.getJavaLangClassNotFoundException:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.pushExceptionOnStack:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        27: .line 262
            aload 5 /* classNotFoundExceptionHandler */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel.place:()V
        28: .line 267
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.newNoClassDefFoundError:()V
        29: .line 268
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.dup_x1:()V
        30: .line 269
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.swap:()V
        31: .line 272
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.invokeThrowableGetMessage:()V
        32: .line 275
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.invokeNoClassDefFoundErrorStringConstructor:()V
        33: .line 276
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.athrow:()V
        34: .line 277
            aload 4 /* endLabel */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.BranchLabel.place:()V
        35: .line 278
            aload 0 /* this */
            iload 6 /* savedStackDepth */
            putfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.stackDepth:I
        end local 6 // int savedStackDepth
        end local 5 // org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel classNotFoundExceptionHandler
        end local 4 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel endLabel
        36: .line 280
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.FieldBinding syntheticFieldBinding
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding accessedType
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0   37     0                           this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;
            0   37     1                          scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            0   37     2                   accessedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   37     3          syntheticFieldBinding  Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;
            7   36     4                       endLabel  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
           15   36     5  classNotFoundExceptionHandler  Lorg/eclipse/jdt/internal/compiler/codegen/ExceptionLabel;
           26   36     6                savedStackDepth  I
    MethodParameters:
                       Name  Flags
      scope                  
      accessedType           
      syntheticFieldBinding  

  public void generateOuterAccess(java.lang.Object[], org.eclipse.jdt.internal.compiler.ast.ASTNode, org.eclipse.jdt.internal.compiler.lookup.Binding, org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: ([Ljava/lang/Object;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/lookup/Binding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
        start local 1 // java.lang.Object[] mappingSequence
        start local 2 // org.eclipse.jdt.internal.compiler.ast.ASTNode invocationSite
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.Binding target
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 284
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.position:I
            istore 5 /* currentPosition */
        start local 5 // int currentPosition
         1: .line 285
            aload 0 /* this */
            aload 1 /* mappingSequence */
            aload 2 /* invocationSite */
            aload 3 /* target */
            aload 4 /* scope */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.CodeStream.generateOuterAccess:([Ljava/lang/Object;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/lookup/Binding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)V
         2: .line 286
            iload 5 /* currentPosition */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.position:I
            if_icmpne 4
         3: .line 288
            new org.eclipse.jdt.internal.compiler.problem.AbortMethod
            dup
            aload 4 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.referenceCompilationUnit:()Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.compilationResult:Lorg/eclipse/jdt/internal/compiler/CompilationResult;
            aconst_null
            invokespecial org.eclipse.jdt.internal.compiler.problem.AbortMethod.<init>:(Lorg/eclipse/jdt/internal/compiler/CompilationResult;Lorg/eclipse/jdt/core/compiler/CategorizedProblem;)V
            athrow
         4: .line 290
      StackMap locals: int
      StackMap stack:
            return
        end local 5 // int currentPosition
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.Binding target
        end local 2 // org.eclipse.jdt.internal.compiler.ast.ASTNode invocationSite
        end local 1 // java.lang.Object[] mappingSequence
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;
            0    5     1  mappingSequence  [Ljava/lang/Object;
            0    5     2   invocationSite  Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            0    5     3           target  Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
            0    5     4            scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            1    5     5  currentPosition  I
    MethodParameters:
                 Name  Flags
      mappingSequence  
      invocationSite   
      target           
      scope            

  public org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream$ExceptionMarker[] getExceptionMarkers();
    descriptor: ()[Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream$ExceptionMarker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
         0: .line 293
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.exceptionMarkers:Ljava/util/Set;
            astore 1 /* exceptionMarkerSet */
        start local 1 // java.util.Set exceptionMarkerSet
         1: .line 294
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.exceptionMarkers:Ljava/util/Set;
            ifnonnull 3
         2: .line 295
            aconst_null
            areturn
         3: .line 296
      StackMap locals: java.util.Set
      StackMap stack:
            aload 1 /* exceptionMarkerSet */
            invokeinterface java.util.Set.size:()I
            istore 2 /* size */
        start local 2 // int size
         4: .line 297
            iload 2 /* size */
            anewarray org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream$ExceptionMarker
            astore 3 /* markers */
        start local 3 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream$ExceptionMarker[] markers
         5: .line 298
            iconst_0
            istore 4 /* n */
        start local 4 // int n
         6: .line 299
            aload 1 /* exceptionMarkerSet */
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 5 /* iterator */
        start local 5 // java.util.Iterator iterator
         7: goto 9
         8: .line 300
      StackMap locals: org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream java.util.Set int org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream$ExceptionMarker[] int java.util.Iterator
      StackMap stack:
            aload 3 /* markers */
            iload 4 /* n */
            iinc 4 /* n */ 1
            aload 5 /* iterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream$ExceptionMarker
            aastore
         9: .line 299
      StackMap locals:
      StackMap stack:
            aload 5 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 8
        end local 5 // java.util.Iterator iterator
        10: .line 302
            aload 3 /* markers */
            invokestatic java.util.Arrays.sort:([Ljava/lang/Object;)V
        11: .line 309
            aload 3 /* markers */
            areturn
        end local 4 // int n
        end local 3 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream$ExceptionMarker[] markers
        end local 2 // int size
        end local 1 // java.util.Set exceptionMarkerSet
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   12     0                this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;
            1   12     1  exceptionMarkerSet  Ljava/util/Set;
            4   12     2                size  I
            5   12     3             markers  [Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream$ExceptionMarker;
            6   12     4                   n  I
            7   10     5            iterator  Ljava/util/Iterator;

  public int[] getFramePositions();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
         0: .line 313
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.framePositions:Ljava/util/HashMap;
            invokevirtual java.util.HashMap.keySet:()Ljava/util/Set;
            astore 1 /* set */
        start local 1 // java.util.Set set
         1: .line 314
            aload 1 /* set */
            invokeinterface java.util.Set.size:()I
            istore 2 /* size */
        start local 2 // int size
         2: .line 315
            iload 2 /* size */
            newarray 10
            astore 3 /* positions */
        start local 3 // int[] positions
         3: .line 316
            iconst_0
            istore 4 /* n */
        start local 4 // int n
         4: .line 317
            aload 1 /* set */
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 5 /* iterator */
        start local 5 // java.util.Iterator iterator
         5: goto 7
         6: .line 318
      StackMap locals: org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream java.util.Set int int[] int java.util.Iterator
      StackMap stack:
            aload 3 /* positions */
            iload 4 /* n */
            iinc 4 /* n */ 1
            aload 5 /* iterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            iastore
         7: .line 317
      StackMap locals:
      StackMap stack:
            aload 5 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        end local 5 // java.util.Iterator iterator
         8: .line 320
            aload 3 /* positions */
            invokestatic java.util.Arrays.sort:([I)V
         9: .line 327
            aload 3 /* positions */
            areturn
        end local 4 // int n
        end local 3 // int[] positions
        end local 2 // int size
        end local 1 // java.util.Set set
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;
            1   10     1        set  Ljava/util/Set;
            2   10     2       size  I
            3   10     3  positions  [I
            4   10     4          n  I
            5    8     5   iterator  Ljava/util/Iterator;

  public boolean hasFramePositions();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
         0: .line 331
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.framePositions:Ljava/util/HashMap;
            invokevirtual java.util.HashMap.size:()I
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;

  public void init(org.eclipse.jdt.internal.compiler.ClassFile);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ClassFile;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
        start local 1 // org.eclipse.jdt.internal.compiler.ClassFile targetClassFile
         0: .line 336
            aload 0 /* this */
            aload 1 /* targetClassFile */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.CodeStream.init:(Lorg/eclipse/jdt/internal/compiler/ClassFile;)V
         1: .line 337
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.stateIndexesCounter:I
         2: .line 338
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.framePositions:Ljava/util/HashMap;
            ifnull 4
         3: .line 339
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.framePositions:Ljava/util/HashMap;
            invokevirtual java.util.HashMap.clear:()V
         4: .line 341
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.exceptionMarkers:Ljava/util/Set;
            ifnull 6
         5: .line 342
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.exceptionMarkers:Ljava/util/Set;
            invokeinterface java.util.Set.clear:()V
         6: .line 344
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.stackDepthMarkers:Ljava/util/ArrayList;
            ifnull 8
         7: .line 345
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.stackDepthMarkers:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.clear:()V
         8: .line 347
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.stackMarkers:Ljava/util/ArrayList;
            ifnull 10
         9: .line 348
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.stackMarkers:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.clear:()V
        10: .line 350
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jdt.internal.compiler.ClassFile targetClassFile
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   11     0             this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;
            0   11     1  targetClassFile  Lorg/eclipse/jdt/internal/compiler/ClassFile;
    MethodParameters:
                 Name  Flags
      targetClassFile  

  public void initializeMaxLocals(org.eclipse.jdt.internal.compiler.lookup.MethodBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding methodBinding
         0: .line 354
            aload 0 /* this */
            aload 1 /* methodBinding */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.CodeStream.initializeMaxLocals:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
         1: .line 355
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.framePositions:Ljava/util/HashMap;
            ifnonnull 4
         2: .line 356
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.framePositions:Ljava/util/HashMap;
         3: .line 357
            goto 5
         4: .line 358
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.framePositions:Ljava/util/HashMap;
            invokevirtual java.util.HashMap.clear:()V
         5: .line 360
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding methodBinding
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;
            0    6     1  methodBinding  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    MethodParameters:
               Name  Flags
      methodBinding  

  public void popStateIndex();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
         0: .line 363
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.stateIndexesCounter:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.stateIndexesCounter:I
         1: .line 364
            return
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;

  public void pushStateIndex(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
        start local 1 // int naturalExitMergeInitStateIndex
         0: .line 367
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.stateIndexes:[I
            ifnonnull 2
         1: .line 368
            aload 0 /* this */
            iconst_3
            newarray 10
            putfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.stateIndexes:[I
         2: .line 370
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.stateIndexes:[I
            arraylength
            istore 2 /* length */
        start local 2 // int length
         3: .line 371
            iload 2 /* length */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.stateIndexesCounter:I
            if_icmpne 5
         4: .line 373
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.stateIndexes:[I
            iconst_0
            aload 0 /* this */
            iload 2 /* length */
            iconst_2
            imul
            newarray 10
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.stateIndexes:[I
            iconst_0
            iload 2 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 375
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.stateIndexes:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.stateIndexesCounter:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.stateIndexesCounter:I
            iload 1 /* naturalExitMergeInitStateIndex */
            iastore
         6: .line 376
            return
        end local 2 // int length
        end local 1 // int naturalExitMergeInitStateIndex
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot                            Name  Signature
            0    7     0                            this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;
            0    7     1  naturalExitMergeInitStateIndex  I
            3    7     2                          length  I
    MethodParameters:
                                Name  Flags
      naturalExitMergeInitStateIndex  

  public void removeNotDefinitelyAssignedVariables(org.eclipse.jdt.internal.compiler.lookup.Scope, int);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/Scope;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        start local 2 // int initStateIndex
         0: .line 380
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.visibleLocalsCount:I
            istore 3 /* index */
        start local 3 // int index
         1: .line 381
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 17
         3: .line 382
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.visibleLocals:[Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            iload 4 /* i */
            aaload
            astore 5 /* localBinding */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding localBinding
         4: .line 383
            aload 5 /* localBinding */
            ifnull 16
            aload 5 /* localBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.initializationCount:I
            ifle 16
         5: .line 384
            aload 0 /* this */
            aload 1 /* scope */
            iload 2 /* initStateIndex */
            aload 5 /* localBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.isDefinitelyAssigned:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;ILorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)Z
            istore 6 /* isDefinitelyAssigned */
        start local 6 // boolean isDefinitelyAssigned
         6: .line 385
            iload 6 /* isDefinitelyAssigned */
            ifne 16
         7: .line 386
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.stateIndexes:[I
            ifnull 15
         8: .line 387
            iconst_0
            istore 7 /* j */
        start local 7 // int j
         9: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.stateIndexesCounter:I
            istore 8 /* max */
        start local 8 // int max
        10: goto 14
        11: .line 388
      StackMap locals: org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream org.eclipse.jdt.internal.compiler.lookup.Scope int int int org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding int int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* scope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.stateIndexes:[I
            iload 7 /* j */
            iaload
            aload 5 /* localBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.isDefinitelyAssigned:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;ILorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)Z
            ifeq 13
        12: .line 389
            goto 16
        13: .line 387
      StackMap locals:
      StackMap stack:
            iinc 7 /* j */ 1
      StackMap locals:
      StackMap stack:
        14: iload 7 /* j */
            iload 8 /* max */
            if_icmplt 11
        end local 8 // int max
        end local 7 // int j
        15: .line 393
      StackMap locals:
      StackMap stack:
            aload 5 /* localBinding */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.position:I
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.recordInitializationEndPC:(I)V
        end local 6 // boolean isDefinitelyAssigned
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding localBinding
        16: .line 381
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 4 /* i */
            iload 3 /* index */
            if_icmplt 3
        end local 4 // int i
        18: .line 397
            return
        end local 3 // int index
        end local 2 // int initStateIndex
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   19     0                  this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;
            0   19     1                 scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            0   19     2        initStateIndex  I
            1   19     3                 index  I
            2   18     4                     i  I
            4   16     5          localBinding  Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            6   16     6  isDefinitelyAssigned  Z
            9   15     7                     j  I
           10   15     8                   max  I
    MethodParameters:
                Name  Flags
      scope           
      initStateIndex  

  public void reset(org.eclipse.jdt.internal.compiler.ClassFile);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ClassFile;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
        start local 1 // org.eclipse.jdt.internal.compiler.ClassFile givenClassFile
         0: .line 401
            aload 0 /* this */
            aload 1 /* givenClassFile */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.CodeStream.reset:(Lorg/eclipse/jdt/internal/compiler/ClassFile;)V
         1: .line 402
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.stateIndexesCounter:I
         2: .line 403
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.framePositions:Ljava/util/HashMap;
            ifnull 4
         3: .line 404
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.framePositions:Ljava/util/HashMap;
            invokevirtual java.util.HashMap.clear:()V
         4: .line 406
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.exceptionMarkers:Ljava/util/Set;
            ifnull 6
         5: .line 407
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.exceptionMarkers:Ljava/util/Set;
            invokeinterface java.util.Set.clear:()V
         6: .line 409
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.stackDepthMarkers:Ljava/util/ArrayList;
            ifnull 8
         7: .line 410
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.stackDepthMarkers:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.clear:()V
         8: .line 412
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.stackMarkers:Ljava/util/ArrayList;
            ifnull 10
         9: .line 413
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.stackMarkers:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.clear:()V
        10: .line 415
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jdt.internal.compiler.ClassFile givenClassFile
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;
            0   11     1  givenClassFile  Lorg/eclipse/jdt/internal/compiler/ClassFile;
    MethodParameters:
                Name  Flags
      givenClassFile  

  protected void writePosition(org.eclipse.jdt.internal.compiler.codegen.BranchLabel);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
        start local 1 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel label
         0: .line 419
            aload 0 /* this */
            aload 1 /* label */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.CodeStream.writePosition:(Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;)V
         1: .line 420
            aload 0 /* this */
            aload 1 /* label */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.position:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.addFramePosition:(I)V
         2: .line 421
            return
        end local 1 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel label
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;
            0    3     1  label  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
    MethodParameters:
       Name  Flags
      label  

  protected void writePosition(org.eclipse.jdt.internal.compiler.codegen.BranchLabel, int);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
        start local 1 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel label
        start local 2 // int forwardReference
         0: .line 425
            aload 0 /* this */
            aload 1 /* label */
            iload 2 /* forwardReference */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.CodeStream.writePosition:(Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;I)V
         1: .line 426
            aload 0 /* this */
            aload 1 /* label */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.position:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.addFramePosition:(I)V
         2: .line 427
            return
        end local 2 // int forwardReference
        end local 1 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel label
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;
            0    3     1             label  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            0    3     2  forwardReference  I
    MethodParameters:
                  Name  Flags
      label             
      forwardReference  

  protected void writeSignedWord(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
        start local 1 // int pos
        start local 2 // int value
         0: .line 431
            aload 0 /* this */
            iload 1 /* pos */
            iload 2 /* value */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.CodeStream.writeSignedWord:(II)V
         1: .line 432
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.position:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.addFramePosition:(I)V
         2: .line 433
            return
        end local 2 // int value
        end local 1 // int pos
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;
            0    3     1    pos  I
            0    3     2  value  I
    MethodParameters:
       Name  Flags
      pos    
      value  

  protected void writeWidePosition(org.eclipse.jdt.internal.compiler.codegen.BranchLabel);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
        start local 1 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel label
         0: .line 437
            aload 0 /* this */
            aload 1 /* label */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.CodeStream.writeWidePosition:(Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;)V
         1: .line 438
            aload 0 /* this */
            aload 1 /* label */
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.position:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.addFramePosition:(I)V
         2: .line 439
            return
        end local 1 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel label
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;
            0    3     1  label  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
    MethodParameters:
       Name  Flags
      label  

  public void areturn();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
         0: .line 443
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.CodeStream.areturn:()V
         1: .line 444
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.position:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.addFramePosition:(I)V
         2: .line 445
            return
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;

  public void ireturn();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
         0: .line 449
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.CodeStream.ireturn:()V
         1: .line 450
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.position:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.addFramePosition:(I)V
         2: .line 451
            return
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;

  public void lreturn();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
         0: .line 455
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.CodeStream.lreturn:()V
         1: .line 456
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.position:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.addFramePosition:(I)V
         2: .line 457
            return
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;

  public void freturn();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
         0: .line 461
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.CodeStream.freturn:()V
         1: .line 462
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.position:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.addFramePosition:(I)V
         2: .line 463
            return
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;

  public void dreturn();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
         0: .line 467
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.CodeStream.dreturn:()V
         1: .line 468
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.position:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.addFramePosition:(I)V
         2: .line 469
            return
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;

  public void return_();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
         0: .line 473
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.CodeStream.return_:()V
         1: .line 474
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.position:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.addFramePosition:(I)V
         2: .line 475
            return
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;

  public void athrow();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
         0: .line 479
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.CodeStream.athrow:()V
         1: .line 480
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.position:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.addFramePosition:(I)V
         2: .line 481
            return
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;

  public void pushExceptionOnStack(org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding binding
         0: .line 485
            aload 0 /* this */
            aload 1 /* binding */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.CodeStream.pushExceptionOnStack:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
         1: .line 486
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.position:I
            aload 1 /* binding */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.addExceptionMarker:(ILorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
         2: .line 487
            return
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding binding
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;
            0    3     1  binding  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
         Name  Flags
      binding  

  public void goto_(org.eclipse.jdt.internal.compiler.codegen.BranchLabel);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
        start local 1 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel label
         0: .line 491
            aload 0 /* this */
            aload 1 /* label */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.CodeStream.goto_:(Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;)V
         1: .line 492
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.position:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.addFramePosition:(I)V
         2: .line 493
            return
        end local 1 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel label
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;
            0    3     1  label  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
    MethodParameters:
       Name  Flags
      label  

  public void goto_w(org.eclipse.jdt.internal.compiler.codegen.BranchLabel);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
        start local 1 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel label
         0: .line 497
            aload 0 /* this */
            aload 1 /* label */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.CodeStream.goto_w:(Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;)V
         1: .line 498
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.position:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.addFramePosition:(I)V
         2: .line 499
            return
        end local 1 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel label
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;
            0    3     1  label  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
    MethodParameters:
       Name  Flags
      label  

  public void resetInWideMode();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
         0: .line 503
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.resetSecretLocals:()V
         1: .line 504
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.CodeStream.resetInWideMode:()V
         2: .line 505
            return
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;

  public void resetForCodeGenUnusedLocals();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
         0: .line 509
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.resetSecretLocals:()V
         1: .line 510
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.CodeStream.resetForCodeGenUnusedLocals:()V
         2: .line 511
            return
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;

  public void resetSecretLocals();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
         0: .line 514
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.locals:[Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            arraylength
            istore 2 /* max */
        start local 2 // int max
         2: goto 7
         3: .line 515
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.locals:[Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            iload 1 /* i */
            aaload
            astore 3 /* localVariableBinding */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding localVariableBinding
         4: .line 516
            aload 3 /* localVariableBinding */
            ifnull 6
            aload 3 /* localVariableBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.isSecret:()Z
            ifeq 6
         5: .line 518
            aload 3 /* localVariableBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.resetInitializations:()V
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding localVariableBinding
         6: .line 514
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 1 /* i */
            iload 2 /* max */
            if_icmplt 3
        end local 2 // int max
        end local 1 // int i
         8: .line 521
            return
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    9     0                  this  Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream;
            1    8     1                     i  I
            2    8     2                   max  I
            4    6     3  localVariableBinding  Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
}
SourceFile: "StackMapFrameCodeStream.java"
NestMembers:
  org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream$ExceptionMarker  org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream$FramePosition
InnerClasses:
  public ExceptionMarker = org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream$ExceptionMarker of org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
  FramePosition = org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream$FramePosition of org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream