public abstract class org.eclipse.jdt.internal.compiler.ast.Statement extends org.eclipse.jdt.internal.compiler.ast.ASTNode
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.jdt.internal.compiler.ast.Statement
  super_class: org.eclipse.jdt.internal.compiler.ast.ASTNode
{
  public static final int NOT_COMPLAINED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
         0: .line 54
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.ast.ASTNode.<init>:()V
            return
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/Statement;

  protected static boolean isKnowDeadCodePattern(org.eclipse.jdt.internal.compiler.ast.Expression);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/Expression;)Z
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Expression expression
         0: .line 64
            aload 0 /* expression */
            instanceof org.eclipse.jdt.internal.compiler.ast.UnaryExpression
            ifeq 2
         1: .line 65
            aload 0 /* expression */
            checkcast org.eclipse.jdt.internal.compiler.ast.UnaryExpression
            getfield org.eclipse.jdt.internal.compiler.ast.UnaryExpression.expression:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            astore 0 /* expression */
         2: .line 68
      StackMap locals:
      StackMap stack:
            aload 0 /* expression */
            instanceof org.eclipse.jdt.internal.compiler.ast.Reference
            ifeq 3
            iconst_1
            ireturn
         3: .line 85
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Expression expression
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0  expression  Lorg/eclipse/jdt/internal/compiler/ast/Expression;
    MethodParameters:
            Name  Flags
      expression  

  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      currentScope  
      flowContext   
      flowInfo      

  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.Statement this
         0: .line 96
            iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/Statement;

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

  protected void analyseArguments(org.eclipse.jdt.internal.compiler.lookup.BlockScope, org.eclipse.jdt.internal.compiler.flow.FlowContext, org.eclipse.jdt.internal.compiler.flow.FlowInfo, org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.ast.Expression[]);
    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/lookup/MethodBinding;[Lorg/eclipse/jdt/internal/compiler/ast/Expression;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=9, locals=17, args_size=6
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement 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
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding methodBinding
        start local 5 // org.eclipse.jdt.internal.compiler.ast.Expression[] arguments
         0: .line 116
            aload 5 /* arguments */
            ifnull 60
         1: .line 117
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            astore 6 /* compilerOptions */
        start local 6 // org.eclipse.jdt.internal.compiler.impl.CompilerOptions compilerOptions
         2: .line 118
            aload 6 /* compilerOptions */
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.sourceLevel:J
            ldc 3342336
            lcmp
            iflt 4
            aload 4 /* methodBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isPolymorphic:()Z
            ifeq 4
         3: .line 119
            return
         4: .line 120
      StackMap locals: org.eclipse.jdt.internal.compiler.impl.CompilerOptions
      StackMap stack:
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.environment:()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.usesNullTypeAnnotations:()Z
            istore 7 /* considerTypeAnnotations */
        start local 7 // boolean considerTypeAnnotations
         5: .line 121
            aload 4 /* methodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameterNonNullness:[Ljava/lang/Boolean;
            ifnull 6
            iconst_1
            goto 7
      StackMap locals: int
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 8 /* hasJDK15NullAnnotations */
        start local 8 // boolean hasJDK15NullAnnotations
         8: .line 122
            aload 4 /* methodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 9 /* numParamsToCheck */
        start local 9 // int numParamsToCheck
         9: .line 123
            iconst_m1
            istore 10 /* varArgPos */
        start local 10 // int varArgPos
        10: .line 124
            aconst_null
            astore 11 /* varArgsType */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding varArgsType
        11: .line 125
            iconst_0
            istore 12 /* passThrough */
        start local 12 // boolean passThrough
        12: .line 126
            iload 7 /* considerTypeAnnotations */
            ifne 13
            iload 8 /* hasJDK15NullAnnotations */
            ifeq 24
        13: .line 128
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Statement org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.flow.FlowContext org.eclipse.jdt.internal.compiler.flow.FlowInfo org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.ast.Expression[] org.eclipse.jdt.internal.compiler.impl.CompilerOptions int int int int org.eclipse.jdt.internal.compiler.lookup.TypeBinding int
      StackMap stack:
            aload 4 /* methodBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isVarargs:()Z
            ifeq 24
        14: .line 129
            iload 9 /* numParamsToCheck */
            iconst_1
            isub
            istore 10 /* varArgPos */
        15: .line 131
            aload 4 /* methodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 10 /* varArgPos */
            aaload
            astore 11 /* varArgsType */
        16: .line 132
            iload 9 /* numParamsToCheck */
            aload 5 /* arguments */
            arraylength
            if_icmpne 22
        17: .line 133
            aload 5 /* arguments */
            iload 10 /* varArgPos */
            aaload
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 13 /* lastType */
        start local 13 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding lastType
        18: .line 134
            aload 13 /* lastType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.NULL:Lorg/eclipse/jdt/internal/compiler/lookup/NullTypeBinding;
            if_acmpeq 21
        19: .line 135
            aload 11 /* varArgsType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.dimensions:()I
            aload 13 /* lastType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.dimensions:()I
            if_icmpne 22
        20: .line 136
            aload 13 /* lastType */
            aload 11 /* varArgsType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 22
        21: .line 137
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            iconst_1
            istore 12 /* passThrough */
        end local 13 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding lastType
        22: .line 139
      StackMap locals:
      StackMap stack:
            iload 12 /* passThrough */
            ifne 24
        23: .line 140
            iinc 9 /* numParamsToCheck */ -1
        24: .line 143
      StackMap locals:
      StackMap stack:
            iload 7 /* considerTypeAnnotations */
            ifeq 49
        25: .line 144
            iconst_0
            istore 13 /* i */
        start local 13 // int i
        26: goto 35
        27: .line 145
      StackMap locals: int
      StackMap stack:
            aload 4 /* methodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 13 /* i */
            aaload
            astore 14 /* expectedType */
        start local 14 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding expectedType
        28: .line 146
            iload 8 /* hasJDK15NullAnnotations */
            ifeq 29
            aload 4 /* methodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameterNonNullness:[Ljava/lang/Boolean;
            iload 13 /* i */
            aaload
            goto 30
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
        29: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Boolean
        30: astore 15 /* specialCaseNonNullness */
        start local 15 // java.lang.Boolean specialCaseNonNullness
        31: .line 147
            aload 0 /* this */
            aload 1 /* currentScope */
            aload 2 /* flowContext */
            aload 3 /* flowInfo */
            aload 14 /* expectedType */
            aload 5 /* arguments */
            iload 13 /* i */
            aaload
        32: .line 148
            aload 15 /* specialCaseNonNullness */
            aload 4 /* methodBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 13 /* i */
            aaload
        33: .line 147
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Statement.analyseOneArgument18:(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/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Ljava/lang/Boolean;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        end local 15 // java.lang.Boolean specialCaseNonNullness
        end local 14 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding expectedType
        34: .line 144
            iinc 13 /* i */ 1
      StackMap locals:
      StackMap stack:
        35: iload 13 /* i */
            iload 9 /* numParamsToCheck */
            if_icmplt 27
        end local 13 // int i
        36: .line 150
            iload 12 /* passThrough */
            ifne 60
            aload 11 /* varArgsType */
            instanceof org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
            ifeq 60
        37: .line 151
            aload 11 /* varArgsType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.elementsType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 13 /* expectedType */
        start local 13 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding expectedType
        38: .line 152
            iload 8 /* hasJDK15NullAnnotations */
            ifeq 39
            aload 4 /* methodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameterNonNullness:[Ljava/lang/Boolean;
            iload 10 /* varArgPos */
            aaload
            goto 40
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Statement org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.flow.FlowContext org.eclipse.jdt.internal.compiler.flow.FlowInfo org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.ast.Expression[] org.eclipse.jdt.internal.compiler.impl.CompilerOptions int int int int org.eclipse.jdt.internal.compiler.lookup.TypeBinding int org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
        39: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Boolean
        40: astore 14 /* specialCaseNonNullness */
        start local 14 // java.lang.Boolean specialCaseNonNullness
        41: .line 153
            iload 9 /* numParamsToCheck */
            istore 15 /* i */
        start local 15 // int i
        42: goto 47
        43: .line 154
      StackMap locals: java.lang.Boolean int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* currentScope */
            aload 2 /* flowContext */
            aload 3 /* flowInfo */
            aload 13 /* expectedType */
            aload 5 /* arguments */
            iload 15 /* i */
            aaload
        44: .line 155
            aload 14 /* specialCaseNonNullness */
            aload 4 /* methodBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 10 /* varArgPos */
            aaload
        45: .line 154
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Statement.analyseOneArgument18:(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/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Ljava/lang/Boolean;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        46: .line 153
            iinc 15 /* i */ 1
      StackMap locals:
      StackMap stack:
        47: iload 15 /* i */
            aload 5 /* arguments */
            arraylength
            if_icmplt 43
        end local 15 // int i
        end local 14 // java.lang.Boolean specialCaseNonNullness
        end local 13 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding expectedType
        48: .line 158
            goto 60
      StackMap locals:
      StackMap stack:
        49: iload 8 /* hasJDK15NullAnnotations */
            ifeq 60
        50: .line 159
            iconst_0
            istore 13 /* i */
        start local 13 // int i
        51: goto 59
        52: .line 160
      StackMap locals: int
      StackMap stack:
            aload 4 /* methodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameterNonNullness:[Ljava/lang/Boolean;
            iload 13 /* i */
            aaload
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            if_acmpne 58
        53: .line 161
            aload 4 /* methodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 13 /* i */
            aaload
            astore 14 /* expectedType */
        start local 14 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding expectedType
        54: .line 162
            aload 5 /* arguments */
            iload 13 /* i */
            aaload
            astore 15 /* argument */
        start local 15 // org.eclipse.jdt.internal.compiler.ast.Expression argument
        55: .line 163
            aload 15 /* argument */
            aload 3 /* flowInfo */
            aload 2 /* flowContext */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.nullStatus:(Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;)I
            istore 16 /* nullStatus */
        start local 16 // int nullStatus
        56: .line 164
            iload 16 /* nullStatus */
            iconst_4
            if_icmpeq 58
        57: .line 165
            aload 2 /* flowContext */
            aload 1 /* currentScope */
            aload 15 /* argument */
            aload 15 /* argument */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 14 /* expectedType */
            aload 3 /* flowInfo */
            iload 16 /* nullStatus */
            aconst_null
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowContext.recordNullityMismatch:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;ILorg/eclipse/jdt/internal/compiler/ast/NullAnnotationMatching;)V
        end local 16 // int nullStatus
        end local 15 // org.eclipse.jdt.internal.compiler.ast.Expression argument
        end local 14 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding expectedType
        58: .line 159
      StackMap locals:
      StackMap stack:
            iinc 13 /* i */ 1
      StackMap locals:
      StackMap stack:
        59: iload 13 /* i */
            iload 9 /* numParamsToCheck */
            if_icmplt 52
        end local 13 // int i
        end local 12 // boolean passThrough
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding varArgsType
        end local 10 // int varArgPos
        end local 9 // int numParamsToCheck
        end local 8 // boolean hasJDK15NullAnnotations
        end local 7 // boolean considerTypeAnnotations
        end local 6 // org.eclipse.jdt.internal.compiler.impl.CompilerOptions compilerOptions
        60: .line 170
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Statement org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.flow.FlowContext org.eclipse.jdt.internal.compiler.flow.FlowInfo org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.ast.Expression[]
      StackMap stack:
            return
        end local 5 // org.eclipse.jdt.internal.compiler.ast.Expression[] arguments
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding methodBinding
        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.Statement this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   61     0                     this  Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            0   61     1             currentScope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0   61     2              flowContext  Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;
            0   61     3                 flowInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            0   61     4            methodBinding  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   61     5                arguments  [Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            2   60     6          compilerOptions  Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            5   60     7  considerTypeAnnotations  Z
            8   60     8  hasJDK15NullAnnotations  Z
            9   60     9         numParamsToCheck  I
           10   60    10                varArgPos  I
           11   60    11              varArgsType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           12   60    12              passThrough  Z
           18   22    13                 lastType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           26   36    13                        i  I
           28   34    14             expectedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           31   34    15   specialCaseNonNullness  Ljava/lang/Boolean;
           38   48    13             expectedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           41   48    14   specialCaseNonNullness  Ljava/lang/Boolean;
           42   48    15                        i  I
           51   60    13                        i  I
           54   58    14             expectedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           55   58    15                 argument  Lorg/eclipse/jdt/internal/compiler/ast/Expression;
           56   58    16               nullStatus  I
    MethodParameters:
               Name  Flags
      currentScope   
      flowContext    
      flowInfo       
      methodBinding  
      arguments      

  void analyseOneArgument18(org.eclipse.jdt.internal.compiler.lookup.BlockScope, org.eclipse.jdt.internal.compiler.flow.FlowContext, org.eclipse.jdt.internal.compiler.flow.FlowInfo, org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.ast.Expression, java.lang.Boolean, org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    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/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Ljava/lang/Boolean;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
    flags: (0x0000) 
    Code:
      stack=9, locals=10, args_size=8
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement 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
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding expectedType
        start local 5 // org.eclipse.jdt.internal.compiler.ast.Expression argument
        start local 6 // java.lang.Boolean expectedNonNullness
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding originalExpected
         0: .line 173
            aload 5 /* argument */
            instanceof org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
            ifeq 5
            aload 5 /* argument */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isPolyExpression:()Z
            ifeq 5
         1: .line 175
            aload 5 /* argument */
            checkcast org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
            astore 8 /* ce */
        start local 8 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression ce
         2: .line 176
            aload 8 /* ce */
            aload 1 /* currentScope */
            aload 2 /* flowContext */
            aload 4 /* expectedType */
            aload 8 /* ce */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 3 /* flowInfo */
            aload 8 /* ce */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.ifTrueNullStatus:I
            aload 6 /* expectedNonNullness */
            aload 7 /* originalExpected */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.internalAnalyseOneArgument18:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;ILjava/lang/Boolean;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
         3: .line 177
            aload 8 /* ce */
            aload 1 /* currentScope */
            aload 2 /* flowContext */
            aload 4 /* expectedType */
            aload 8 /* ce */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 3 /* flowInfo */
            aload 8 /* ce */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.ifFalseNullStatus:I
            aload 6 /* expectedNonNullness */
            aload 7 /* originalExpected */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.internalAnalyseOneArgument18:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;ILjava/lang/Boolean;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
         4: .line 178
            return
        end local 8 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression ce
         5: .line 179
      StackMap locals:
      StackMap stack:
            aload 5 /* argument */
            instanceof org.eclipse.jdt.internal.compiler.ast.SwitchExpression
            ifeq 16
            aload 5 /* argument */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isPolyExpression:()Z
            ifeq 16
         6: .line 180
            aload 5 /* argument */
            checkcast org.eclipse.jdt.internal.compiler.ast.SwitchExpression
            astore 8 /* se */
        start local 8 // org.eclipse.jdt.internal.compiler.ast.SwitchExpression se
         7: .line 181
            iconst_0
            istore 9 /* i */
        start local 9 // int i
         8: goto 14
         9: .line 182
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.SwitchExpression int
      StackMap stack:
            aload 8 /* se */
            aload 1 /* currentScope */
            aload 2 /* flowContext */
            aload 4 /* expectedType */
        10: .line 183
            aload 8 /* se */
            getfield org.eclipse.jdt.internal.compiler.ast.SwitchExpression.resultExpressions:Ljava/util/List;
            iload 9 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.ast.Expression
            aload 3 /* flowInfo */
        11: .line 184
            aload 8 /* se */
            getfield org.eclipse.jdt.internal.compiler.ast.SwitchExpression.resultExpressionNullStatus:Ljava/util/List;
            iload 9 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            aload 6 /* expectedNonNullness */
            aload 7 /* originalExpected */
        12: .line 182
            invokevirtual org.eclipse.jdt.internal.compiler.ast.SwitchExpression.internalAnalyseOneArgument18:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;ILjava/lang/Boolean;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        13: .line 181
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 9 /* i */
            aload 8 /* se */
            getfield org.eclipse.jdt.internal.compiler.ast.SwitchExpression.resultExpressions:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 9
        end local 9 // int i
        15: .line 186
            return
        end local 8 // org.eclipse.jdt.internal.compiler.ast.SwitchExpression se
        16: .line 189
      StackMap locals:
      StackMap stack:
            aload 5 /* argument */
            aload 3 /* flowInfo */
            aload 2 /* flowContext */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.nullStatus:(Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;)I
            istore 8 /* nullStatus */
        start local 8 // int nullStatus
        17: .line 190
            aload 0 /* this */
            aload 1 /* currentScope */
            aload 2 /* flowContext */
            aload 4 /* expectedType */
            aload 5 /* argument */
            aload 3 /* flowInfo */
        18: .line 191
            iload 8 /* nullStatus */
            aload 6 /* expectedNonNullness */
            aload 7 /* originalExpected */
        19: .line 190
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Statement.internalAnalyseOneArgument18:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;ILjava/lang/Boolean;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        20: .line 192
            return
        end local 8 // int nullStatus
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding originalExpected
        end local 6 // java.lang.Boolean expectedNonNullness
        end local 5 // org.eclipse.jdt.internal.compiler.ast.Expression argument
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding expectedType
        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.Statement this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   21     0                 this  Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            0   21     1         currentScope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0   21     2          flowContext  Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;
            0   21     3             flowInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            0   21     4         expectedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   21     5             argument  Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            0   21     6  expectedNonNullness  Ljava/lang/Boolean;
            0   21     7     originalExpected  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            2    5     8                   ce  Lorg/eclipse/jdt/internal/compiler/ast/ConditionalExpression;
            7   16     8                   se  Lorg/eclipse/jdt/internal/compiler/ast/SwitchExpression;
            8   15     9                    i  I
           17   21     8           nullStatus  I
    MethodParameters:
                     Name  Flags
      currentScope         
      flowContext          
      flowInfo             
      expectedType         
      argument             
      expectedNonNullness  
      originalExpected     

  void internalAnalyseOneArgument18(org.eclipse.jdt.internal.compiler.lookup.BlockScope, org.eclipse.jdt.internal.compiler.flow.FlowContext, org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.ast.Expression, org.eclipse.jdt.internal.compiler.flow.FlowInfo, int, java.lang.Boolean, org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;ILjava/lang/Boolean;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
    flags: (0x0000) 
    Code:
      stack=8, locals=12, args_size=9
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement 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.lookup.TypeBinding expectedType
        start local 4 // org.eclipse.jdt.internal.compiler.ast.Expression argument
        start local 5 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
        start local 6 // int nullStatus
        start local 7 // java.lang.Boolean expectedNonNullness
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding originalExpected
         0: .line 197
            aload 7 /* expectedNonNullness */
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            if_acmpne 1
            iload 6 /* nullStatus */
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 9 /* statusFromAnnotatedNull */
        start local 9 // int statusFromAnnotatedNull
         3: .line 199
            aload 3 /* expectedType */
            aload 4 /* argument */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 6 /* nullStatus */
            invokestatic org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching.analyse:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I)Lorg/eclipse/jdt/internal/compiler/ast/NullAnnotationMatching;
            astore 10 /* annotationStatus */
        start local 10 // org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching annotationStatus
         4: .line 201
            aload 10 /* annotationStatus */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching.isAnyMismatch:()Z
            ifne 6
            iload 9 /* statusFromAnnotatedNull */
            ifeq 6
         5: .line 202
            aload 8 /* originalExpected */
            astore 3 /* expectedType */
         6: .line 204
      StackMap locals: int org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching
      StackMap stack:
            iload 9 /* statusFromAnnotatedNull */
            iconst_2
            if_icmpne 9
         7: .line 206
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 4 /* argument */
            aload 4 /* argument */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 3 /* expectedType */
            aload 10 /* annotationStatus */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.nullityMismatchingTypeAnnotation:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/NullAnnotationMatching;)V
         8: .line 207
            goto 14
      StackMap locals:
      StackMap stack:
         9: aload 10 /* annotationStatus */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching.isAnyMismatch:()Z
            ifne 10
            iload 9 /* statusFromAnnotatedNull */
            bipush 16
            iand
            ifeq 14
        10: .line 208
      StackMap locals:
      StackMap stack:
            aload 3 /* expectedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.hasNullTypeAnnotations:()Z
            ifne 13
            aload 7 /* expectedNonNullness */
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            if_acmpne 13
        11: .line 210
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.environment:()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            astore 11 /* env */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment env
        12: .line 211
            aload 11 /* env */
            aload 3 /* expectedType */
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
            dup
            iconst_0
            aload 11 /* env */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getNonNullAnnotation:()Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            aastore
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createAnnotatedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 3 /* expectedType */
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment env
        13: .line 213
      StackMap locals:
      StackMap stack:
            aload 2 /* flowContext */
            aload 1 /* currentScope */
            aload 4 /* argument */
            aload 4 /* argument */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 3 /* expectedType */
            aload 5 /* flowInfo */
            iload 6 /* nullStatus */
            aload 10 /* annotationStatus */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowContext.recordNullityMismatch:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;ILorg/eclipse/jdt/internal/compiler/ast/NullAnnotationMatching;)V
        14: .line 215
      StackMap locals:
      StackMap stack:
            return
        end local 10 // org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching annotationStatus
        end local 9 // int statusFromAnnotatedNull
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding originalExpected
        end local 7 // java.lang.Boolean expectedNonNullness
        end local 6 // int nullStatus
        end local 5 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
        end local 4 // org.eclipse.jdt.internal.compiler.ast.Expression argument
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding expectedType
        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.Statement this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   15     0                     this  Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            0   15     1             currentScope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0   15     2              flowContext  Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;
            0   15     3             expectedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   15     4                 argument  Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            0   15     5                 flowInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            0   15     6               nullStatus  I
            0   15     7      expectedNonNullness  Ljava/lang/Boolean;
            0   15     8         originalExpected  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            3   15     9  statusFromAnnotatedNull  I
            4   15    10         annotationStatus  Lorg/eclipse/jdt/internal/compiler/ast/NullAnnotationMatching;
           12   13    11                      env  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
    MethodParameters:
                     Name  Flags
      currentScope         
      flowContext          
      expectedType         
      argument             
      flowInfo             
      nullStatus           
      expectedNonNullness  
      originalExpected     

  void checkAgainstNullAnnotation(org.eclipse.jdt.internal.compiler.lookup.BlockScope, org.eclipse.jdt.internal.compiler.flow.FlowContext, org.eclipse.jdt.internal.compiler.flow.FlowInfo, org.eclipse.jdt.internal.compiler.ast.Expression);
    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/ast/Expression;)V
    flags: (0x0000) 
    Code:
      stack=8, locals=10, args_size=5
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        start local 2 // org.eclipse.jdt.internal.compiler.flow.FlowContext flowContext
        start local 3 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
        start local 4 // org.eclipse.jdt.internal.compiler.ast.Expression expr
         0: .line 217
            aload 4 /* expr */
            aload 3 /* flowInfo */
            aload 2 /* flowContext */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.nullStatus:(Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;)I
            istore 5 /* nullStatus */
        start local 5 // int nullStatus
         1: .line 219
            aconst_null
            astore 8 /* methodBinding */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding methodBinding
         2: .line 220
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.environment:()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.usesNullTypeAnnotations:()Z
            istore 9 /* useTypeAnnotations */
        start local 9 // boolean useTypeAnnotations
         3: .line 222
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.methodScope:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.referenceMethodBinding:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 8 /* methodBinding */
         4: .line 223
            iload 9 /* useTypeAnnotations */
            ifeq 5
            aload 8 /* methodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.tagBits:J
            goto 6
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Statement org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.flow.FlowContext org.eclipse.jdt.internal.compiler.flow.FlowInfo org.eclipse.jdt.internal.compiler.ast.Expression int top top org.eclipse.jdt.internal.compiler.lookup.MethodBinding int
      StackMap stack:
         5: aload 8 /* methodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
      StackMap locals:
      StackMap stack: long
         6: lstore 6 /* tagBits */
        start local 6 // long tagBits
         7: .line 224
            goto 10
        end local 6 // long tagBits
      StackMap locals:
      StackMap stack: java.lang.NullPointerException
         8: pop
         9: .line 227
            return
        start local 6 // long tagBits
        10: .line 229
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Statement org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.flow.FlowContext org.eclipse.jdt.internal.compiler.flow.FlowInfo org.eclipse.jdt.internal.compiler.ast.Expression int long org.eclipse.jdt.internal.compiler.lookup.MethodBinding int
      StackMap stack:
            iload 9 /* useTypeAnnotations */
            ifeq 13
        11: .line 230
            aload 0 /* this */
            aload 1 /* scope */
            aload 8 /* methodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 4 /* expr */
            aload 2 /* flowContext */
            aload 3 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Statement.checkAgainstNullTypeAnnotation:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
        12: .line 231
            goto 16
      StackMap locals:
      StackMap stack:
        13: iload 5 /* nullStatus */
            iconst_4
            if_icmpeq 16
        14: .line 233
            lload 6 /* tagBits */
            ldc 72057594037927936
            land
            lconst_0
            lcmp
            ifeq 16
        15: .line 234
            aload 2 /* flowContext */
            aload 1 /* scope */
            aload 4 /* expr */
            aload 4 /* expr */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 8 /* methodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 3 /* flowInfo */
            iload 5 /* nullStatus */
            aconst_null
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowContext.recordNullityMismatch:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;ILorg/eclipse/jdt/internal/compiler/ast/NullAnnotationMatching;)V
        16: .line 237
      StackMap locals:
      StackMap stack:
            return
        end local 9 // boolean useTypeAnnotations
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding methodBinding
        end local 6 // long tagBits
        end local 5 // int nullStatus
        end local 4 // org.eclipse.jdt.internal.compiler.ast.Expression expr
        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 scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   17     0                this  Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            0   17     1               scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0   17     2         flowContext  Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;
            0   17     3            flowInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            0   17     4                expr  Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            1   17     5          nullStatus  I
            7    8     6             tagBits  J
           10   17     6             tagBits  J
            2   17     8       methodBinding  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            3   17     9  useTypeAnnotations  Z
      Exception table:
        from    to  target  type
           3     7       8  Class java.lang.NullPointerException
    MethodParameters:
             Name  Flags
      scope        
      flowContext  
      flowInfo     
      expr         

  protected void checkAgainstNullTypeAnnotation(org.eclipse.jdt.internal.compiler.lookup.BlockScope, org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.ast.Expression, 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/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=8, args_size=6
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding requiredType
        start local 3 // org.eclipse.jdt.internal.compiler.ast.Expression expression
        start local 4 // org.eclipse.jdt.internal.compiler.flow.FlowContext flowContext
        start local 5 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
         0: .line 240
            aload 3 /* expression */
            instanceof org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
            ifeq 5
            aload 3 /* expression */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isPolyExpression:()Z
            ifeq 5
         1: .line 242
            aload 3 /* expression */
            checkcast org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
            astore 6 /* ce */
        start local 6 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression ce
         2: .line 243
            aload 0 /* this */
            aload 1 /* scope */
            aload 2 /* requiredType */
            aload 6 /* ce */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 6 /* ce */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.ifTrueNullStatus:I
            aload 4 /* flowContext */
            aload 5 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Statement.internalCheckAgainstNullTypeAnnotation:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/Expression;ILorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
         3: .line 244
            aload 0 /* this */
            aload 1 /* scope */
            aload 2 /* requiredType */
            aload 6 /* ce */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 6 /* ce */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.ifFalseNullStatus:I
            aload 4 /* flowContext */
            aload 5 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Statement.internalCheckAgainstNullTypeAnnotation:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/Expression;ILorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
         4: .line 245
            return
        end local 6 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression ce
         5: .line 246
      StackMap locals:
      StackMap stack:
            aload 3 /* expression */
            instanceof org.eclipse.jdt.internal.compiler.ast.SwitchExpression
            ifeq 16
            aload 3 /* expression */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isPolyExpression:()Z
            ifeq 16
         6: .line 247
            aload 3 /* expression */
            checkcast org.eclipse.jdt.internal.compiler.ast.SwitchExpression
            astore 6 /* se */
        start local 6 // org.eclipse.jdt.internal.compiler.ast.SwitchExpression se
         7: .line 248
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         8: goto 14
         9: .line 249
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.SwitchExpression int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* scope */
            aload 2 /* requiredType */
        10: .line 250
            aload 6 /* se */
            getfield org.eclipse.jdt.internal.compiler.ast.SwitchExpression.resultExpressions:Ljava/util/List;
            iload 7 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.ast.Expression
        11: .line 251
            aload 6 /* se */
            getfield org.eclipse.jdt.internal.compiler.ast.SwitchExpression.resultExpressionNullStatus:Ljava/util/List;
            iload 7 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            aload 4 /* flowContext */
            aload 5 /* flowInfo */
        12: .line 249
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Statement.internalCheckAgainstNullTypeAnnotation:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/Expression;ILorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
        13: .line 248
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 7 /* i */
            aload 6 /* se */
            getfield org.eclipse.jdt.internal.compiler.ast.SwitchExpression.resultExpressions:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 9
        end local 7 // int i
        15: .line 253
            return
        end local 6 // org.eclipse.jdt.internal.compiler.ast.SwitchExpression se
        16: .line 255
      StackMap locals:
      StackMap stack:
            aload 3 /* expression */
            aload 5 /* flowInfo */
            aload 4 /* flowContext */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.nullStatus:(Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;)I
            istore 6 /* nullStatus */
        start local 6 // int nullStatus
        17: .line 256
            aload 0 /* this */
            aload 1 /* scope */
            aload 2 /* requiredType */
            aload 3 /* expression */
            iload 6 /* nullStatus */
            aload 4 /* flowContext */
            aload 5 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Statement.internalCheckAgainstNullTypeAnnotation:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/Expression;ILorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
        18: .line 257
            return
        end local 6 // int nullStatus
        end local 5 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
        end local 4 // org.eclipse.jdt.internal.compiler.flow.FlowContext flowContext
        end local 3 // org.eclipse.jdt.internal.compiler.ast.Expression expression
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding requiredType
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   19     0          this  Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            0   19     1         scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0   19     2  requiredType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   19     3    expression  Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            0   19     4   flowContext  Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;
            0   19     5      flowInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            2    5     6            ce  Lorg/eclipse/jdt/internal/compiler/ast/ConditionalExpression;
            7   16     6            se  Lorg/eclipse/jdt/internal/compiler/ast/SwitchExpression;
            8   15     7             i  I
           17   19     6    nullStatus  I
    MethodParameters:
              Name  Flags
      scope         
      requiredType  
      expression    
      flowContext   
      flowInfo      

  private void internalCheckAgainstNullTypeAnnotation(org.eclipse.jdt.internal.compiler.lookup.BlockScope, org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.ast.Expression, int, 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/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/Expression;ILorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=8, args_size=7
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding requiredType
        start local 3 // org.eclipse.jdt.internal.compiler.ast.Expression expression
        start local 4 // int nullStatus
        start local 5 // org.eclipse.jdt.internal.compiler.flow.FlowContext flowContext
        start local 6 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
         0: .line 260
            aload 2 /* requiredType */
            aload 3 /* expression */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aconst_null
            aconst_null
            iload 4 /* nullStatus */
            aload 3 /* expression */
            getstatic org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching$CheckMode.COMPATIBLE:Lorg/eclipse/jdt/internal/compiler/ast/NullAnnotationMatching$CheckMode;
            invokestatic org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching.analyse:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Substitution;ILorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/ast/NullAnnotationMatching$CheckMode;)Lorg/eclipse/jdt/internal/compiler/ast/NullAnnotationMatching;
            astore 7 /* annotationStatus */
        start local 7 // org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching annotationStatus
         1: .line 261
            aload 7 /* annotationStatus */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching.isDefiniteMismatch:()Z
            ifeq 4
         2: .line 262
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 3 /* expression */
            aload 3 /* expression */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* requiredType */
            aload 7 /* annotationStatus */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.nullityMismatchingTypeAnnotation:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/NullAnnotationMatching;)V
         3: .line 263
            goto 8
         4: .line 264
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching
      StackMap stack:
            aload 7 /* annotationStatus */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching.wantToReport:()Z
            ifeq 6
         5: .line 265
            aload 7 /* annotationStatus */
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching.report:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)V
         6: .line 266
      StackMap locals:
      StackMap stack:
            aload 7 /* annotationStatus */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching.isUnchecked:()Z
            ifeq 8
         7: .line 267
            aload 5 /* flowContext */
            aload 1 /* scope */
            aload 3 /* expression */
            aload 3 /* expression */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* requiredType */
            aload 6 /* flowInfo */
            iload 4 /* nullStatus */
            aload 7 /* annotationStatus */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowContext.recordNullityMismatch:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;ILorg/eclipse/jdt/internal/compiler/ast/NullAnnotationMatching;)V
         8: .line 270
      StackMap locals:
      StackMap stack:
            return
        end local 7 // org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching annotationStatus
        end local 6 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
        end local 5 // org.eclipse.jdt.internal.compiler.flow.FlowContext flowContext
        end local 4 // int nullStatus
        end local 3 // org.eclipse.jdt.internal.compiler.ast.Expression expression
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding requiredType
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    9     0              this  Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            0    9     1             scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0    9     2      requiredType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    9     3        expression  Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            0    9     4        nullStatus  I
            0    9     5       flowContext  Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;
            0    9     6          flowInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            1    9     7  annotationStatus  Lorg/eclipse/jdt/internal/compiler/ast/NullAnnotationMatching;
    MethodParameters:
              Name  Flags
      scope         
      requiredType  
      expression    
      nullStatus    
      flowContext   
      flowInfo      

  public void branchChainTo(org.eclipse.jdt.internal.compiler.codegen.BranchLabel);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
        start local 1 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel label
         0: .line 278
            return
        end local 1 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel label
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            0    1     1  label  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
    MethodParameters:
       Name  Flags
      label  

  public boolean breaksOut(char[]);
    descriptor: ([C)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
        start local 1 // char[] label
         0: .line 282
            new org.eclipse.jdt.internal.compiler.ast.Statement$1
            dup
            aload 0 /* this */
            aload 1 /* label */
            invokespecial org.eclipse.jdt.internal.compiler.ast.Statement$1.<init>:(Lorg/eclipse/jdt/internal/compiler/ast/Statement;[C)V
         1: .line 316
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Statement$1.breaksOut:()Z
         2: .line 282
            ireturn
        end local 1 // char[] label
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            0    3     1  label  [C
    MethodParameters:
       Name  Flags
      label  final

  public boolean continuesAtOuterLabel();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
         0: .line 324
            new org.eclipse.jdt.internal.compiler.ast.Statement$2
            dup
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.ast.Statement$2.<init>:(Lorg/eclipse/jdt/internal/compiler/ast/Statement;)V
         1: .line 336
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Statement$2.continuesAtOuterLabel:()Z
         2: .line 324
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/ast/Statement;

  public int complainIfUnreachable(org.eclipse.jdt.internal.compiler.flow.FlowInfo, org.eclipse.jdt.internal.compiler.lookup.BlockScope, int, boolean);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;IZ)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
        start local 1 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        start local 3 // int previousComplaintLevel
        start local 4 // boolean endOfBlock
         0: .line 342
            aload 1 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.reachMode:()I
            iconst_3
            iand
            ifeq 14
         1: .line 343
            aload 1 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.reachMode:()I
            iconst_1
            iand
            ifeq 3
         2: .line 344
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.Statement.bits:I
            ldc 2147483647
            iand
            putfield org.eclipse.jdt.internal.compiler.ast.Statement.bits:I
         3: .line 345
      StackMap locals:
      StackMap stack:
            aload 1 /* flowInfo */
            getstatic org.eclipse.jdt.internal.compiler.flow.FlowInfo.DEAD_END:Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            if_acmpne 9
         4: .line 346
            iload 3 /* previousComplaintLevel */
            iconst_2
            if_icmpge 8
         5: .line 347
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.unreachableCode:(Lorg/eclipse/jdt/internal/compiler/ast/Statement;)V
         6: .line 348
            iload 4 /* endOfBlock */
            ifeq 8
         7: .line 349
            aload 2 /* scope */
            aload 1 /* flowInfo */
            aconst_null
            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
         8: .line 351
      StackMap locals:
      StackMap stack:
            iconst_2
            ireturn
         9: .line 353
      StackMap locals:
      StackMap stack:
            iload 3 /* previousComplaintLevel */
            iconst_1
            if_icmpge 13
        10: .line 354
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.fakeReachable:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V
        11: .line 355
            iload 4 /* endOfBlock */
            ifeq 13
        12: .line 356
            aload 2 /* scope */
            aload 1 /* flowInfo */
            aconst_null
            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
        13: .line 358
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        14: .line 361
      StackMap locals:
      StackMap stack:
            iload 3 /* previousComplaintLevel */
            ireturn
        end local 4 // boolean endOfBlock
        end local 3 // int previousComplaintLevel
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        end local 1 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   15     0                    this  Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            0   15     1                flowInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            0   15     2                   scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0   15     3  previousComplaintLevel  I
            0   15     4              endOfBlock  Z
    MethodParameters:
                        Name  Flags
      flowInfo                
      scope                   
      previousComplaintLevel  
      endOfBlock              

  public void generateArguments(org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.ast.Expression[], org.eclipse.jdt.internal.compiler.lookup.BlockScope, org.eclipse.jdt.internal.compiler.codegen.CodeStream);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=13, args_size=5
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding binding
        start local 2 // org.eclipse.jdt.internal.compiler.ast.Expression[] arguments
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.BlockScope currentScope
        start local 4 // org.eclipse.jdt.internal.compiler.codegen.CodeStream codeStream
         0: .line 368
            aload 1 /* binding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isVarargs:()Z
            ifeq 44
         1: .line 371
            aload 1 /* binding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 5 /* params */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] params
         2: .line 372
            aload 5 /* params */
            arraylength
            istore 6 /* paramLength */
        start local 6 // int paramLength
         3: .line 373
            iload 6 /* paramLength */
            iconst_1
            isub
            istore 7 /* varArgIndex */
        start local 7 // int varArgIndex
         4: .line 374
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         5: goto 8
         6: .line 375
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Statement org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.ast.Expression[] org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.codegen.CodeStream org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int int int
      StackMap stack:
            aload 2 /* arguments */
            iload 8 /* i */
            aaload
            aload 3 /* currentScope */
            aload 4 /* 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
         7: .line 374
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 8 /* i */
            iload 7 /* varArgIndex */
            if_icmplt 6
        end local 8 // int i
         9: .line 377
            aload 5 /* params */
            iload 7 /* varArgIndex */
            aaload
            checkcast org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
            astore 8 /* varArgsType */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding varArgsType
        10: .line 378
            aload 1 /* binding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 7 /* varArgIndex */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
            astore 9 /* codeGenVarArgsType */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding codeGenVarArgsType
        11: .line 379
            aload 8 /* varArgsType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.elementsType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            istore 10 /* elementsTypeID */
        start local 10 // int elementsTypeID
        12: .line 380
            aload 2 /* arguments */
            ifnonnull 13
            iconst_0
            goto 14
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Statement org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.ast.Expression[] org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.codegen.CodeStream org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int int org.eclipse.jdt.internal.compiler.lookup.ArrayBinding org.eclipse.jdt.internal.compiler.lookup.ArrayBinding int
      StackMap stack:
        13: aload 2 /* arguments */
            arraylength
      StackMap locals:
      StackMap stack: int
        14: istore 11 /* argLength */
        start local 11 // int argLength
        15: .line 382
            iload 11 /* argLength */
            iload 6 /* paramLength */
            if_icmple 27
        16: .line 386
            aload 4 /* codeStream */
            iload 11 /* argLength */
            iload 7 /* varArgIndex */
            isub
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.generateInlinedValue:(I)V
        17: .line 387
            aload 4 /* codeStream */
            aload 9 /* codeGenVarArgsType */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.newArray:(Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;)V
        18: .line 388
            iload 7 /* varArgIndex */
            istore 12 /* i */
        start local 12 // int i
        19: goto 25
        20: .line 389
      StackMap locals: int int
      StackMap stack:
            aload 4 /* codeStream */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.dup:()V
        21: .line 390
            aload 4 /* codeStream */
            iload 12 /* i */
            iload 7 /* varArgIndex */
            isub
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.generateInlinedValue:(I)V
        22: .line 391
            aload 2 /* arguments */
            iload 12 /* i */
            aaload
            aload 3 /* currentScope */
            aload 4 /* 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
        23: .line 392
            aload 4 /* codeStream */
            iload 10 /* elementsTypeID */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.arrayAtPut:(IZ)V
        24: .line 388
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        25: iload 12 /* i */
            iload 11 /* argLength */
            if_icmplt 20
        end local 12 // int i
        26: .line 394
            goto 51
      StackMap locals:
      StackMap stack:
        27: iload 11 /* argLength */
            iload 6 /* paramLength */
            if_icmpne 41
        28: .line 396
            aload 2 /* arguments */
            iload 7 /* varArgIndex */
            aaload
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 12 /* lastType */
        start local 12 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding lastType
        29: .line 397
            aload 12 /* lastType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.NULL:Lorg/eclipse/jdt/internal/compiler/lookup/NullTypeBinding;
            if_acmpeq 32
        30: .line 398
            aload 8 /* varArgsType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:()I
            aload 12 /* lastType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.dimensions:()I
            if_icmpne 34
        31: .line 399
            aload 12 /* lastType */
            aload 9 /* codeGenVarArgsType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 34
        32: .line 401
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 2 /* arguments */
            iload 7 /* varArgIndex */
            aaload
            aload 3 /* currentScope */
            aload 4 /* 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
        33: .line 402
            goto 51
        34: .line 405
      StackMap locals:
      StackMap stack:
            aload 4 /* codeStream */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.generateInlinedValue:(I)V
        35: .line 406
            aload 4 /* codeStream */
            aload 9 /* codeGenVarArgsType */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.newArray:(Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;)V
        36: .line 407
            aload 4 /* codeStream */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.dup:()V
        37: .line 408
            aload 4 /* codeStream */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.generateInlinedValue:(I)V
        38: .line 409
            aload 2 /* arguments */
            iload 7 /* varArgIndex */
            aaload
            aload 3 /* currentScope */
            aload 4 /* 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
        39: .line 410
            aload 4 /* codeStream */
            iload 10 /* elementsTypeID */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.arrayAtPut:(IZ)V
        end local 12 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding lastType
        40: .line 412
            goto 51
        41: .line 415
      StackMap locals:
      StackMap stack:
            aload 4 /* codeStream */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.generateInlinedValue:(I)V
        42: .line 416
            aload 4 /* codeStream */
            aload 9 /* codeGenVarArgsType */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.newArray:(Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;)V
        end local 11 // int argLength
        end local 10 // int elementsTypeID
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding codeGenVarArgsType
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding varArgsType
        end local 7 // int varArgIndex
        end local 6 // int paramLength
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] params
        43: .line 418
            goto 51
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Statement org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.ast.Expression[] org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.codegen.CodeStream
      StackMap stack:
        44: aload 2 /* arguments */
            ifnull 51
        45: .line 419
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        46: aload 2 /* arguments */
            arraylength
            istore 6 /* max */
        start local 6 // int max
        47: goto 50
        48: .line 420
      StackMap locals: int int
      StackMap stack:
            aload 2 /* arguments */
            iload 5 /* i */
            aaload
            aload 3 /* currentScope */
            aload 4 /* 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
        49: .line 419
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        50: iload 5 /* i */
            iload 6 /* max */
            if_icmplt 48
        end local 6 // int max
        end local 5 // int i
        51: .line 422
      StackMap locals:
      StackMap stack:
            return
        end local 4 // org.eclipse.jdt.internal.compiler.codegen.CodeStream codeStream
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.BlockScope currentScope
        end local 2 // org.eclipse.jdt.internal.compiler.ast.Expression[] arguments
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding binding
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   52     0                this  Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            0   52     1             binding  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   52     2           arguments  [Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            0   52     3        currentScope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0   52     4          codeStream  Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            2   43     5              params  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            3   43     6         paramLength  I
            4   43     7         varArgIndex  I
            5    9     8                   i  I
           10   43     8         varArgsType  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
           11   43     9  codeGenVarArgsType  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
           12   43    10      elementsTypeID  I
           15   43    11           argLength  I
           19   26    12                   i  I
           29   40    12            lastType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           46   51     5                   i  I
           47   51     6                 max  I
    MethodParameters:
              Name  Flags
      binding       
      arguments     
      currentScope  
      codeStream    

  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      currentScope  
      codeStream    

  public boolean isBoxingCompatible(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.ast.Expression, org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding expressionType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding targetType
        start local 3 // org.eclipse.jdt.internal.compiler.ast.Expression expression
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 427
            aload 4 /* scope */
            aload 1 /* expressionType */
            aload 2 /* targetType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.isBoxingCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 2
         1: .line 428
            iconst_1
            ireturn
         2: .line 430
      StackMap locals:
      StackMap stack:
            aload 1 /* expressionType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            ifeq 9
         3: .line 431
            aload 2 /* targetType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            ifne 9
         4: .line 432
            aload 2 /* targetType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isTypeVariable:()Z
            ifne 9
         5: .line 433
            aload 4 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.sourceLevel:J
            ldc 3211264
            lcmp
            iflt 9
         6: .line 434
            aload 2 /* targetType */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            bipush 26
            if_icmpeq 7
            aload 2 /* targetType */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            bipush 27
            if_icmpeq 7
            aload 2 /* targetType */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            bipush 28
            if_icmpne 9
         7: .line 435
      StackMap locals:
      StackMap stack:
            aload 3 /* expression */
            aload 1 /* expressionType */
            aload 4 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.environment:()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 2 /* targetType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.computeBoxingType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isConstantValueOfTypeAssignableToType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 9
         8: .line 430
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         9: iconst_0
            ireturn
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 3 // org.eclipse.jdt.internal.compiler.ast.Expression expression
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding targetType
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding expressionType
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            0   10     1  expressionType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   10     2      targetType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   10     3      expression  Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            0   10     4           scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
    MethodParameters:
                Name  Flags
      expressionType  
      targetType      
      expression      
      scope           

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

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

  public java.lang.StringBuffer print(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.Statement this
        start local 1 // int indent
        start local 2 // java.lang.StringBuffer output
         0: .line 459
            aload 0 /* this */
            iload 1 /* indent */
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Statement.printStatement:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            areturn
        end local 2 // java.lang.StringBuffer output
        end local 1 // int indent
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            0    1     1  indent  I
            0    1     2  output  Ljava/lang/StringBuffer;
    MethodParameters:
        Name  Flags
      indent  
      output  

  public abstract java.lang.StringBuffer printStatement(int, java.lang.StringBuffer);
    descriptor: (ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      indent  
      output  

  public abstract void resolve(org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      scope  

  public org.eclipse.jdt.internal.compiler.impl.Constant[] resolveCase(org.eclipse.jdt.internal.compiler.lookup.BlockScope, org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.ast.SwitchStatement);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/SwitchStatement;)[Lorg/eclipse/jdt/internal/compiler/impl/Constant;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding testType
        start local 3 // org.eclipse.jdt.internal.compiler.ast.SwitchStatement switchStatement
         0: .line 472
            aload 0 /* this */
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Statement.resolve:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
         1: .line 473
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.impl.Constant
            dup
            iconst_0
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            aastore
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.ast.SwitchStatement switchStatement
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding testType
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            0    2     1            scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0    2     2         testType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    2     3  switchStatement  Lorg/eclipse/jdt/internal/compiler/ast/SwitchStatement;
    MethodParameters:
                 Name  Flags
      scope            
      testType         
      switchStatement  

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding resolveExpressionType(org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
         0: .line 480
            aconst_null
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            0    1     1  scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
    MethodParameters:
       Name  Flags
      scope  

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding invocationTargetType();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
         0: .line 488
            aconst_null
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/Statement;

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding expectedType();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
         0: .line 493
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Statement.invocationTargetType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/Statement;

  public org.eclipse.jdt.internal.compiler.ast.ExpressionContext getExpressionContext();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
         0: .line 496
            getstatic org.eclipse.jdt.internal.compiler.ast.ExpressionContext.VANILLA_CONTEXT:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/Statement;

  protected org.eclipse.jdt.internal.compiler.lookup.MethodBinding findConstructorBinding(org.eclipse.jdt.internal.compiler.lookup.BlockScope, org.eclipse.jdt.internal.compiler.ast.Invocation, org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/ast/Invocation;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=6, args_size=5
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        start local 2 // org.eclipse.jdt.internal.compiler.ast.Invocation site
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding receiverType
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] argumentTypes
         0: .line 504
            aload 1 /* scope */
            aload 3 /* receiverType */
            aload 4 /* argumentTypes */
            aload 2 /* site */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.getConstructor:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 5 /* ctorBinding */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding ctorBinding
         1: .line 505
            aload 2 /* site */
            aload 5 /* ctorBinding */
            aload 4 /* argumentTypes */
            aload 1 /* scope */
            invokestatic org.eclipse.jdt.internal.compiler.ast.Statement.resolvePolyExpressionArguments:(Lorg/eclipse/jdt/internal/compiler/ast/Invocation;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            areturn
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding ctorBinding
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] argumentTypes
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding receiverType
        end local 2 // org.eclipse.jdt.internal.compiler.ast.Invocation site
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            0    2     1          scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0    2     2           site  Lorg/eclipse/jdt/internal/compiler/ast/Invocation;
            0    2     3   receiverType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0    2     4  argumentTypes  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            1    2     5    ctorBinding  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    MethodParameters:
               Name  Flags
      scope          
      site           
      receiverType   
      argumentTypes  
}
SourceFile: "Statement.java"
NestMembers:
  org.eclipse.jdt.internal.compiler.ast.Statement$1  org.eclipse.jdt.internal.compiler.ast.Statement$2
InnerClasses:
  public CheckMode = org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching$CheckMode of org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching
  org.eclipse.jdt.internal.compiler.ast.Statement$1
  org.eclipse.jdt.internal.compiler.ast.Statement$2