public class org.eclipse.jdt.internal.compiler.ast.ForeachStatement extends org.eclipse.jdt.internal.compiler.ast.Statement
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.ast.ForeachStatement
  super_class: org.eclipse.jdt.internal.compiler.ast.Statement
{
  public org.eclipse.jdt.internal.compiler.ast.LocalDeclaration elementVariable;
    descriptor: Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
    flags: (0x0001) ACC_PUBLIC

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

  public org.eclipse.jdt.internal.compiler.ast.Expression collection;
    descriptor: Lorg/eclipse/jdt/internal/compiler/ast/Expression;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.ast.Statement action;
    descriptor: Lorg/eclipse/jdt/internal/compiler/ast/Statement;
    flags: (0x0001) ACC_PUBLIC

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

  private static final int ARRAY;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int RAW_ITERABLE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int GENERIC_ITERABLE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private org.eclipse.jdt.internal.compiler.lookup.TypeBinding iteratorReceiverType;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jdt.internal.compiler.lookup.TypeBinding collectionElementType;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jdt.internal.compiler.codegen.BranchLabel breakLabel;
    descriptor: Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jdt.internal.compiler.codegen.BranchLabel continueLabel;
    descriptor: Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
    flags: (0x0002) ACC_PRIVATE

  public org.eclipse.jdt.internal.compiler.lookup.BlockScope scope;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding indexVariable;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding collectionVariable;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding maxVariable;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
    flags: (0x0001) ACC_PUBLIC

  private static final char[] SecretIteratorVariableName;
    descriptor: [C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final char[] SecretIndexVariableName;
    descriptor: [C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final char[] SecretCollectionVariableName;
    descriptor: [C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final char[] SecretMaxVariableName;
    descriptor: [C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 77
            ldc " iterator"
            invokevirtual java.lang.String.toCharArray:()[C
            putstatic org.eclipse.jdt.internal.compiler.ast.ForeachStatement.SecretIteratorVariableName:[C
         1: .line 78
            ldc " index"
            invokevirtual java.lang.String.toCharArray:()[C
            putstatic org.eclipse.jdt.internal.compiler.ast.ForeachStatement.SecretIndexVariableName:[C
         2: .line 79
            ldc " collection"
            invokevirtual java.lang.String.toCharArray:()[C
            putstatic org.eclipse.jdt.internal.compiler.ast.ForeachStatement.SecretCollectionVariableName:[C
         3: .line 80
            ldc " max"
            invokevirtual java.lang.String.toCharArray:()[C
            putstatic org.eclipse.jdt.internal.compiler.ast.ForeachStatement.SecretMaxVariableName:[C
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.eclipse.jdt.internal.compiler.ast.LocalDeclaration, int);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ForeachStatement this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.LocalDeclaration elementVariable
        start local 2 // int start
         0: .line 85
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.ast.Statement.<init>:()V
         1: .line 52
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariableImplicitWidening:I
         2: .line 82
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.postCollectionInitStateIndex:I
         3: .line 83
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.mergedInitStateIndex:I
         4: .line 89
            aload 0 /* this */
            aload 1 /* elementVariable */
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
         5: .line 90
            aload 0 /* this */
            iload 2 /* start */
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.sourceStart:I
         6: .line 91
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.kind:I
         7: .line 92
            return
        end local 2 // int start
        end local 1 // org.eclipse.jdt.internal.compiler.ast.LocalDeclaration elementVariable
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ForeachStatement this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Lorg/eclipse/jdt/internal/compiler/ast/ForeachStatement;
            0    8     1  elementVariable  Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            0    8     2            start  I
    MethodParameters:
                 Name  Flags
      elementVariable  
      start            

  public org.eclipse.jdt.internal.compiler.flow.FlowInfo analyseCode(org.eclipse.jdt.internal.compiler.lookup.BlockScope, org.eclipse.jdt.internal.compiler.flow.FlowContext, org.eclipse.jdt.internal.compiler.flow.FlowInfo);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=12, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ForeachStatement this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope currentScope
        start local 2 // org.eclipse.jdt.internal.compiler.flow.FlowContext flowContext
        start local 3 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
         0: .line 97
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.codegen.BranchLabel
            dup
            invokespecial org.eclipse.jdt.internal.compiler.codegen.BranchLabel.<init>:()V
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.breakLabel:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
         1: .line 98
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.codegen.BranchLabel
            dup
            invokespecial org.eclipse.jdt.internal.compiler.codegen.BranchLabel.<init>:()V
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.continueLabel:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
         2: .line 99
            aload 3 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.reachMode:()I
            iconst_3
            iand
            ifeq 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 4 /* initialComplaintLevel */
        start local 4 // int initialComplaintLevel
         5: .line 102
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            aload 2 /* flowContext */
            aload 3 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.analyseCode:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            astore 3 /* flowInfo */
         6: .line 103
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collection:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            aload 2 /* flowContext */
            aload 3 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.copy:()Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.analyseCode:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            astore 5 /* condInfo */
        start local 5 // org.eclipse.jdt.internal.compiler.flow.FlowInfo condInfo
         7: .line 104
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collection:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* currentScope */
            aload 2 /* flowContext */
            aload 5 /* condInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.copy:()Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.checkNPE:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;I)Z
            pop
         8: .line 105
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            astore 6 /* elementVarBinding */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding elementVarBinding
         9: .line 108
            aload 5 /* condInfo */
            aload 6 /* elementVarBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.markAsDefinitelyAssigned:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
        10: .line 110
            aload 0 /* this */
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.methodScope:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            aload 5 /* condInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.recordInitializationStates:(Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)I
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.postCollectionInitStateIndex:I
        11: .line 115
            new org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext
            dup
            aload 2 /* flowContext */
            aload 3 /* flowInfo */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.breakLabel:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
        12: .line 116
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.continueLabel:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            iconst_1
        13: .line 115
            invokespecial org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext.<init>:(Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Z)V
        14: .line 114
            astore 7 /* loopingContext */
        start local 7 // org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext loopingContext
        15: .line 118
            aload 5 /* condInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.nullInfoLessUnconditionalCopy:()Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
        16: .line 117
            astore 8 /* actionInfo */
        start local 8 // org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo actionInfo
        17: .line 119
            aload 8 /* actionInfo */
            aload 6 /* elementVarBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo.markAsDefinitelyUnknown:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
        18: .line 120
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.isAnnotationBasedNullAnalysisEnabled:Z
            ifeq 25
        19: .line 121
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching.nullStatusFromExpressionType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)I
            istore 9 /* elementNullStatus */
        start local 9 // int elementNullStatus
        20: .line 122
            aload 1 /* currentScope */
            aload 2 /* flowContext */
            aload 6 /* elementVarBinding */
            aconst_null
        21: .line 123
            iload 9 /* elementNullStatus */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collection:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        22: .line 122
            invokestatic org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching.checkAssignment:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/lookup/VariableBinding;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;ILorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)I
            istore 10 /* nullStatus */
        start local 10 // int nullStatus
        23: .line 124
            aload 6 /* elementVarBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.type:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.tagBits:J
            ldc 2
            land
            lconst_0
            lcmp
            ifne 25
        24: .line 125
            aload 8 /* actionInfo */
            aload 6 /* elementVarBinding */
            iload 10 /* nullStatus */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo.markNullStatus:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;I)V
        end local 10 // int nullStatus
        end local 9 // int elementNullStatus
        25: .line 129
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ForeachStatement org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.flow.FlowContext org.eclipse.jdt.internal.compiler.flow.FlowInfo int org.eclipse.jdt.internal.compiler.flow.FlowInfo org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.action:Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            ifnull 44
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.action:Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Statement.isEmptyBlock:()Z
            ifeq 27
        26: .line 130
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.complianceLevel:J
            ldc 3080192
            lcmp
            ifle 44
        27: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.action:Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            aload 8 /* actionInfo */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            iload 4 /* initialComplaintLevel */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Statement.complainIfUnreachable:(Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;IZ)I
            iconst_2
            if_icmpge 32
        28: .line 133
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.action:Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            aload 7 /* loopingContext */
            aload 8 /* actionInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Statement.analyseCode:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.unconditionalCopy:()Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            astore 8 /* actionInfo */
        29: .line 134
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.action:Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            instanceof org.eclipse.jdt.internal.compiler.ast.Block
            ifeq 32
        30: .line 135
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            invokestatic org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable.markForeachElementVar:(Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;)V
        31: .line 137
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            aload 8 /* actionInfo */
            aload 7 /* loopingContext */
            aconst_null
            aconst_null
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.checkUnclosedCloseables:(Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
        32: .line 142
      StackMap locals:
      StackMap stack:
            aload 3 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.unconditionalCopy:()Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
        33: .line 143
            aload 5 /* condInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.initsWhenFalse:()Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            invokevirtual org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo.addInitializationsFrom:(Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
        34: .line 142
            astore 9 /* exitBranch */
        start local 9 // org.eclipse.jdt.internal.compiler.flow.FlowInfo exitBranch
        35: .line 145
            aload 8 /* actionInfo */
            getfield org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo.tagBits:I
            aload 7 /* loopingContext */
            getfield org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext.initsOnContinue:Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            getfield org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo.tagBits:I
            iand
        36: .line 146
            iconst_1
        37: .line 145
            iand
            ifeq 40
        38: .line 147
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.continueLabel:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
        39: .line 148
            goto 47
        40: .line 149
      StackMap locals: org.eclipse.jdt.internal.compiler.flow.FlowInfo
      StackMap stack:
            aload 8 /* actionInfo */
            aload 7 /* loopingContext */
            getfield org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext.initsOnContinue:Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            invokevirtual org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo.mergedWith:(Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;)Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            astore 8 /* actionInfo */
        41: .line 150
            aload 7 /* loopingContext */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            aload 8 /* actionInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext.complainOnDeferredFinalChecks:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
        42: .line 151
            aload 9 /* exitBranch */
            aload 8 /* actionInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.addPotentialInitializationsFrom:(Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            pop
        43: .line 153
            goto 47
        end local 9 // org.eclipse.jdt.internal.compiler.flow.FlowInfo exitBranch
        44: .line 154
      StackMap locals:
      StackMap stack:
            aload 5 /* condInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.initsWhenFalse:()Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            astore 9 /* exitBranch */
        start local 9 // org.eclipse.jdt.internal.compiler.flow.FlowInfo exitBranch
        45: .line 155
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.action:Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            instanceof org.eclipse.jdt.internal.compiler.ast.Block
            ifeq 47
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.action:Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Statement.isEmptyBlock:()Z
            ifne 47
        46: .line 156
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            aload 8 /* actionInfo */
            aload 7 /* loopingContext */
            aconst_null
            aconst_null
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.checkUnclosedCloseables:(Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
        47: .line 162
      StackMap locals: org.eclipse.jdt.internal.compiler.flow.FlowInfo
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.action:Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            ifnull 51
        48: .line 163
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.action:Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Statement.isEmptyBlock:()Z
            ifne 51
        49: .line 164
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.action:Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            getfield org.eclipse.jdt.internal.compiler.ast.Statement.bits:I
            iconst_1
            iand
            ifne 51
        50: .line 162
            iconst_0
            goto 52
      StackMap locals:
      StackMap stack:
        51: iconst_1
      StackMap locals:
      StackMap stack: int
        52: istore 10 /* hasEmptyAction */
        start local 10 // boolean hasEmptyAction
        53: .line 166
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.kind:I
            tableswitch { // 0 - 2
                    0: 54
                    1: 61
                    2: 61
              default: 62
          }
        54: .line 168
      StackMap locals: int
      StackMap stack:
            iload 10 /* hasEmptyAction */
            ifeq 56
        55: .line 169
            aload 6 /* elementVarBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.resolvedPosition:I
            iconst_m1
            if_icmpeq 62
        56: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.useFlag:I
        57: .line 171
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.continueLabel:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            ifnull 62
        58: .line 172
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.indexVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.useFlag:I
        59: .line 173
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.maxVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.useFlag:I
        60: .line 176
            goto 62
        61: .line 179
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.indexVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.useFlag:I
        62: .line 183
      StackMap locals:
      StackMap stack:
            aload 7 /* loopingContext */
            aload 1 /* currentScope */
            aload 8 /* actionInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext.complainOnDeferredNullChecks:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
        63: .line 184
            aload 7 /* loopingContext */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext.hasEscapingExceptions:()Z
            ifeq 68
        64: .line 185
            aload 3 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.copy:()Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            astore 11 /* loopbackFlowInfo */
        start local 11 // org.eclipse.jdt.internal.compiler.flow.FlowInfo loopbackFlowInfo
        65: .line 186
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.continueLabel:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            ifnull 67
        66: .line 188
            aload 11 /* loopbackFlowInfo */
            aload 11 /* loopbackFlowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.unconditionalCopy:()Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            aload 8 /* actionInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo.addNullInfoFrom:(Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.unconditionalInits:()Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.mergedWith:(Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;)Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            astore 11 /* loopbackFlowInfo */
        67: .line 190
      StackMap locals: org.eclipse.jdt.internal.compiler.flow.FlowInfo
      StackMap stack:
            aload 7 /* loopingContext */
            aload 11 /* loopbackFlowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext.simulateThrowAfterLoopBack:(Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
        end local 11 // org.eclipse.jdt.internal.compiler.flow.FlowInfo loopbackFlowInfo
        68: .line 194
      StackMap locals:
      StackMap stack:
            aload 7 /* loopingContext */
            getfield org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext.initsOnBreak:Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            getfield org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo.tagBits:I
        69: .line 195
            iconst_3
        70: .line 194
            iand
            ifeq 72
        71: .line 196
            aload 7 /* loopingContext */
            getfield org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext.initsOnBreak:Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            goto 73
        72: .line 197
      StackMap locals:
      StackMap stack:
            aload 3 /* flowInfo */
            aload 7 /* loopingContext */
            getfield org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext.initsOnBreak:Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.addInitializationsFrom:(Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
        73: .line 198
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.flow.FlowInfo
            iconst_0
        74: .line 199
            aload 9 /* exitBranch */
        75: .line 200
            iconst_0
        76: .line 201
            iconst_1
        77: .line 193
            invokestatic org.eclipse.jdt.internal.compiler.flow.FlowInfo.mergedOptimizedBranches:(Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;ZLorg/eclipse/jdt/internal/compiler/flow/FlowInfo;ZZ)Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            astore 11 /* mergedInfo */
        start local 11 // org.eclipse.jdt.internal.compiler.flow.FlowInfo mergedInfo
        78: .line 202
            aload 11 /* mergedInfo */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.resetAssignmentInfo:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
        79: .line 203
            aload 0 /* this */
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.methodScope:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            aload 11 /* mergedInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.recordInitializationStates:(Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)I
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.mergedInitStateIndex:I
        80: .line 204
            aload 11 /* mergedInfo */
            areturn
        end local 11 // org.eclipse.jdt.internal.compiler.flow.FlowInfo mergedInfo
        end local 10 // boolean hasEmptyAction
        end local 9 // org.eclipse.jdt.internal.compiler.flow.FlowInfo exitBranch
        end local 8 // org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo actionInfo
        end local 7 // org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext loopingContext
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding elementVarBinding
        end local 5 // org.eclipse.jdt.internal.compiler.flow.FlowInfo condInfo
        end local 4 // int initialComplaintLevel
        end local 3 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
        end local 2 // org.eclipse.jdt.internal.compiler.flow.FlowContext flowContext
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope currentScope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ForeachStatement this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   81     0                   this  Lorg/eclipse/jdt/internal/compiler/ast/ForeachStatement;
            0   81     1           currentScope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0   81     2            flowContext  Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;
            0   81     3               flowInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            5   81     4  initialComplaintLevel  I
            7   81     5               condInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            9   81     6      elementVarBinding  Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
           15   81     7         loopingContext  Lorg/eclipse/jdt/internal/compiler/flow/LoopingFlowContext;
           17   81     8             actionInfo  Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
           20   25     9      elementNullStatus  I
           23   25    10             nullStatus  I
           35   44     9             exitBranch  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
           45   81     9             exitBranch  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
           53   81    10         hasEmptyAction  Z
           65   68    11       loopbackFlowInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
           78   81    11             mergedInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
    MethodParameters:
              Name  Flags
      currentScope  
      flowContext   
      flowInfo      

  public void generateCode(org.eclipse.jdt.internal.compiler.lookup.BlockScope, org.eclipse.jdt.internal.compiler.codegen.CodeStream);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ForeachStatement this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope currentScope
        start local 2 // org.eclipse.jdt.internal.compiler.codegen.CodeStream codeStream
         0: .line 216
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.bits:I
            ldc -2147483648
            iand
            ifne 2
         1: .line 217
            return
         2: .line 219
      StackMap locals:
      StackMap stack:
            aload 2 /* codeStream */
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.position:I
            istore 3 /* pc */
        start local 3 // int pc
         3: .line 220
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.action:Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            ifnull 7
         4: .line 221
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.action:Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Statement.isEmptyBlock:()Z
            ifne 7
         5: .line 222
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.action:Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            getfield org.eclipse.jdt.internal.compiler.ast.Statement.bits:I
            iconst_1
            iand
            ifne 7
         6: .line 220
            iconst_0
            goto 8
      StackMap locals: int
      StackMap stack:
         7: iconst_1
      StackMap locals:
      StackMap stack: int
         8: istore 4 /* hasEmptyAction */
        start local 4 // boolean hasEmptyAction
         9: .line 224
            iload 4 /* hasEmptyAction */
            ifeq 19
        10: .line 225
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.resolvedPosition:I
            iconst_m1
            if_icmpne 19
        11: .line 226
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.kind:I
            ifne 19
        12: .line 227
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collection:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            aload 2 /* codeStream */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.generateCode:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;Z)V
        13: .line 228
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.exitUserScope:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
        14: .line 229
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.mergedInitStateIndex:I
            iconst_m1
            if_icmpeq 17
        15: .line 230
            aload 2 /* codeStream */
            aload 1 /* currentScope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.mergedInitStateIndex:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.removeNotDefinitelyAssignedVariables:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;I)V
        16: .line 231
            aload 2 /* codeStream */
            aload 1 /* currentScope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.mergedInitStateIndex:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.addDefinitelyAssignedVariables:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;I)V
        17: .line 233
      StackMap locals: int
      StackMap stack:
            aload 2 /* codeStream */
            iload 3 /* pc */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.sourceStart:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.recordPositionsFrom:(II)V
        18: .line 234
            return
        19: .line 238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.kind:I
            tableswitch { // 0 - 2
                    0: 20
                    1: 31
                    2: 31
              default: 35
          }
        20: .line 240
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collection:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            aload 2 /* codeStream */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.generateCode:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;Z)V
        21: .line 241
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.store:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;Z)V
        22: .line 242
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.addVariable:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
        23: .line 243
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.continueLabel:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            ifnull 35
        24: .line 245
            aload 2 /* codeStream */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.arraylength:()V
        25: .line 246
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.maxVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.store:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;Z)V
        26: .line 247
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.maxVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.addVariable:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
        27: .line 248
            aload 2 /* codeStream */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.iconst_0:()V
        28: .line 249
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.indexVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.store:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;Z)V
        29: .line 250
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.indexVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.addVariable:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
        30: .line 254
            goto 35
        31: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collection:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            aload 2 /* codeStream */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.generateCode:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;Z)V
        32: .line 259
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.iteratorReceiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.invokeIterableIterator:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        33: .line 260
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.indexVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.store:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;Z)V
        34: .line 261
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.indexVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.addVariable:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
        35: .line 265
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.codegen.BranchLabel
            dup
            aload 2 /* codeStream */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.BranchLabel.<init>:(Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;)V
            astore 5 /* actionLabel */
        start local 5 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel actionLabel
        36: .line 266
            aload 5 /* actionLabel */
            dup
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.tagBits:I
            iconst_2
            ior
            putfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.tagBits:I
        37: .line 267
            new org.eclipse.jdt.internal.compiler.codegen.BranchLabel
            dup
            aload 2 /* codeStream */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.BranchLabel.<init>:(Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;)V
            astore 6 /* conditionLabel */
        start local 6 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel conditionLabel
        38: .line 268
            aload 6 /* conditionLabel */
            dup
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.tagBits:I
            iconst_2
            ior
            putfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.tagBits:I
        39: .line 269
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.breakLabel:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            aload 2 /* codeStream */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.BranchLabel.initialize:(Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;)V
        40: .line 270
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.continueLabel:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            ifnonnull 52
        41: .line 272
            aload 6 /* conditionLabel */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.BranchLabel.place:()V
        42: .line 273
            aload 2 /* codeStream */
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.position:I
            istore 7 /* conditionPC */
        start local 7 // int conditionPC
        43: .line 274
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.kind:I
            tableswitch { // 0 - 2
                    0: 44
                    1: 47
                    2: 47
              default: 50
          }
        44: .line 278
      StackMap locals: org.eclipse.jdt.internal.compiler.codegen.BranchLabel org.eclipse.jdt.internal.compiler.codegen.BranchLabel int
      StackMap stack:
            aload 2 /* codeStream */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.arraylength:()V
        45: .line 279
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.breakLabel:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.ifeq:(Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;)V
        46: .line 280
            goto 50
        47: .line 283
      StackMap locals:
      StackMap stack:
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.indexVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.load:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
        48: .line 284
            aload 2 /* codeStream */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.invokeJavaUtilIteratorHasNext:()V
        49: .line 285
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.breakLabel:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.ifeq:(Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;)V
        50: .line 288
      StackMap locals:
      StackMap stack:
            aload 2 /* codeStream */
            iload 7 /* conditionPC */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.sourceStart:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.recordPositionsFrom:(II)V
        end local 7 // int conditionPC
        51: .line 289
            goto 55
        52: .line 290
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.continueLabel:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            aload 2 /* codeStream */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.BranchLabel.initialize:(Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;)V
        53: .line 291
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.continueLabel:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            dup
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.tagBits:I
            iconst_2
            ior
            putfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.tagBits:I
        54: .line 293
            aload 2 /* codeStream */
            aload 6 /* conditionLabel */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.goto_:(Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;)V
        55: .line 297
      StackMap locals:
      StackMap stack:
            aload 5 /* actionLabel */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.BranchLabel.place:()V
        56: .line 300
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.kind:I
            tableswitch { // 0 - 2
                    0: 57
                    1: 74
                    2: 74
              default: 95
          }
        57: .line 302
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.resolvedPosition:I
            iconst_m1
            if_icmpeq 95
        58: .line 303
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.load:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
        59: .line 304
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.continueLabel:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            ifnonnull 62
        60: .line 305
            aload 2 /* codeStream */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.iconst_0:()V
        61: .line 306
            goto 63
        62: .line 307
      StackMap locals:
      StackMap stack:
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.indexVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.load:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
        63: .line 309
      StackMap locals:
      StackMap stack:
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.arrayAt:(I)V
        64: .line 310
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariableImplicitWidening:I
            iconst_m1
            if_icmpeq 66
        65: .line 311
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariableImplicitWidening:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.generateImplicitConversion:(I)V
        66: .line 313
      StackMap locals:
      StackMap stack:
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.store:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;Z)V
        67: .line 314
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.addVisibleLocalVariable:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
        68: .line 315
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.postCollectionInitStateIndex:I
            iconst_m1
            if_icmpeq 95
        69: .line 316
            aload 2 /* codeStream */
        70: .line 317
            aload 1 /* currentScope */
        71: .line 318
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.postCollectionInitStateIndex:I
        72: .line 316
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.addDefinitelyAssignedVariables:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;I)V
        73: .line 321
            goto 95
        74: .line 324
      StackMap locals:
      StackMap stack:
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.indexVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.load:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
        75: .line 325
            aload 2 /* codeStream */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.invokeJavaUtilIteratorNext:()V
        76: .line 326
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.type:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            iconst_1
            if_icmpeq 82
        77: .line 327
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariableImplicitWidening:I
            iconst_m1
            if_icmpeq 81
        78: .line 328
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.checkcast:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        79: .line 329
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariableImplicitWidening:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.generateImplicitConversion:(I)V
        80: .line 330
            goto 82
        81: .line 331
      StackMap locals:
      StackMap stack:
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.type:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.checkcast:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        82: .line 334
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.resolvedPosition:I
            iconst_m1
            if_icmpne 88
        83: .line 335
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.type:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            tableswitch { // 7 - 8
                    7: 84
                    8: 84
              default: 86
          }
        84: .line 338
      StackMap locals:
      StackMap stack:
            aload 2 /* codeStream */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.pop2:()V
        85: .line 339
            goto 95
        86: .line 341
      StackMap locals:
      StackMap stack:
            aload 2 /* codeStream */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.pop:()V
        87: .line 344
            goto 95
        88: .line 345
      StackMap locals:
      StackMap stack:
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.store:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;Z)V
        89: .line 346
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.addVisibleLocalVariable:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
        90: .line 347
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.postCollectionInitStateIndex:I
            iconst_m1
            if_icmpeq 95
        91: .line 348
            aload 2 /* codeStream */
        92: .line 349
            aload 1 /* currentScope */
        93: .line 350
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.postCollectionInitStateIndex:I
        94: .line 348
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.addDefinitelyAssignedVariables:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;I)V
        95: .line 356
      StackMap locals:
      StackMap stack:
            iload 4 /* hasEmptyAction */
            ifne 97
        96: .line 357
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.action:Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            aload 2 /* codeStream */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Statement.generateCode:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;)V
        97: .line 359
      StackMap locals:
      StackMap stack:
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.removeVariable:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
        98: .line 360
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.postCollectionInitStateIndex:I
            iconst_m1
            if_icmpeq 100
        99: .line 361
            aload 2 /* codeStream */
            aload 1 /* currentScope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.postCollectionInitStateIndex:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.removeNotDefinitelyAssignedVariables:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;I)V
       100: .line 364
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.continueLabel:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            ifnull 116
       101: .line 365
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.continueLabel:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.BranchLabel.place:()V
       102: .line 366
            aload 2 /* codeStream */
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.position:I
            istore 7 /* continuationPC */
        start local 7 // int continuationPC
       103: .line 368
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.kind:I
            tableswitch { // 0 - 2
                    0: 104
                    1: 111
                    2: 111
              default: 115
          }
       104: .line 370
      StackMap locals: int
      StackMap stack:
            iload 4 /* hasEmptyAction */
            ifeq 105
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.resolvedPosition:I
            iflt 106
       105: .line 371
      StackMap locals:
      StackMap stack:
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.indexVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.resolvedPosition:I
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.iinc:(II)V
       106: .line 374
      StackMap locals:
      StackMap stack:
            aload 6 /* conditionLabel */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.BranchLabel.place:()V
       107: .line 375
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.indexVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.load:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
       108: .line 376
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.maxVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.load:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
       109: .line 377
            aload 2 /* codeStream */
            aload 5 /* actionLabel */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.if_icmplt:(Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;)V
       110: .line 378
            goto 115
       111: .line 382
      StackMap locals:
      StackMap stack:
            aload 6 /* conditionLabel */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.BranchLabel.place:()V
       112: .line 383
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.indexVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.load:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
       113: .line 384
            aload 2 /* codeStream */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.invokeJavaUtilIteratorHasNext:()V
       114: .line 385
            aload 2 /* codeStream */
            aload 5 /* actionLabel */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.ifne:(Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;)V
       115: .line 388
      StackMap locals:
      StackMap stack:
            aload 2 /* codeStream */
            iload 7 /* continuationPC */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.sourceStart:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.recordPositionsFrom:(II)V
        end local 7 // int continuationPC
       116: .line 390
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.kind:I
            tableswitch { // 0 - 2
                    0: 117
                    1: 121
                    2: 121
              default: 122
          }
       117: .line 392
      StackMap locals:
      StackMap stack:
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.indexVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.removeVariable:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
       118: .line 393
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.maxVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.removeVariable:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
       119: .line 394
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.removeVariable:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
       120: .line 395
            goto 122
       121: .line 399
      StackMap locals:
      StackMap stack:
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.indexVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.removeVariable:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
       122: .line 402
      StackMap locals:
      StackMap stack:
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.exitUserScope:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
       123: .line 403
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.mergedInitStateIndex:I
            iconst_m1
            if_icmpeq 126
       124: .line 404
            aload 2 /* codeStream */
            aload 1 /* currentScope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.mergedInitStateIndex:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.removeNotDefinitelyAssignedVariables:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;I)V
       125: .line 405
            aload 2 /* codeStream */
            aload 1 /* currentScope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.mergedInitStateIndex:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.addDefinitelyAssignedVariables:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;I)V
       126: .line 407
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.breakLabel:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.BranchLabel.place:()V
       127: .line 408
            aload 2 /* codeStream */
            iload 3 /* pc */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.sourceStart:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.recordPositionsFrom:(II)V
       128: .line 409
            return
        end local 6 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel conditionLabel
        end local 5 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel actionLabel
        end local 4 // boolean hasEmptyAction
        end local 3 // int pc
        end local 2 // org.eclipse.jdt.internal.compiler.codegen.CodeStream codeStream
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope currentScope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ForeachStatement this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0  129     0            this  Lorg/eclipse/jdt/internal/compiler/ast/ForeachStatement;
            0  129     1    currentScope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0  129     2      codeStream  Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            3  129     3              pc  I
            9  129     4  hasEmptyAction  Z
           36  129     5     actionLabel  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
           38  129     6  conditionLabel  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
           43   51     7     conditionPC  I
          103  116     7  continuationPC  I
    MethodParameters:
              Name  Flags
      currentScope  
      codeStream    

  public java.lang.StringBuffer printStatement(int, java.lang.StringBuffer);
    descriptor: (ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ForeachStatement this
        start local 1 // int indent
        start local 2 // java.lang.StringBuffer output
         0: .line 414
            iload 1 /* indent */
            aload 2 /* output */
            invokestatic org.eclipse.jdt.internal.compiler.ast.ForeachStatement.printIndent:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            ldc "for ("
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         1: .line 415
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            iconst_0
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.printAsExpression:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
         2: .line 416
            aload 2 /* output */
            ldc " : "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         3: .line 417
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collection:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            ifnull 6
         4: .line 418
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collection:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iconst_0
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.print:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            ldc ") "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         5: .line 419
            goto 7
         6: .line 420
      StackMap locals:
      StackMap stack:
            aload 2 /* output */
            bipush 41
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         7: .line 423
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.action:Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            ifnonnull 10
         8: .line 424
            aload 2 /* output */
            bipush 59
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         9: .line 425
            goto 12
        10: .line 426
      StackMap locals:
      StackMap stack:
            aload 2 /* output */
            bipush 10
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        11: .line 427
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.action:Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            iload 1 /* indent */
            iconst_1
            iadd
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Statement.printStatement:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
        12: .line 429
      StackMap locals:
      StackMap stack:
            aload 2 /* output */
            areturn
        end local 2 // java.lang.StringBuffer output
        end local 1 // int indent
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ForeachStatement this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lorg/eclipse/jdt/internal/compiler/ast/ForeachStatement;
            0   13     1  indent  I
            0   13     2  output  Ljava/lang/StringBuffer;
    MethodParameters:
        Name  Flags
      indent  
      output  

  public static org.eclipse.jdt.internal.compiler.lookup.TypeBinding getCollectionElementType(org.eclipse.jdt.internal.compiler.lookup.BlockScope, org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding collectionType
         0: .line 433
            aload 1 /* collectionType */
            ifnonnull 1
            aconst_null
            areturn
         1: .line 435
      StackMap locals:
      StackMap stack:
            aload 0 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.targetJDK:J
            ldc 3145728
            lcmp
            ifne 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: istore 2 /* isTargetJsr14 */
        start local 2 // boolean isTargetJsr14
         4: .line 436
            aload 1 /* collectionType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isCapture:()Z
            ifeq 8
         5: .line 437
            aload 1 /* collectionType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
            getfield org.eclipse.jdt.internal.compiler.lookup.CaptureBinding.firstBound:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 3 /* upperBound */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding upperBound
         6: .line 438
            aload 3 /* upperBound */
            ifnull 8
            aload 3 /* upperBound */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isArrayType:()Z
            ifeq 8
         7: .line 439
            aload 3 /* upperBound */
            astore 1 /* collectionType */
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding upperBound
         8: .line 441
      StackMap locals: int
      StackMap stack:
            aload 1 /* collectionType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isArrayType:()Z
            ifeq 10
         9: .line 442
            aload 1 /* collectionType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.elementsType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        10: .line 443
      StackMap locals:
      StackMap stack:
            aload 1 /* collectionType */
            instanceof org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            ifeq 25
        11: .line 444
            aload 1 /* collectionType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            bipush 38
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.findSuperTypeOriginatingFrom:(IZ)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 3 /* iterableType */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding iterableType
        12: .line 445
            aload 3 /* iterableType */
            ifnonnull 14
            iload 2 /* isTargetJsr14 */
            ifeq 14
        13: .line 446
            aload 1 /* collectionType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            bipush 59
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.findSuperTypeOriginatingFrom:(IZ)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 3 /* iterableType */
        14: .line 448
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 3 /* iterableType */
            ifnonnull 15
            aconst_null
            areturn
        15: .line 450
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 4 /* arguments */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] arguments
        16: .line 451
            aload 3 /* iterableType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.kind:()I
            lookupswitch { // 3
                  260: 20
                 1028: 17
                 2052: 18
              default: 22
          }
        17: .line 453
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]
      StackMap stack:
            aload 0 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.getJavaLangObject:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            areturn
        18: .line 456
      StackMap locals:
      StackMap stack:
            aload 3 /* iterableType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.typeVariables:()[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            astore 4 /* arguments */
        19: .line 457
            goto 23
        20: .line 460
      StackMap locals:
      StackMap stack:
            aload 3 /* iterableType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
            getfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.arguments:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 4 /* arguments */
        21: .line 461
            goto 23
        22: .line 464
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        23: .line 467
      StackMap locals:
      StackMap stack:
            aload 4 /* arguments */
            arraylength
            iconst_1
            if_icmpeq 24
            aconst_null
            areturn
        24: .line 468
      StackMap locals:
      StackMap stack:
            aload 4 /* arguments */
            iconst_0
            aaload
            areturn
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] arguments
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding iterableType
        25: .line 470
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // boolean isTargetJsr14
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding collectionType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   26     0           scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0   26     1  collectionType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            4   26     2   isTargetJsr14  Z
            6    8     3      upperBound  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           12   25     3    iterableType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           16   25     4       arguments  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
                Name  Flags
      scope           
      collectionType  

  public void resolve(org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ForeachStatement this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope upperScope
         0: .line 475
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.lookup.BlockScope
            dup
            aload 1 /* upperScope */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.BlockScope.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
         1: .line 476
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            aload 0 /* this */
            putfield org.eclipse.jdt.internal.compiler.lookup.BlockScope.blockStatement:Lorg/eclipse/jdt/internal/compiler/ast/Statement;
         2: .line 477
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.resolve:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
         3: .line 478
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 2 /* elementType */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding elementType
         4: .line 479
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collection:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            ifnonnull 5
            aconst_null
            goto 6
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
         5: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collection:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* upperScope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.resolveType:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
         6: astore 3 /* collectionType */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding collectionType
         7: .line 482
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            aload 1 /* upperScope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.isTypeNameVar:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
            ifeq 23
         8: .line 483
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.dimensions:()I
            ifgt 9
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.extraDimensions:()I
            ifle 10
         9: .line 484
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 1 /* upperScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.varLocalCannotBeArray:(Lorg/eclipse/jdt/internal/compiler/ast/AbstractVariableDeclaration;)V
        10: .line 486
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.NULL:Lorg/eclipse/jdt/internal/compiler/lookup/NullTypeBinding;
            aload 3 /* collectionType */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 14
        11: .line 487
            aload 1 /* upperScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.varLocalInitializedToNull:(Lorg/eclipse/jdt/internal/compiler/ast/AbstractVariableDeclaration;)V
        12: .line 488
            aload 3 /* collectionType */
            astore 2 /* elementType */
        13: .line 489
            goto 17
      StackMap locals:
      StackMap stack:
        14: getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.VOID:Lorg/eclipse/jdt/internal/compiler/lookup/VoidTypeBinding;
            aload 3 /* collectionType */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 17
        15: .line 490
            aload 1 /* upperScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.varLocalInitializedToVoid:(Lorg/eclipse/jdt/internal/compiler/ast/AbstractVariableDeclaration;)V
        16: .line 491
            aload 3 /* collectionType */
            astore 2 /* elementType */
        17: .line 493
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            aload 3 /* collectionType */
            invokestatic org.eclipse.jdt.internal.compiler.ast.ForeachStatement.getCollectionElementType:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            dup
            astore 2 /* elementType */
            ifnonnull 20
        18: .line 494
            aload 3 /* collectionType */
            astore 2 /* elementType */
        19: .line 495
            goto 21
        20: .line 496
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            aload 2 /* elementType */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.patchType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 2 /* elementType */
        21: .line 499
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            ifnull 23
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.isValidBinding:()Z
            ifeq 23
        22: .line 500
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.validateNullAnnotations:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
        23: .line 504
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 4 /* expectedCollectionType */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding expectedCollectionType
        24: .line 505
            aload 2 /* elementType */
            ifnull 137
            aload 3 /* collectionType */
            ifnull 137
        25: .line 506
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.targetJDK:J
            ldc 3145728
            lcmp
            ifne 26
            iconst_1
            goto 27
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
        26: iconst_0
      StackMap locals:
      StackMap stack: int
        27: istore 5 /* isTargetJsr14 */
        start local 5 // boolean isTargetJsr14
        28: .line 507
            aload 3 /* collectionType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isCapture:()Z
            ifeq 32
        29: .line 508
            aload 3 /* collectionType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
            getfield org.eclipse.jdt.internal.compiler.lookup.CaptureBinding.firstBound:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 6 /* upperBound */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding upperBound
        30: .line 509
            aload 6 /* upperBound */
            ifnull 32
            aload 6 /* upperBound */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isArrayType:()Z
            ifeq 32
        31: .line 510
            aload 6 /* upperBound */
            astore 3 /* collectionType */
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding upperBound
        32: .line 512
      StackMap locals: int
      StackMap stack:
            aload 3 /* collectionType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isArrayType:()Z
            ifeq 63
        33: .line 513
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.kind:I
        34: .line 514
            aload 0 /* this */
            aload 3 /* collectionType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.elementsType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        35: .line 515
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* elementType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifne 39
        36: .line 516
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* elementType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.isBoxingCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifne 39
        37: .line 517
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collection:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* elementType */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.notCompatibleTypesErrorInForeach:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        38: .line 518
            goto 41
      StackMap locals:
      StackMap stack:
        39: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* elementType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.needsUncheckedConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 41
        40: .line 519
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collection:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* elementType */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.unsafeElementTypeConversion:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        41: .line 522
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            istore 6 /* compileTimeTypeID */
        start local 6 // int compileTimeTypeID
        42: .line 523
            aload 2 /* elementType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            ifeq 53
        43: .line 524
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collection:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            aload 3 /* collectionType */
            aload 3 /* collectionType */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        44: .line 525
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            ifne 51
        45: .line 526
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.environment:()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.computeBoxingType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            istore 6 /* compileTimeTypeID */
        46: .line 527
            aload 0 /* this */
            sipush 1024
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariableImplicitWidening:I
        47: .line 528
            aload 2 /* elementType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            ifeq 115
        48: .line 529
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariableImplicitWidening:I
            aload 2 /* elementType */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            iconst_4
            ishl
            iload 6 /* compileTimeTypeID */
            iadd
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariableImplicitWidening:I
        49: .line 530
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collection:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* elementType */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.autoboxing:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        50: .line 532
            goto 115
        51: .line 533
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* elementType */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            iconst_4
            ishl
            iload 6 /* compileTimeTypeID */
            iadd
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariableImplicitWidening:I
        52: .line 535
            goto 115
      StackMap locals:
      StackMap stack:
        53: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            ifeq 60
        54: .line 536
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collection:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            aload 3 /* collectionType */
            aload 3 /* collectionType */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        55: .line 537
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.environment:()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.computeBoxingType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            istore 7 /* boxedID */
        start local 7 // int boxedID
        56: .line 538
            aload 0 /* this */
            sipush 512
            iload 6 /* compileTimeTypeID */
            iconst_4
            ishl
            ior
            iload 6 /* compileTimeTypeID */
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariableImplicitWidening:I
        57: .line 539
            iload 7 /* boxedID */
            istore 6 /* compileTimeTypeID */
        58: .line 540
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collection:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* elementType */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.autoboxing:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        end local 7 // int boxedID
        59: .line 541
            goto 115
        60: .line 542
      StackMap locals:
      StackMap stack:
            aload 1 /* upperScope */
            aload 2 /* elementType */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.createArrayType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I)Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            astore 4 /* expectedCollectionType */
        61: .line 543
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collection:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            aload 4 /* expectedCollectionType */
            aload 3 /* collectionType */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        end local 6 // int compileTimeTypeID
        62: .line 545
            goto 115
      StackMap locals:
      StackMap stack:
        63: aload 3 /* collectionType */
            instanceof org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            ifeq 115
        64: .line 546
            aload 3 /* collectionType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            bipush 38
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.findSuperTypeOriginatingFrom:(IZ)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 6 /* iterableType */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding iterableType
        65: .line 547
            aload 6 /* iterableType */
            ifnonnull 67
            iload 5 /* isTargetJsr14 */
            ifeq 67
        66: .line 548
            aload 3 /* collectionType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            bipush 59
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.findSuperTypeOriginatingFrom:(IZ)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 6 /* iterableType */
        67: .line 551
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 6 /* iterableType */
            ifnonnull 68
            goto 115
        68: .line 553
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* collectionType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.iteratorReceiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        69: .line 554
            iload 5 /* isTargetJsr14 */
            ifeq 76
        70: .line 555
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.iteratorReceiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            bipush 59
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.findSuperTypeOriginatingFrom:(IZ)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            ifnonnull 74
        71: .line 556
            aload 0 /* this */
            aload 6 /* iterableType */
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.iteratorReceiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        72: .line 557
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collection:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            aload 6 /* iterableType */
            aload 3 /* collectionType */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        73: .line 558
            goto 81
        74: .line 559
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collection:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            aload 3 /* collectionType */
            aload 3 /* collectionType */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        75: .line 561
            goto 81
      StackMap locals:
      StackMap stack:
        76: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.iteratorReceiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            bipush 38
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.findSuperTypeOriginatingFrom:(IZ)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            ifnonnull 80
        77: .line 562
            aload 0 /* this */
            aload 6 /* iterableType */
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.iteratorReceiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        78: .line 563
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collection:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            aload 6 /* iterableType */
            aload 3 /* collectionType */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        79: .line 564
            goto 81
        80: .line 565
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collection:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            aload 3 /* collectionType */
            aload 3 /* collectionType */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        81: .line 568
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 7 /* arguments */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] arguments
        82: .line 569
            aload 6 /* iterableType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.kind:()I
            lookupswitch { // 3
                  260: 91
                 1028: 83
                 2052: 89
              default: 93
          }
        83: .line 571
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.kind:I
        84: .line 572
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.getJavaLangObject:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        85: .line 573
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* elementType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifne 115
        86: .line 574
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* elementType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.isBoxingCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifne 115
        87: .line 575
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collection:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* elementType */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.notCompatibleTypesErrorInForeach:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        88: .line 578
            goto 115
        89: .line 581
      StackMap locals:
      StackMap stack:
            aload 6 /* iterableType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.typeVariables:()[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            astore 7 /* arguments */
        90: .line 582
            goto 94
        91: .line 585
      StackMap locals:
      StackMap stack:
            aload 6 /* iterableType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
            getfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.arguments:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 7 /* arguments */
        92: .line 586
            goto 94
        93: .line 589
      StackMap locals:
      StackMap stack:
            goto 115
        94: .line 592
      StackMap locals:
      StackMap stack:
            aload 7 /* arguments */
            arraylength
            iconst_1
            if_icmpeq 95
            goto 115
        95: .line 593
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.kind:I
        96: .line 595
            aload 0 /* this */
            aload 7 /* arguments */
            iconst_0
            aaload
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        97: .line 596
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* elementType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifne 101
        98: .line 597
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* elementType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.isBoxingCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifne 101
        99: .line 598
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collection:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* elementType */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.notCompatibleTypesErrorInForeach:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       100: .line 599
            goto 103
      StackMap locals:
      StackMap stack:
       101: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* elementType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.needsUncheckedConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 103
       102: .line 600
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collection:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* elementType */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.unsafeElementTypeConversion:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       103: .line 602
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            istore 8 /* compileTimeTypeID */
        start local 8 // int compileTimeTypeID
       104: .line 604
            aload 2 /* elementType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            ifeq 113
       105: .line 605
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            ifne 111
       106: .line 606
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.environment:()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.computeBoxingType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            istore 8 /* compileTimeTypeID */
       107: .line 607
            aload 0 /* this */
            sipush 1024
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariableImplicitWidening:I
       108: .line 608
            aload 2 /* elementType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            ifeq 115
       109: .line 609
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariableImplicitWidening:I
            aload 2 /* elementType */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            iconst_4
            ishl
            iload 8 /* compileTimeTypeID */
            iadd
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariableImplicitWidening:I
       110: .line 611
            goto 115
       111: .line 612
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* elementType */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            iconst_4
            ishl
            iload 8 /* compileTimeTypeID */
            iadd
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariableImplicitWidening:I
       112: .line 614
            goto 115
       113: .line 615
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionElementType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            ifeq 115
       114: .line 616
            aload 0 /* this */
            sipush 512
            iload 8 /* compileTimeTypeID */
            iconst_4
            ishl
            ior
            iload 8 /* compileTimeTypeID */
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariableImplicitWidening:I
        end local 8 // int compileTimeTypeID
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] arguments
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding iterableType
       115: .line 621
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.kind:I
            tableswitch { // 0 - 2
                    0: 116
                    1: 129
                    2: 129
              default: 133
          }
       116: .line 624
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
            dup
            getstatic org.eclipse.jdt.internal.compiler.ast.ForeachStatement.SecretIndexVariableName:[C
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.INT:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            iconst_0
            iconst_0
            invokespecial org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.<init>:([CLorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;IZ)V
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.indexVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
       117: .line 625
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.indexVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.addLocalVariable:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
       118: .line 626
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.indexVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.setConstant:(Lorg/eclipse/jdt/internal/compiler/impl/Constant;)V
       119: .line 628
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
            dup
            getstatic org.eclipse.jdt.internal.compiler.ast.ForeachStatement.SecretMaxVariableName:[C
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.INT:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            iconst_0
            iconst_0
            invokespecial org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.<init>:([CLorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;IZ)V
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.maxVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
       120: .line 629
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.maxVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.addLocalVariable:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
       121: .line 630
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.maxVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.setConstant:(Lorg/eclipse/jdt/internal/compiler/impl/Constant;)V
       122: .line 632
            aload 4 /* expectedCollectionType */
            ifnonnull 125
       123: .line 633
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
            dup
            getstatic org.eclipse.jdt.internal.compiler.ast.ForeachStatement.SecretCollectionVariableName:[C
            aload 3 /* collectionType */
            iconst_0
            iconst_0
            invokespecial org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.<init>:([CLorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;IZ)V
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
       124: .line 634
            goto 126
       125: .line 635
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
            dup
            getstatic org.eclipse.jdt.internal.compiler.ast.ForeachStatement.SecretCollectionVariableName:[C
            aload 4 /* expectedCollectionType */
            iconst_0
            iconst_0
            invokespecial org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.<init>:([CLorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;IZ)V
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
       126: .line 637
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.addLocalVariable:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
       127: .line 638
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collectionVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.setConstant:(Lorg/eclipse/jdt/internal/compiler/impl/Constant;)V
       128: .line 639
            goto 137
       129: .line 643
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
            dup
            getstatic org.eclipse.jdt.internal.compiler.ast.ForeachStatement.SecretIteratorVariableName:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.getJavaUtilIterator:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            iconst_0
            iconst_0
            invokespecial org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.<init>:([CLorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;IZ)V
            putfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.indexVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
       130: .line 644
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.indexVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.addLocalVariable:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
       131: .line 645
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.indexVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.setConstant:(Lorg/eclipse/jdt/internal/compiler/impl/Constant;)V
       132: .line 646
            goto 137
       133: .line 648
      StackMap locals:
      StackMap stack:
            iload 5 /* isTargetJsr14 */
            ifeq 136
       134: .line 649
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collection:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.invalidTypeForCollectionTarget14:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;)V
       135: .line 650
            goto 137
       136: .line 651
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collection:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.invalidTypeForCollection:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;)V
        end local 5 // boolean isTargetJsr14
       137: .line 655
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.action:Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            ifnull 139
       138: .line 656
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.action:Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Statement.resolve:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
       139: .line 658
      StackMap locals:
      StackMap stack:
            return
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding expectedCollectionType
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding collectionType
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding elementType
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope upperScope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ForeachStatement this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0  140     0                    this  Lorg/eclipse/jdt/internal/compiler/ast/ForeachStatement;
            0  140     1              upperScope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            4  140     2             elementType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            7  140     3          collectionType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           24  140     4  expectedCollectionType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           28  137     5           isTargetJsr14  Z
           30   32     6              upperBound  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           42   62     6       compileTimeTypeID  I
           56   59     7                 boxedID  I
           65  115     6            iterableType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           82  115     7               arguments  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
          104  115     8       compileTimeTypeID  I
    MethodParameters:
            Name  Flags
      upperScope  

  public void traverse(org.eclipse.jdt.internal.compiler.ASTVisitor, org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ForeachStatement this
        start local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope blockScope
         0: .line 665
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* blockScope */
            invokevirtual org.eclipse.jdt.internal.compiler.ASTVisitor.visit:(Lorg/eclipse/jdt/internal/compiler/ast/ForeachStatement;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Z
            ifeq 6
         1: .line 666
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.elementVariable:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
         2: .line 667
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collection:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            ifnull 4
         3: .line 668
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.collection:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
         4: .line 670
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.action:Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            ifnull 6
         5: .line 671
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.action:Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ForeachStatement.scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Statement.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
         6: .line 674
      StackMap locals:
      StackMap stack:
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* blockScope */
            invokevirtual org.eclipse.jdt.internal.compiler.ASTVisitor.endVisit:(Lorg/eclipse/jdt/internal/compiler/ast/ForeachStatement;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
         7: .line 675
            return
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope blockScope
        end local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ForeachStatement this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lorg/eclipse/jdt/internal/compiler/ast/ForeachStatement;
            0    8     1     visitor  Lorg/eclipse/jdt/internal/compiler/ASTVisitor;
            0    8     2  blockScope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
    MethodParameters:
            Name  Flags
      visitor     
      blockScope  

  public boolean doesNotCompleteNormally();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ForeachStatement this
         0: .line 679
            iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ForeachStatement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/ForeachStatement;
}
SourceFile: "ForeachStatement.java"