public class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression extends org.eclipse.jdt.internal.compiler.ast.OperatorExpression implements org.eclipse.jdt.internal.compiler.ast.IPolyExpression
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
  super_class: org.eclipse.jdt.internal.compiler.ast.OperatorExpression
{
  public org.eclipse.jdt.internal.compiler.ast.Expression condition;
    descriptor: Lorg/eclipse/jdt/internal/compiler/ast/Expression;
    flags: (0x0001) ACC_PUBLIC

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

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

  public org.eclipse.jdt.internal.compiler.impl.Constant optimizedBooleanConstant;
    descriptor: Lorg/eclipse/jdt/internal/compiler/impl/Constant;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.impl.Constant optimizedIfTrueConstant;
    descriptor: Lorg/eclipse/jdt/internal/compiler/impl/Constant;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.impl.Constant optimizedIfFalseConstant;
    descriptor: Lorg/eclipse/jdt/internal/compiler/impl/Constant;
    flags: (0x0001) ACC_PUBLIC

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

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

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

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

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

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

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

  private org.eclipse.jdt.internal.compiler.ast.ExpressionContext expressionContext;
    descriptor: Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

  public void <init>(org.eclipse.jdt.internal.compiler.ast.Expression, org.eclipse.jdt.internal.compiler.ast.Expression, org.eclipse.jdt.internal.compiler.ast.Expression);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/ast/Expression;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.Expression condition
        start local 2 // org.eclipse.jdt.internal.compiler.ast.Expression valueIfTrue
        start local 3 // org.eclipse.jdt.internal.compiler.ast.Expression valueIfFalse
         0: .line 66
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.ast.OperatorExpression.<init>:()V
         1: .line 51
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.trueInitStateIndex:I
         2: .line 52
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.falseInitStateIndex:I
         3: .line 53
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.mergedInitStateIndex:I
         4: .line 56
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.nullStatus:I
         5: .line 60
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.ast.ExpressionContext.VANILLA_CONTEXT:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.expressionContext:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
         6: .line 61
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.isPolyExpression:Z
         7: .line 67
            aload 0 /* this */
            aload 1 /* condition */
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.condition:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
         8: .line 68
            aload 0 /* this */
            aload 2 /* valueIfTrue */
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
         9: .line 69
            aload 0 /* this */
            aload 3 /* valueIfFalse */
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
        10: .line 70
            aload 0 /* this */
            aload 1 /* condition */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceStart:I
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.sourceStart:I
        11: .line 71
            aload 0 /* this */
            aload 3 /* valueIfFalse */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceEnd:I
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.sourceEnd:I
        12: .line 72
            return
        end local 3 // org.eclipse.jdt.internal.compiler.ast.Expression valueIfFalse
        end local 2 // org.eclipse.jdt.internal.compiler.ast.Expression valueIfTrue
        end local 1 // org.eclipse.jdt.internal.compiler.ast.Expression condition
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   13     0          this  Lorg/eclipse/jdt/internal/compiler/ast/ConditionalExpression;
            0   13     1     condition  Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            0   13     2   valueIfTrue  Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            0   13     3  valueIfFalse  Lorg/eclipse/jdt/internal/compiler/ast/Expression;
    MethodParameters:
              Name  Flags
      condition     
      valueIfTrue   
      valueIfFalse  

  public org.eclipse.jdt.internal.compiler.flow.FlowInfo analyseCode(org.eclipse.jdt.internal.compiler.lookup.BlockScope, org.eclipse.jdt.internal.compiler.flow.FlowContext, org.eclipse.jdt.internal.compiler.flow.FlowInfo);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=21, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope currentScope
        start local 2 // org.eclipse.jdt.internal.compiler.flow.FlowContext flowContext
        start local 3 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
         0: .line 77
            aload 3 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.reachMode:()I
            iconst_3
            iand
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 4 /* initialComplaintLevel */
        start local 4 // int initialComplaintLevel
         3: .line 78
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.condition:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.optimizedBooleanConstant:()Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            astore 5 /* cst */
        start local 5 // org.eclipse.jdt.internal.compiler.impl.Constant cst
         4: .line 79
            aload 5 /* cst */
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            if_acmpeq 5
            aload 5 /* cst */
            invokevirtual org.eclipse.jdt.internal.compiler.impl.Constant.booleanValue:()Z
            ifeq 5
            iconst_1
            goto 6
      StackMap locals: int org.eclipse.jdt.internal.compiler.impl.Constant
      StackMap stack:
         5: iconst_0
      StackMap locals:
      StackMap stack: int
         6: istore 6 /* isConditionOptimizedTrue */
        start local 6 // boolean isConditionOptimizedTrue
         7: .line 80
            aload 5 /* cst */
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            if_acmpeq 8
            aload 5 /* cst */
            invokevirtual org.eclipse.jdt.internal.compiler.impl.Constant.booleanValue:()Z
            ifne 8
            iconst_1
            goto 9
      StackMap locals: int
      StackMap stack:
         8: iconst_0
      StackMap locals:
      StackMap stack: int
         9: istore 7 /* isConditionOptimizedFalse */
        start local 7 // boolean isConditionOptimizedFalse
        10: .line 82
            aload 3 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.reachMode:()I
            istore 8 /* mode */
        start local 8 // int mode
        11: .line 83
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.condition:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* currentScope */
            aload 2 /* flowContext */
            aload 3 /* flowInfo */
            aload 5 /* cst */
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            if_acmpne 12
            iconst_1
            goto 13
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ConditionalExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.flow.FlowContext org.eclipse.jdt.internal.compiler.flow.FlowInfo int org.eclipse.jdt.internal.compiler.impl.Constant int int int
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.Expression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.flow.FlowContext org.eclipse.jdt.internal.compiler.flow.FlowInfo
        12: iconst_0
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ConditionalExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.flow.FlowContext org.eclipse.jdt.internal.compiler.flow.FlowInfo int org.eclipse.jdt.internal.compiler.impl.Constant int int int
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.Expression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.flow.FlowContext org.eclipse.jdt.internal.compiler.flow.FlowInfo int
        13: invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.analyseCode:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Z)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            astore 3 /* flowInfo */
        14: .line 85
            aload 2 /* flowContext */
            dup
            getfield org.eclipse.jdt.internal.compiler.flow.FlowContext.conditionalLevel:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.flow.FlowContext.conditionalLevel:I
        15: .line 88
            aload 3 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.initsWhenTrue:()Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.copy:()Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            astore 9 /* trueFlowInfo */
        start local 9 // org.eclipse.jdt.internal.compiler.flow.FlowInfo trueFlowInfo
        16: .line 89
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            astore 10 /* compilerOptions */
        start local 10 // org.eclipse.jdt.internal.compiler.impl.CompilerOptions compilerOptions
        17: .line 90
            iload 7 /* isConditionOptimizedFalse */
            ifeq 22
        18: .line 91
            iload 8 /* mode */
            iconst_3
            iand
            ifne 20
        19: .line 92
            aload 9 /* trueFlowInfo */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.setReachMode:(I)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            pop
        20: .line 94
      StackMap locals: org.eclipse.jdt.internal.compiler.flow.FlowInfo org.eclipse.jdt.internal.compiler.impl.CompilerOptions
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.condition:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            invokestatic org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.isKnowDeadCodePattern:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;)Z
            ifeq 21
            aload 10 /* compilerOptions */
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.reportDeadCodeInTrivialIfStatement:Z
            ifeq 22
        21: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 9 /* trueFlowInfo */
            aload 1 /* currentScope */
            iload 4 /* initialComplaintLevel */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.complainIfUnreachable:(Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;IZ)I
            pop
        22: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.methodScope:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            aload 9 /* trueFlowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.recordInitializationStates:(Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)I
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.trueInitStateIndex:I
        23: .line 99
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* currentScope */
            aload 2 /* flowContext */
            aload 9 /* trueFlowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.analyseCode:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            astore 9 /* trueFlowInfo */
        24: .line 100
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* currentScope */
            aload 2 /* flowContext */
            aload 9 /* trueFlowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.checkNPEbyUnboxing:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
        25: .line 103
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.ifTrueNullStatus:I
        26: .line 104
            aload 10 /* compilerOptions */
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.enableSyntacticNullAnalysisForFields:Z
            ifeq 29
        27: .line 105
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 9 /* trueFlowInfo */
            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
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.ifTrueNullStatus:I
        28: .line 107
            aload 2 /* flowContext */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowContext.expireNullCheckedFieldInfo:()V
        29: .line 111
      StackMap locals:
      StackMap stack:
            aload 3 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.initsWhenFalse:()Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.copy:()Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            astore 11 /* falseFlowInfo */
        start local 11 // org.eclipse.jdt.internal.compiler.flow.FlowInfo falseFlowInfo
        30: .line 112
            iload 6 /* isConditionOptimizedTrue */
            ifeq 35
        31: .line 113
            iload 8 /* mode */
            iconst_3
            iand
            ifne 33
        32: .line 114
            aload 11 /* falseFlowInfo */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.setReachMode:(I)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            pop
        33: .line 116
      StackMap locals: org.eclipse.jdt.internal.compiler.flow.FlowInfo
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.condition:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            invokestatic org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.isKnowDeadCodePattern:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;)Z
            ifeq 34
            aload 10 /* compilerOptions */
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.reportDeadCodeInTrivialIfStatement:Z
            ifeq 35
        34: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 11 /* falseFlowInfo */
            aload 1 /* currentScope */
            iload 4 /* initialComplaintLevel */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.complainIfUnreachable:(Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;IZ)I
            pop
        35: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.methodScope:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            aload 11 /* falseFlowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.recordInitializationStates:(Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)I
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.falseInitStateIndex:I
        36: .line 121
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* currentScope */
            aload 2 /* flowContext */
            aload 11 /* falseFlowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.analyseCode:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            astore 11 /* falseFlowInfo */
        37: .line 122
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* currentScope */
            aload 2 /* flowContext */
            aload 11 /* falseFlowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.checkNPEbyUnboxing:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
        38: .line 124
            aload 2 /* flowContext */
            dup
            getfield org.eclipse.jdt.internal.compiler.flow.FlowContext.conditionalLevel:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.compiler.flow.FlowContext.conditionalLevel:I
        39: .line 128
            iload 6 /* isConditionOptimizedTrue */
            ifeq 46
        40: .line 129
            aload 9 /* trueFlowInfo */
            aload 11 /* falseFlowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.addPotentialInitializationsFrom:(Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            astore 12 /* mergedInfo */
        start local 12 // org.eclipse.jdt.internal.compiler.flow.FlowInfo mergedInfo
        41: .line 130
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.ifTrueNullStatus:I
            iconst_m1
            if_icmpeq 44
        42: .line 131
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.ifTrueNullStatus:I
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.nullStatus:I
        43: .line 132
            goto 81
        44: .line 133
      StackMap locals: org.eclipse.jdt.internal.compiler.flow.FlowInfo
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 9 /* trueFlowInfo */
            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
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.nullStatus:I
        45: .line 135
            goto 81
        end local 12 // org.eclipse.jdt.internal.compiler.flow.FlowInfo mergedInfo
      StackMap locals:
      StackMap stack:
        46: iload 7 /* isConditionOptimizedFalse */
            ifeq 50
        47: .line 136
            aload 11 /* falseFlowInfo */
            aload 9 /* trueFlowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.addPotentialInitializationsFrom:(Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            astore 12 /* mergedInfo */
        start local 12 // org.eclipse.jdt.internal.compiler.flow.FlowInfo mergedInfo
        48: .line 137
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 11 /* falseFlowInfo */
            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
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.nullStatus:I
        49: .line 138
            goto 81
        end local 12 // org.eclipse.jdt.internal.compiler.flow.FlowInfo mergedInfo
        50: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 9 /* trueFlowInfo */
            aload 11 /* falseFlowInfo */
            aload 2 /* flowContext */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.computeNullStatus:(Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;)V
        51: .line 158
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.optimizedIfTrueConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            astore 5 /* cst */
        52: .line 159
            aload 5 /* cst */
            ifnull 53
            aload 5 /* cst */
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            if_acmpeq 53
            aload 5 /* cst */
            invokevirtual org.eclipse.jdt.internal.compiler.impl.Constant.booleanValue:()Z
            ifeq 53
            iconst_1
            goto 54
      StackMap locals:
      StackMap stack:
        53: iconst_0
      StackMap locals:
      StackMap stack: int
        54: istore 13 /* isValueIfTrueOptimizedTrue */
        start local 13 // boolean isValueIfTrueOptimizedTrue
        55: .line 160
            aload 5 /* cst */
            ifnull 56
            aload 5 /* cst */
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            if_acmpeq 56
            aload 5 /* cst */
            invokevirtual org.eclipse.jdt.internal.compiler.impl.Constant.booleanValue:()Z
            ifne 56
            iconst_1
            goto 57
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ConditionalExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.flow.FlowContext org.eclipse.jdt.internal.compiler.flow.FlowInfo int org.eclipse.jdt.internal.compiler.impl.Constant int int int org.eclipse.jdt.internal.compiler.flow.FlowInfo org.eclipse.jdt.internal.compiler.impl.CompilerOptions org.eclipse.jdt.internal.compiler.flow.FlowInfo top int
      StackMap stack:
        56: iconst_0
      StackMap locals:
      StackMap stack: int
        57: istore 14 /* isValueIfTrueOptimizedFalse */
        start local 14 // boolean isValueIfTrueOptimizedFalse
        58: .line 162
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.optimizedIfFalseConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            astore 5 /* cst */
        59: .line 163
            aload 5 /* cst */
            ifnull 60
            aload 5 /* cst */
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            if_acmpeq 60
            aload 5 /* cst */
            invokevirtual org.eclipse.jdt.internal.compiler.impl.Constant.booleanValue:()Z
            ifeq 60
            iconst_1
            goto 61
      StackMap locals: int
      StackMap stack:
        60: iconst_0
      StackMap locals:
      StackMap stack: int
        61: istore 15 /* isValueIfFalseOptimizedTrue */
        start local 15 // boolean isValueIfFalseOptimizedTrue
        62: .line 164
            aload 5 /* cst */
            ifnull 63
            aload 5 /* cst */
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            if_acmpeq 63
            aload 5 /* cst */
            invokevirtual org.eclipse.jdt.internal.compiler.impl.Constant.booleanValue:()Z
            ifne 63
            iconst_1
            goto 64
      StackMap locals: int
      StackMap stack:
        63: iconst_0
      StackMap locals:
      StackMap stack: int
        64: istore 16 /* isValueIfFalseOptimizedFalse */
        start local 16 // boolean isValueIfFalseOptimizedFalse
        65: .line 166
            aload 9 /* trueFlowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.initsWhenTrue:()Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.unconditionalCopy:()Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            astore 17 /* trueFlowTowardsTrue */
        start local 17 // org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo trueFlowTowardsTrue
        66: .line 167
            aload 11 /* falseFlowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.initsWhenTrue:()Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.unconditionalCopy:()Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            astore 18 /* falseFlowTowardsTrue */
        start local 18 // org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo falseFlowTowardsTrue
        67: .line 168
            aload 9 /* trueFlowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.initsWhenFalse:()Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.unconditionalInits:()Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            astore 19 /* trueFlowTowardsFalse */
        start local 19 // org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo trueFlowTowardsFalse
        68: .line 169
            aload 11 /* falseFlowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.initsWhenFalse:()Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.unconditionalInits:()Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            astore 20 /* falseFlowTowardsFalse */
        start local 20 // org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo falseFlowTowardsFalse
        69: .line 170
            iload 14 /* isValueIfTrueOptimizedFalse */
            ifeq 71
        70: .line 171
            aload 17 /* trueFlowTowardsTrue */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo.setReachMode:(I)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            pop
        71: .line 173
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ConditionalExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.flow.FlowContext org.eclipse.jdt.internal.compiler.flow.FlowInfo int org.eclipse.jdt.internal.compiler.impl.Constant int int int org.eclipse.jdt.internal.compiler.flow.FlowInfo org.eclipse.jdt.internal.compiler.impl.CompilerOptions org.eclipse.jdt.internal.compiler.flow.FlowInfo top int int int int org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
      StackMap stack:
            iload 16 /* isValueIfFalseOptimizedFalse */
            ifeq 73
        72: .line 174
            aload 18 /* falseFlowTowardsTrue */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo.setReachMode:(I)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            pop
        73: .line 176
      StackMap locals:
      StackMap stack:
            iload 13 /* isValueIfTrueOptimizedTrue */
            ifeq 75
        74: .line 177
            aload 19 /* trueFlowTowardsFalse */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo.setReachMode:(I)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            pop
        75: .line 179
      StackMap locals:
      StackMap stack:
            iload 15 /* isValueIfFalseOptimizedTrue */
            ifeq 77
        76: .line 180
            aload 20 /* falseFlowTowardsFalse */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo.setReachMode:(I)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            pop
        77: .line 184
      StackMap locals:
      StackMap stack:
            aload 17 /* trueFlowTowardsTrue */
            aload 18 /* falseFlowTowardsTrue */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo.mergedWith:(Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;)Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
        78: .line 185
            aload 19 /* trueFlowTowardsFalse */
            aload 20 /* falseFlowTowardsFalse */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo.mergedWith:(Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;)Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
        79: .line 183
            invokestatic org.eclipse.jdt.internal.compiler.flow.FlowInfo.conditional:(Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
        80: .line 182
            astore 12 /* mergedInfo */
        end local 20 // org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo falseFlowTowardsFalse
        end local 19 // org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo trueFlowTowardsFalse
        end local 18 // org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo falseFlowTowardsTrue
        end local 17 // org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo trueFlowTowardsTrue
        end local 16 // boolean isValueIfFalseOptimizedFalse
        end local 15 // boolean isValueIfFalseOptimizedTrue
        end local 14 // boolean isValueIfTrueOptimizedFalse
        end local 13 // boolean isValueIfTrueOptimizedTrue
        start local 12 // org.eclipse.jdt.internal.compiler.flow.FlowInfo mergedInfo
        81: .line 187
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ConditionalExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.flow.FlowContext org.eclipse.jdt.internal.compiler.flow.FlowInfo int org.eclipse.jdt.internal.compiler.impl.Constant int int int org.eclipse.jdt.internal.compiler.flow.FlowInfo org.eclipse.jdt.internal.compiler.impl.CompilerOptions org.eclipse.jdt.internal.compiler.flow.FlowInfo org.eclipse.jdt.internal.compiler.flow.FlowInfo
      StackMap stack:
            aload 0 /* this */
        82: .line 188
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.methodScope:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            aload 12 /* mergedInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.recordInitializationStates:(Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)I
        83: .line 187
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.mergedInitStateIndex:I
        84: .line 189
            aload 12 /* mergedInfo */
            iload 8 /* mode */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.setReachMode:(I)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            pop
        85: .line 191
            aload 12 /* mergedInfo */
            areturn
        end local 12 // org.eclipse.jdt.internal.compiler.flow.FlowInfo mergedInfo
        end local 11 // org.eclipse.jdt.internal.compiler.flow.FlowInfo falseFlowInfo
        end local 10 // org.eclipse.jdt.internal.compiler.impl.CompilerOptions compilerOptions
        end local 9 // org.eclipse.jdt.internal.compiler.flow.FlowInfo trueFlowInfo
        end local 8 // int mode
        end local 7 // boolean isConditionOptimizedFalse
        end local 6 // boolean isConditionOptimizedTrue
        end local 5 // org.eclipse.jdt.internal.compiler.impl.Constant cst
        end local 4 // int initialComplaintLevel
        end local 3 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
        end local 2 // org.eclipse.jdt.internal.compiler.flow.FlowContext flowContext
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope currentScope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0   86     0                          this  Lorg/eclipse/jdt/internal/compiler/ast/ConditionalExpression;
            0   86     1                  currentScope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0   86     2                   flowContext  Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;
            0   86     3                      flowInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            3   86     4         initialComplaintLevel  I
            4   86     5                           cst  Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            7   86     6      isConditionOptimizedTrue  Z
           10   86     7     isConditionOptimizedFalse  Z
           11   86     8                          mode  I
           16   86     9                  trueFlowInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
           17   86    10               compilerOptions  Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
           30   86    11                 falseFlowInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
           41   46    12                    mergedInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
           48   50    12                    mergedInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
           81   86    12                    mergedInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
           55   81    13    isValueIfTrueOptimizedTrue  Z
           58   81    14   isValueIfTrueOptimizedFalse  Z
           62   81    15   isValueIfFalseOptimizedTrue  Z
           65   81    16  isValueIfFalseOptimizedFalse  Z
           66   81    17           trueFlowTowardsTrue  Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
           67   81    18          falseFlowTowardsTrue  Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
           68   81    19          trueFlowTowardsFalse  Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
           69   81    20         falseFlowTowardsFalse  Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
    MethodParameters:
              Name  Flags
      currentScope  
      flowContext   
      flowInfo      

  public boolean checkNPE(org.eclipse.jdt.internal.compiler.lookup.BlockScope, org.eclipse.jdt.internal.compiler.flow.FlowContext, org.eclipse.jdt.internal.compiler.flow.FlowInfo, int);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression 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 // int ttlForFieldCheck
         0: .line 196
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.nullStatus:I
            iconst_2
            iand
            ifeq 2
         1: .line 197
            aload 1 /* 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.expressionNullReference:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V
            goto 4
         2: .line 198
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.nullStatus:I
            bipush 16
            iand
            ifeq 4
         3: .line 199
            aload 1 /* 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.expressionPotentialNullReference:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V
         4: .line 200
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 4 // int ttlForFieldCheck
        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.ConditionalExpression this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lorg/eclipse/jdt/internal/compiler/ast/ConditionalExpression;
            0    5     1             scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0    5     2       flowContext  Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;
            0    5     3          flowInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            0    5     4  ttlForFieldCheck  I
    MethodParameters:
                  Name  Flags
      scope             
      flowContext       
      flowInfo          
      ttlForFieldCheck  

  private void computeNullStatus(org.eclipse.jdt.internal.compiler.flow.FlowInfo, org.eclipse.jdt.internal.compiler.flow.FlowInfo, org.eclipse.jdt.internal.compiler.flow.FlowContext);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.flow.FlowInfo trueBranchInfo
        start local 2 // org.eclipse.jdt.internal.compiler.flow.FlowInfo falseBranchInfo
        start local 3 // org.eclipse.jdt.internal.compiler.flow.FlowContext flowContext
         0: .line 206
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.ifTrueNullStatus:I
            iconst_m1
            if_icmpne 2
         1: .line 207
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* trueBranchInfo */
            aload 3 /* 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
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.ifTrueNullStatus:I
         2: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 2 /* falseBranchInfo */
            aload 3 /* 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
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.ifFalseNullStatus:I
         3: .line 211
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.ifTrueNullStatus:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.ifFalseNullStatus:I
            if_icmpne 6
         4: .line 212
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.ifTrueNullStatus:I
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.nullStatus:I
         5: .line 213
            return
         6: .line 215
      StackMap locals:
      StackMap stack:
            aload 1 /* trueBranchInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.reachMode:()I
            ifeq 9
         7: .line 216
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.ifFalseNullStatus:I
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.nullStatus:I
         8: .line 217
            return
         9: .line 219
      StackMap locals:
      StackMap stack:
            aload 2 /* falseBranchInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.reachMode:()I
            ifeq 12
        10: .line 220
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.ifTrueNullStatus:I
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.nullStatus:I
        11: .line 221
            return
        12: .line 226
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.ifTrueNullStatus:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.ifFalseNullStatus:I
            ior
            istore 4 /* combinedStatus */
        start local 4 // int combinedStatus
        13: .line 227
            iconst_0
            iload 4 /* combinedStatus */
            invokestatic org.eclipse.jdt.internal.compiler.ast.Expression.computeNullStatus:(II)I
            istore 5 /* status */
        start local 5 // int status
        14: .line 228
            iload 5 /* status */
            ifle 16
        15: .line 229
            aload 0 /* this */
            iload 5 /* status */
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.nullStatus:I
        16: .line 230
      StackMap locals: int int
      StackMap stack:
            return
        end local 5 // int status
        end local 4 // int combinedStatus
        end local 3 // org.eclipse.jdt.internal.compiler.flow.FlowContext flowContext
        end local 2 // org.eclipse.jdt.internal.compiler.flow.FlowInfo falseBranchInfo
        end local 1 // org.eclipse.jdt.internal.compiler.flow.FlowInfo trueBranchInfo
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   17     0             this  Lorg/eclipse/jdt/internal/compiler/ast/ConditionalExpression;
            0   17     1   trueBranchInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            0   17     2  falseBranchInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            0   17     3      flowContext  Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;
           13   17     4   combinedStatus  I
           14   17     5           status  I
    MethodParameters:
                 Name  Flags
      trueBranchInfo   
      falseBranchInfo  
      flowContext      

  public void generateCode(org.eclipse.jdt.internal.compiler.lookup.BlockScope, org.eclipse.jdt.internal.compiler.codegen.CodeStream, boolean);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=11, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope currentScope
        start local 2 // org.eclipse.jdt.internal.compiler.codegen.CodeStream codeStream
        start local 3 // boolean valueRequired
         0: .line 245
            aload 2 /* codeStream */
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.position:I
            istore 4 /* pc */
        start local 4 // int pc
         1: .line 247
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.constant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            if_acmpeq 6
         2: .line 248
            iload 3 /* valueRequired */
            ifeq 4
         3: .line 249
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.constant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.implicitConversion:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.generateConstant:(Lorg/eclipse/jdt/internal/compiler/impl/Constant;I)V
         4: .line 250
      StackMap locals: int
      StackMap stack:
            aload 2 /* codeStream */
            iload 4 /* pc */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.sourceStart:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.recordPositionsFrom:(II)V
         5: .line 251
            return
         6: .line 253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.condition:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.optimizedBooleanConstant:()Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            astore 7 /* cst */
        start local 7 // org.eclipse.jdt.internal.compiler.impl.Constant cst
         7: .line 254
            aload 7 /* cst */
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            if_acmpne 9
         8: .line 255
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.condition:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.optimizedNullComparisonConstant:()Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            astore 7 /* cst */
         9: .line 257
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ConditionalExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.codegen.CodeStream int int top top org.eclipse.jdt.internal.compiler.impl.Constant
      StackMap stack:
            aload 7 /* cst */
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            if_acmpeq 10
            aload 7 /* cst */
            invokevirtual org.eclipse.jdt.internal.compiler.impl.Constant.booleanValue:()Z
            ifne 10
            iconst_0
            goto 11
      StackMap locals:
      StackMap stack:
        10: iconst_1
      StackMap locals:
      StackMap stack: int
        11: istore 8 /* needTruePart */
        start local 8 // boolean needTruePart
        12: .line 258
            aload 7 /* cst */
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            if_acmpeq 13
            aload 7 /* cst */
            invokevirtual org.eclipse.jdt.internal.compiler.impl.Constant.booleanValue:()Z
            ifeq 13
            iconst_0
            goto 14
      StackMap locals: int
      StackMap stack:
        13: iconst_1
      StackMap locals:
      StackMap stack: int
        14: istore 9 /* needFalsePart */
        start local 9 // boolean needFalsePart
        15: .line 260
            new org.eclipse.jdt.internal.compiler.codegen.BranchLabel
            dup
            aload 2 /* codeStream */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.BranchLabel.<init>:(Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;)V
            astore 5 /* endifLabel */
        start local 5 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel endifLabel
        16: .line 263
            new org.eclipse.jdt.internal.compiler.codegen.BranchLabel
            dup
            aload 2 /* codeStream */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.BranchLabel.<init>:(Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;)V
            astore 6 /* falseLabel */
        start local 6 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel falseLabel
        17: .line 264
            aload 6 /* falseLabel */
            dup
            getfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.tagBits:I
            iconst_2
            ior
            putfield org.eclipse.jdt.internal.compiler.codegen.BranchLabel.tagBits:I
        18: .line 265
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.condition:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
        19: .line 266
            aload 1 /* currentScope */
        20: .line 267
            aload 2 /* codeStream */
        21: .line 268
            aconst_null
        22: .line 269
            aload 6 /* falseLabel */
        23: .line 270
            aload 7 /* cst */
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            if_acmpne 24
            iconst_1
            goto 25
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ConditionalExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.codegen.CodeStream int int org.eclipse.jdt.internal.compiler.codegen.BranchLabel org.eclipse.jdt.internal.compiler.codegen.BranchLabel org.eclipse.jdt.internal.compiler.impl.Constant int int
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.Expression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.codegen.CodeStream null org.eclipse.jdt.internal.compiler.codegen.BranchLabel
        24: iconst_0
        25: .line 265
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ConditionalExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.codegen.CodeStream int int org.eclipse.jdt.internal.compiler.codegen.BranchLabel org.eclipse.jdt.internal.compiler.codegen.BranchLabel org.eclipse.jdt.internal.compiler.impl.Constant int int
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.Expression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.codegen.CodeStream null org.eclipse.jdt.internal.compiler.codegen.BranchLabel int
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.generateOptimizedBoolean:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;Z)V
        26: .line 272
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.trueInitStateIndex:I
            iconst_m1
            if_icmpeq 32
        27: .line 273
            aload 2 /* codeStream */
        28: .line 274
            aload 1 /* currentScope */
        29: .line 275
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.trueInitStateIndex:I
        30: .line 273
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.removeNotDefinitelyAssignedVariables:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;I)V
        31: .line 276
            aload 2 /* codeStream */
            aload 1 /* currentScope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.trueInitStateIndex:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.addDefinitelyAssignedVariables:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;I)V
        32: .line 279
      StackMap locals:
      StackMap stack:
            iload 8 /* needTruePart */
            ifeq 43
        33: .line 280
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* currentScope */
            aload 2 /* codeStream */
            iload 3 /* valueRequired */
            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
        34: .line 281
            iload 9 /* needFalsePart */
            ifeq 43
        35: .line 283
            aload 2 /* codeStream */
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.position:I
            istore 10 /* position */
        start local 10 // int position
        36: .line 284
            aload 2 /* codeStream */
            aload 5 /* endifLabel */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.goto_:(Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;)V
        37: .line 285
            aload 2 /* codeStream */
            iload 10 /* position */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceEnd:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.recordPositionsFrom:(II)V
        38: .line 287
            iload 3 /* valueRequired */
            ifeq 43
        39: .line 288
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            tableswitch { // 7 - 8
                    7: 40
                    8: 40
              default: 42
          }
        40: .line 291
      StackMap locals: int
      StackMap stack:
            aload 2 /* codeStream */
            iconst_2
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.decrStackSize:(I)V
        41: .line 292
            goto 43
        42: .line 294
      StackMap locals:
      StackMap stack:
            aload 2 /* codeStream */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.decrStackSize:(I)V
        end local 10 // int position
        43: .line 300
      StackMap locals:
      StackMap stack:
            iload 9 /* needFalsePart */
            ifeq 57
        44: .line 301
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.falseInitStateIndex:I
            iconst_m1
            if_icmpeq 50
        45: .line 302
            aload 2 /* codeStream */
        46: .line 303
            aload 1 /* currentScope */
        47: .line 304
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.falseInitStateIndex:I
        48: .line 302
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.removeNotDefinitelyAssignedVariables:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;I)V
        49: .line 305
            aload 2 /* codeStream */
            aload 1 /* currentScope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.falseInitStateIndex:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.addDefinitelyAssignedVariables:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;I)V
        50: .line 307
      StackMap locals:
      StackMap stack:
            aload 6 /* falseLabel */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.BranchLabel.forwardReferenceCount:()I
            ifle 52
        51: .line 308
            aload 6 /* falseLabel */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.BranchLabel.place:()V
        52: .line 310
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* currentScope */
            aload 2 /* codeStream */
            iload 3 /* valueRequired */
            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
        53: .line 311
            iload 3 /* valueRequired */
            ifeq 55
        54: .line 312
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.recordExpressionType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        55: .line 314
      StackMap locals:
      StackMap stack:
            iload 8 /* needTruePart */
            ifeq 57
        56: .line 316
            aload 5 /* endifLabel */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.BranchLabel.place:()V
        57: .line 320
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.mergedInitStateIndex:I
            iconst_m1
            if_icmpeq 62
        58: .line 321
            aload 2 /* codeStream */
        59: .line 322
            aload 1 /* currentScope */
        60: .line 323
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.mergedInitStateIndex:I
        61: .line 321
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.removeNotDefinitelyAssignedVariables:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;I)V
        62: .line 326
      StackMap locals:
      StackMap stack:
            iload 3 /* valueRequired */
            ifeq 64
        63: .line 327
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.implicitConversion:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.generateImplicitConversion:(I)V
        64: .line 328
      StackMap locals:
      StackMap stack:
            aload 2 /* codeStream */
            iload 4 /* pc */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.sourceStart:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.recordPositionsFrom:(II)V
        65: .line 329
            return
        end local 9 // boolean needFalsePart
        end local 8 // boolean needTruePart
        end local 7 // org.eclipse.jdt.internal.compiler.impl.Constant cst
        end local 6 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel falseLabel
        end local 5 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel endifLabel
        end local 4 // int pc
        end local 3 // boolean valueRequired
        end local 2 // org.eclipse.jdt.internal.compiler.codegen.CodeStream codeStream
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope currentScope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   66     0           this  Lorg/eclipse/jdt/internal/compiler/ast/ConditionalExpression;
            0   66     1   currentScope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0   66     2     codeStream  Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            0   66     3  valueRequired  Z
            1   66     4             pc  I
           16   66     5     endifLabel  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
           17   66     6     falseLabel  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            7   66     7            cst  Lorg/eclipse/jdt/internal/compiler/impl/Constant;
           12   66     8   needTruePart  Z
           15   66     9  needFalsePart  Z
           36   43    10       position  I
    MethodParameters:
               Name  Flags
      currentScope   
      codeStream     
      valueRequired  

  public void generateOptimizedBoolean(org.eclipse.jdt.internal.compiler.lookup.BlockScope, org.eclipse.jdt.internal.compiler.codegen.CodeStream, org.eclipse.jdt.internal.compiler.codegen.BranchLabel, org.eclipse.jdt.internal.compiler.codegen.BranchLabel, boolean);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=15, args_size=6
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope currentScope
        start local 2 // org.eclipse.jdt.internal.compiler.codegen.CodeStream codeStream
        start local 3 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel trueLabel
        start local 4 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel falseLabel
        start local 5 // boolean valueRequired
         0: .line 342
            aload 2 /* codeStream */
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.position:I
            istore 6 /* pc */
        start local 6 // int pc
         1: .line 344
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.constant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            if_acmpeq 2
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.constant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            invokevirtual org.eclipse.jdt.internal.compiler.impl.Constant.typeID:()I
            iconst_5
            if_icmpeq 4
         2: .line 345
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.implicitConversion:I
            sipush 255
            iand
            iconst_4
            ishr
            iconst_5
            if_icmpne 4
         3: .line 346
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.implicitConversion:I
            sipush 255
            iand
            iconst_4
            ishr
            iconst_5
            if_icmpeq 6
         4: .line 347
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* currentScope */
            aload 2 /* codeStream */
            aload 3 /* trueLabel */
            aload 4 /* falseLabel */
            iload 5 /* valueRequired */
            invokespecial org.eclipse.jdt.internal.compiler.ast.OperatorExpression.generateOptimizedBoolean:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;Z)V
         5: .line 348
            return
         6: .line 350
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.condition:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.constant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            astore 7 /* cst */
        start local 7 // org.eclipse.jdt.internal.compiler.impl.Constant cst
         7: .line 351
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.condition:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.optimizedBooleanConstant:()Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            astore 8 /* condCst */
        start local 8 // org.eclipse.jdt.internal.compiler.impl.Constant condCst
         8: .line 353
            aload 7 /* cst */
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            if_acmpeq 9
            aload 7 /* cst */
            invokevirtual org.eclipse.jdt.internal.compiler.impl.Constant.booleanValue:()Z
            ifeq 10
         9: .line 354
      StackMap locals: org.eclipse.jdt.internal.compiler.impl.Constant org.eclipse.jdt.internal.compiler.impl.Constant
      StackMap stack:
            aload 8 /* condCst */
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            if_acmpeq 11
            aload 8 /* condCst */
            invokevirtual org.eclipse.jdt.internal.compiler.impl.Constant.booleanValue:()Z
            ifne 11
        10: .line 353
      StackMap locals:
      StackMap stack:
            iconst_0
            goto 12
      StackMap locals:
      StackMap stack:
        11: iconst_1
        12: .line 352
      StackMap locals:
      StackMap stack: int
            istore 9 /* needTruePart */
        start local 9 // boolean needTruePart
        13: .line 356
            aload 7 /* cst */
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            if_acmpeq 14
            aload 7 /* cst */
            invokevirtual org.eclipse.jdt.internal.compiler.impl.Constant.booleanValue:()Z
            ifne 15
        14: .line 357
      StackMap locals: int
      StackMap stack:
            aload 8 /* condCst */
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            if_acmpeq 16
            aload 8 /* condCst */
            invokevirtual org.eclipse.jdt.internal.compiler.impl.Constant.booleanValue:()Z
            ifeq 16
        15: .line 356
      StackMap locals:
      StackMap stack:
            iconst_0
            goto 17
      StackMap locals:
      StackMap stack:
        16: iconst_1
        17: .line 355
      StackMap locals:
      StackMap stack: int
            istore 10 /* needFalsePart */
        start local 10 // boolean needFalsePart
        18: .line 359
            new org.eclipse.jdt.internal.compiler.codegen.BranchLabel
            dup
            aload 2 /* codeStream */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.BranchLabel.<init>:(Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;)V
            astore 12 /* endifLabel */
        start local 12 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel endifLabel
        19: .line 362
            aload 7 /* cst */
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            if_acmpne 20
            aload 8 /* condCst */
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            if_acmpne 20
            iconst_1
            goto 21
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ConditionalExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.codegen.CodeStream org.eclipse.jdt.internal.compiler.codegen.BranchLabel org.eclipse.jdt.internal.compiler.codegen.BranchLabel int int org.eclipse.jdt.internal.compiler.impl.Constant org.eclipse.jdt.internal.compiler.impl.Constant int int top org.eclipse.jdt.internal.compiler.codegen.BranchLabel
      StackMap stack:
        20: iconst_0
      StackMap locals:
      StackMap stack: int
        21: istore 13 /* needConditionValue */
        start local 13 // boolean needConditionValue
        22: .line 363
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.condition:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
        23: .line 364
            aload 1 /* currentScope */
        24: .line 365
            aload 2 /* codeStream */
        25: .line 366
            aconst_null
        26: .line 367
            new org.eclipse.jdt.internal.compiler.codegen.BranchLabel
            dup
            aload 2 /* codeStream */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.BranchLabel.<init>:(Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;)V
            dup
            astore 11 /* internalFalseLabel */
        start local 11 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel internalFalseLabel
        27: .line 368
            iload 13 /* needConditionValue */
        28: .line 363
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.generateOptimizedBoolean:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;Z)V
        29: .line 370
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.trueInitStateIndex:I
            iconst_m1
            if_icmpeq 35
        30: .line 371
            aload 2 /* codeStream */
        31: .line 372
            aload 1 /* currentScope */
        32: .line 373
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.trueInitStateIndex:I
        33: .line 371
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.removeNotDefinitelyAssignedVariables:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;I)V
        34: .line 374
            aload 2 /* codeStream */
            aload 1 /* currentScope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.trueInitStateIndex:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.addDefinitelyAssignedVariables:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;I)V
        35: .line 377
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ConditionalExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.codegen.CodeStream org.eclipse.jdt.internal.compiler.codegen.BranchLabel org.eclipse.jdt.internal.compiler.codegen.BranchLabel int int org.eclipse.jdt.internal.compiler.impl.Constant org.eclipse.jdt.internal.compiler.impl.Constant int int org.eclipse.jdt.internal.compiler.codegen.BranchLabel org.eclipse.jdt.internal.compiler.codegen.BranchLabel int
      StackMap stack:
            iload 9 /* needTruePart */
            ifeq 54
        36: .line 378
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* currentScope */
            aload 2 /* codeStream */
            aload 3 /* trueLabel */
            aload 4 /* falseLabel */
            iload 5 /* valueRequired */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.generateOptimizedBoolean:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;Z)V
        37: .line 380
            iload 10 /* needFalsePart */
            ifeq 54
        38: .line 383
            aload 4 /* falseLabel */
            ifnonnull 45
        39: .line 384
            aload 3 /* trueLabel */
            ifnull 51
        40: .line 386
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.optimizedIfTrueConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            astore 7 /* cst */
        41: .line 387
            aload 7 /* cst */
            ifnull 42
            aload 7 /* cst */
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            if_acmpeq 42
            aload 7 /* cst */
            invokevirtual org.eclipse.jdt.internal.compiler.impl.Constant.booleanValue:()Z
            ifeq 42
            iconst_1
            goto 43
      StackMap locals:
      StackMap stack:
        42: iconst_0
      StackMap locals:
      StackMap stack: int
        43: istore 14 /* isValueIfTrueOptimizedTrue */
        start local 14 // boolean isValueIfTrueOptimizedTrue
        44: .line 388
            iload 14 /* isValueIfTrueOptimizedTrue */
            ifeq 51
            goto 54
        end local 14 // boolean isValueIfTrueOptimizedTrue
        45: .line 392
      StackMap locals:
      StackMap stack:
            aload 3 /* trueLabel */
            ifnonnull 51
        46: .line 393
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.optimizedIfTrueConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            astore 7 /* cst */
        47: .line 394
            aload 7 /* cst */
            ifnull 48
            aload 7 /* cst */
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            if_acmpeq 48
            aload 7 /* cst */
            invokevirtual org.eclipse.jdt.internal.compiler.impl.Constant.booleanValue:()Z
            ifne 48
            iconst_1
            goto 49
      StackMap locals:
      StackMap stack:
        48: iconst_0
      StackMap locals:
      StackMap stack: int
        49: istore 14 /* isValueIfTrueOptimizedFalse */
        start local 14 // boolean isValueIfTrueOptimizedFalse
        50: .line 395
            iload 14 /* isValueIfTrueOptimizedFalse */
            ifeq 51
            goto 54
        end local 14 // boolean isValueIfTrueOptimizedFalse
        51: .line 400
      StackMap locals:
      StackMap stack:
            aload 2 /* codeStream */
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.position:I
            istore 14 /* position */
        start local 14 // int position
        52: .line 401
            aload 2 /* codeStream */
            aload 12 /* endifLabel */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.goto_:(Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;)V
        53: .line 402
            aload 2 /* codeStream */
            iload 14 /* position */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceEnd:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.recordPositionsFrom:(II)V
        end local 14 // int position
        54: .line 408
      StackMap locals:
      StackMap stack:
            iload 10 /* needFalsePart */
            ifeq 61
        55: .line 409
            aload 11 /* internalFalseLabel */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.BranchLabel.place:()V
        56: .line 410
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.falseInitStateIndex:I
            iconst_m1
            if_icmpeq 59
        57: .line 411
            aload 2 /* codeStream */
            aload 1 /* currentScope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.falseInitStateIndex:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.removeNotDefinitelyAssignedVariables:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;I)V
        58: .line 412
            aload 2 /* codeStream */
            aload 1 /* currentScope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.falseInitStateIndex:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.addDefinitelyAssignedVariables:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;I)V
        59: .line 414
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* currentScope */
            aload 2 /* codeStream */
            aload 3 /* trueLabel */
            aload 4 /* falseLabel */
            iload 5 /* valueRequired */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.generateOptimizedBoolean:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;Z)V
        60: .line 417
            aload 12 /* endifLabel */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.BranchLabel.place:()V
        61: .line 420
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.mergedInitStateIndex:I
            iconst_m1
            if_icmpeq 63
        62: .line 421
            aload 2 /* codeStream */
            aload 1 /* currentScope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.mergedInitStateIndex:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.removeNotDefinitelyAssignedVariables:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;I)V
        63: .line 424
      StackMap locals:
      StackMap stack:
            aload 2 /* codeStream */
            iload 6 /* pc */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.sourceEnd:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.recordPositionsFrom:(II)V
        64: .line 425
            return
        end local 13 // boolean needConditionValue
        end local 12 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel endifLabel
        end local 11 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel internalFalseLabel
        end local 10 // boolean needFalsePart
        end local 9 // boolean needTruePart
        end local 8 // org.eclipse.jdt.internal.compiler.impl.Constant condCst
        end local 7 // org.eclipse.jdt.internal.compiler.impl.Constant cst
        end local 6 // int pc
        end local 5 // boolean valueRequired
        end local 4 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel falseLabel
        end local 3 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel trueLabel
        end local 2 // org.eclipse.jdt.internal.compiler.codegen.CodeStream codeStream
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope currentScope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0   65     0                         this  Lorg/eclipse/jdt/internal/compiler/ast/ConditionalExpression;
            0   65     1                 currentScope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0   65     2                   codeStream  Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            0   65     3                    trueLabel  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            0   65     4                   falseLabel  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            0   65     5                valueRequired  Z
            1   65     6                           pc  I
            7   65     7                          cst  Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            8   65     8                      condCst  Lorg/eclipse/jdt/internal/compiler/impl/Constant;
           13   65     9                 needTruePart  Z
           18   65    10                needFalsePart  Z
           27   65    11           internalFalseLabel  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
           19   65    12                   endifLabel  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
           22   65    13           needConditionValue  Z
           44   45    14   isValueIfTrueOptimizedTrue  Z
           50   51    14  isValueIfTrueOptimizedFalse  Z
           52   54    14                     position  I
    MethodParameters:
               Name  Flags
      currentScope   
      codeStream     
      trueLabel      
      falseLabel     
      valueRequired  

  public int nullStatus(org.eclipse.jdt.internal.compiler.flow.FlowInfo, org.eclipse.jdt.internal.compiler.flow.FlowContext);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
        start local 2 // org.eclipse.jdt.internal.compiler.flow.FlowContext flowContext
         0: .line 429
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.implicitConversion:I
            sipush 512
            iand
            ifeq 2
         1: .line 430
            iconst_4
            ireturn
         2: .line 431
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.nullStatus:I
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.flow.FlowContext flowContext
        end local 1 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/eclipse/jdt/internal/compiler/ast/ConditionalExpression;
            0    3     1     flowInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            0    3     2  flowContext  Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;
    MethodParameters:
             Name  Flags
      flowInfo     
      flowContext  

  public org.eclipse.jdt.internal.compiler.impl.Constant optimizedBooleanConstant();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/impl/Constant;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
         0: .line 437
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.optimizedBooleanConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            ifnonnull 1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.constant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.optimizedBooleanConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.impl.Constant
         2: areturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/ast/ConditionalExpression;

  public java.lang.StringBuffer printExpressionNoParenthesis(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.ConditionalExpression this
        start local 1 // int indent
        start local 2 // java.lang.StringBuffer output
         0: .line 443
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.condition:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iload 1 /* indent */
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.printExpression:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            ldc " ? "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         1: .line 444
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iconst_0
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.printExpression:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            ldc " : "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 445
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iconst_0
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.printExpression:(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.ConditionalExpression this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/eclipse/jdt/internal/compiler/ast/ConditionalExpression;
            0    3     1  indent  I
            0    3     2  output  Ljava/lang/StringBuffer;
    MethodParameters:
        Name  Flags
      indent  
      output  

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding resolveType(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=5, locals=12, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
         0: .line 451
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.environment:()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            astore 2 /* env */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment env
         1: .line 452
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.sourceLevel:J
            lstore 3 /* sourceLevel */
        start local 3 // long sourceLevel
         2: .line 453
            lload 3 /* sourceLevel */
            ldc 3211264
            lcmp
            iflt 3
            iconst_1
            goto 4
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment long
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 5 /* use15specifics */
        start local 5 // boolean use15specifics
         5: .line 454
            aload 0 /* this */
            lload 3 /* sourceLevel */
            ldc 3407872
            lcmp
            iflt 6
            iconst_1
            goto 7
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ConditionalExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment long int
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
         6: iconst_0
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ConditionalExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment long int
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.ConditionalExpression int
         7: putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.use18specifics:Z
         8: .line 456
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.use18specifics:Z
            ifeq 14
         9: .line 457
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.expressionContext:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
            getstatic org.eclipse.jdt.internal.compiler.ast.ExpressionContext.ASSIGNMENT_CONTEXT:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
            if_acmpeq 10
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.expressionContext:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
            getstatic org.eclipse.jdt.internal.compiler.ast.ExpressionContext.INVOCATION_CONTEXT:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
            if_acmpne 14
        10: .line 458
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.expressionContext:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.setExpressionContext:(Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;)V
        11: .line 459
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.expectedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.setExpectedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        12: .line 460
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.expressionContext:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.setExpressionContext:(Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;)V
        13: .line 461
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.expectedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.setExpectedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        14: .line 465
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.constant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            if_acmpeq 24
        15: .line 466
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.constant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
        16: .line 468
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.condition:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.BOOLEAN:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.resolveTypeExpecting:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 6 /* conditionType */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding conditionType
        17: .line 469
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.condition:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.BOOLEAN:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            aload 6 /* conditionType */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        18: .line 471
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            instanceof org.eclipse.jdt.internal.compiler.ast.CastExpression
            ifeq 19
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.bits:I
            bipush 32
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.Expression.bits:I
        19: .line 472
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.resolveType:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        20: .line 474
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            instanceof org.eclipse.jdt.internal.compiler.ast.CastExpression
            ifeq 21
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.bits:I
            bipush 32
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.Expression.bits:I
        21: .line 475
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.resolveType:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        22: .line 477
            aload 6 /* conditionType */
            ifnull 23
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 23
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnonnull 32
        23: .line 478
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding conditionType
        24: .line 480
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.kind:()I
            ldc 65540
            if_icmpne 26
        25: .line 481
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.resolveType:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        26: .line 482
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.kind:()I
            ldc 65540
            if_icmpne 28
        27: .line 483
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.resolveType:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        28: .line 485
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 29
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isValidBinding:()Z
            ifne 30
        29: .line 486
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        30: .line 487
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 31
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isValidBinding:()Z
            ifne 32
        31: .line 488
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        32: .line 490
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.isPolyExpression:()Z
            ifeq 38
        33: .line 491
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.expectedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 34
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.expectedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isProperType:(Z)Z
            ifne 35
        34: .line 492
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.lookup.PolyTypeBinding
            dup
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.PolyTypeBinding.<init>:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;)V
            areturn
        35: .line 494
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* scope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.expectedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.computeConversions:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 36
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.expectedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            goto 37
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
        36: aconst_null
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ConditionalExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment long int
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.ConditionalExpression org.eclipse.jdt.internal.compiler.lookup.TypeBinding
        37: dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        38: .line 497
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 6 /* valueIfTrueType */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding valueIfTrueType
        39: .line 498
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 7 /* valueIfFalseType */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding valueIfFalseType
        40: .line 499
            iload 5 /* use15specifics */
            ifeq 73
            aload 6 /* valueIfTrueType */
            aload 7 /* valueIfFalseType */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.notEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 73
        41: .line 500
            aload 6 /* valueIfTrueType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            ifeq 58
        42: .line 501
            aload 7 /* valueIfFalseType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            ifeq 49
        43: .line 503
            aload 6 /* valueIfTrueType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.NULL:Lorg/eclipse/jdt/internal/compiler/lookup/NullTypeBinding;
            if_acmpne 46
        44: .line 504
            aload 2 /* env */
            aload 7 /* valueIfFalseType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.computeBoxingType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 7 /* valueIfFalseType */
        45: .line 505
            goto 73
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
        46: aload 7 /* valueIfFalseType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.NULL:Lorg/eclipse/jdt/internal/compiler/lookup/NullTypeBinding;
            if_acmpne 73
        47: .line 506
            aload 2 /* env */
            aload 6 /* valueIfTrueType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.computeBoxingType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 6 /* valueIfTrueType */
        48: .line 508
            goto 73
        49: .line 510
      StackMap locals:
      StackMap stack:
            aload 7 /* valueIfFalseType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            ifeq 50
            aload 7 /* valueIfFalseType */
            goto 51
      StackMap locals:
      StackMap stack:
        50: aload 2 /* env */
            aload 7 /* valueIfFalseType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.computeBoxingType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
        51: astore 8 /* unboxedIfFalseType */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding unboxedIfFalseType
        52: .line 511
            aload 6 /* valueIfTrueType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isNumericType:()Z
            ifeq 55
            aload 8 /* unboxedIfFalseType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isNumericType:()Z
            ifeq 55
        53: .line 512
            aload 8 /* unboxedIfFalseType */
            astore 7 /* valueIfFalseType */
        54: .line 513
            goto 73
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
        55: aload 6 /* valueIfTrueType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.NULL:Lorg/eclipse/jdt/internal/compiler/lookup/NullTypeBinding;
            if_acmpeq 73
        56: .line 514
            aload 2 /* env */
            aload 7 /* valueIfFalseType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.computeBoxingType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 7 /* valueIfFalseType */
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding unboxedIfFalseType
        57: .line 517
            goto 73
      StackMap locals:
      StackMap stack:
        58: aload 7 /* valueIfFalseType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            ifeq 68
        59: .line 519
            aload 6 /* valueIfTrueType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            ifeq 60
            aload 6 /* valueIfTrueType */
            goto 61
      StackMap locals:
      StackMap stack:
        60: aload 2 /* env */
            aload 6 /* valueIfTrueType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.computeBoxingType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
        61: astore 8 /* unboxedIfTrueType */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding unboxedIfTrueType
        62: .line 520
            aload 8 /* unboxedIfTrueType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isNumericType:()Z
            ifeq 65
            aload 7 /* valueIfFalseType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isNumericType:()Z
            ifeq 65
        63: .line 521
            aload 8 /* unboxedIfTrueType */
            astore 6 /* valueIfTrueType */
        64: .line 522
            goto 73
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
        65: aload 7 /* valueIfFalseType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.NULL:Lorg/eclipse/jdt/internal/compiler/lookup/NullTypeBinding;
            if_acmpeq 73
        66: .line 523
            aload 2 /* env */
            aload 6 /* valueIfTrueType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.computeBoxingType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 6 /* valueIfTrueType */
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding unboxedIfTrueType
        67: .line 525
            goto 73
        68: .line 527
      StackMap locals:
      StackMap stack:
            aload 2 /* env */
            aload 6 /* valueIfTrueType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.computeBoxingType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 8 /* unboxedIfTrueType */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding unboxedIfTrueType
        69: .line 528
            aload 2 /* env */
            aload 7 /* valueIfFalseType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.computeBoxingType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 9 /* unboxedIfFalseType */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding unboxedIfFalseType
        70: .line 529
            aload 8 /* unboxedIfTrueType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isNumericType:()Z
            ifeq 73
            aload 9 /* unboxedIfFalseType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isNumericType:()Z
            ifeq 73
        71: .line 530
            aload 8 /* unboxedIfTrueType */
            astore 6 /* valueIfTrueType */
        72: .line 531
            aload 9 /* unboxedIfFalseType */
            astore 7 /* valueIfFalseType */
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding unboxedIfFalseType
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding unboxedIfTrueType
        73: .line 537
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.condition:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.constant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            dup
            astore 8 /* condConstant */
        start local 8 // org.eclipse.jdt.internal.compiler.impl.Constant condConstant
        74: getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            if_acmpeq 82
        75: .line 538
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.constant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            dup
            astore 9 /* trueConstant */
        start local 9 // org.eclipse.jdt.internal.compiler.impl.Constant trueConstant
        76: getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            if_acmpeq 82
        77: .line 539
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.constant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            dup
            astore 10 /* falseConstant */
        start local 10 // org.eclipse.jdt.internal.compiler.impl.Constant falseConstant
        78: getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            if_acmpeq 82
        79: .line 542
            aload 0 /* this */
            aload 8 /* condConstant */
            invokevirtual org.eclipse.jdt.internal.compiler.impl.Constant.booleanValue:()Z
            ifeq 80
            aload 9 /* trueConstant */
            goto 81
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ConditionalExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment long int org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.impl.Constant org.eclipse.jdt.internal.compiler.impl.Constant org.eclipse.jdt.internal.compiler.impl.Constant
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
        80: aload 10 /* falseConstant */
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ConditionalExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment long int org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.impl.Constant org.eclipse.jdt.internal.compiler.impl.Constant org.eclipse.jdt.internal.compiler.impl.Constant
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.ConditionalExpression org.eclipse.jdt.internal.compiler.impl.Constant
        81: putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.constant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
        end local 10 // org.eclipse.jdt.internal.compiler.impl.Constant falseConstant
        end local 9 // org.eclipse.jdt.internal.compiler.impl.Constant trueConstant
        82: .line 544
      StackMap locals:
      StackMap stack:
            aload 6 /* valueIfTrueType */
            aload 7 /* valueIfFalseType */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 99
        83: .line 545
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            aload 6 /* valueIfTrueType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        84: .line 546
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            aload 7 /* valueIfFalseType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        85: .line 547
            aload 6 /* valueIfTrueType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.BOOLEAN:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 98
        86: .line 548
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.optimizedBooleanConstant:()Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.optimizedIfTrueConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
        87: .line 549
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.optimizedBooleanConstant:()Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.optimizedIfFalseConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
        88: .line 550
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.optimizedIfTrueConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            if_acmpeq 93
        89: .line 551
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.optimizedIfFalseConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            if_acmpeq 93
        90: .line 552
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.optimizedIfTrueConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            invokevirtual org.eclipse.jdt.internal.compiler.impl.Constant.booleanValue:()Z
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.optimizedIfFalseConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            invokevirtual org.eclipse.jdt.internal.compiler.impl.Constant.booleanValue:()Z
            if_icmpne 93
        91: .line 554
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.optimizedIfTrueConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.optimizedBooleanConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
        92: .line 555
            goto 98
      StackMap locals:
      StackMap stack:
        93: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.condition:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.optimizedBooleanConstant:()Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            dup
            astore 8 /* condConstant */
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            if_acmpeq 98
        94: .line 556
            aload 0 /* this */
            aload 8 /* condConstant */
            invokevirtual org.eclipse.jdt.internal.compiler.impl.Constant.booleanValue:()Z
            ifeq 96
        95: .line 557
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.optimizedIfTrueConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            goto 97
        96: .line 558
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.optimizedIfFalseConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
        97: .line 556
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ConditionalExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment long int org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.impl.Constant
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.ConditionalExpression org.eclipse.jdt.internal.compiler.impl.Constant
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.optimizedBooleanConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
        98: .line 561
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 6 /* valueIfTrueType */
            aload 7 /* valueIfFalseType */
            invokestatic org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching.moreDangerousType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        99: .line 565
      StackMap locals:
      StackMap stack:
            aload 6 /* valueIfTrueType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isNumericType:()Z
            ifeq 137
            aload 7 /* valueIfFalseType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isNumericType:()Z
            ifeq 137
       100: .line 567
            aload 6 /* valueIfTrueType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.BYTE:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 101
            aload 7 /* valueIfFalseType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.SHORT:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifne 102
       101: .line 568
      StackMap locals:
      StackMap stack:
            aload 6 /* valueIfTrueType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.SHORT:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 105
            aload 7 /* valueIfFalseType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.BYTE:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 105
       102: .line 569
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.SHORT:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       103: .line 570
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.SHORT:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       104: .line 571
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.SHORT:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
       105: .line 574
      StackMap locals:
      StackMap stack:
            aload 6 /* valueIfTrueType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.BYTE:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifne 106
            aload 6 /* valueIfTrueType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.SHORT:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifne 106
            aload 6 /* valueIfTrueType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.CHAR:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 111
       106: .line 575
      StackMap locals:
      StackMap stack:
            aload 7 /* valueIfFalseType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.INT:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 111
       107: .line 576
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 7 /* valueIfFalseType */
            aload 6 /* valueIfTrueType */
            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 111
       108: .line 577
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            aload 6 /* valueIfTrueType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       109: .line 578
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            aload 6 /* valueIfTrueType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       110: .line 579
            aload 0 /* this */
            aload 6 /* valueIfTrueType */
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
       111: .line 581
      StackMap locals:
      StackMap stack:
            aload 7 /* valueIfFalseType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.BYTE:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifne 114
       112: .line 582
            aload 7 /* valueIfFalseType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.SHORT:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifne 114
       113: .line 583
            aload 7 /* valueIfFalseType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.CHAR:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 119
       114: .line 584
      StackMap locals:
      StackMap stack:
            aload 6 /* valueIfTrueType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.INT:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 119
       115: .line 585
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 6 /* valueIfTrueType */
            aload 7 /* valueIfFalseType */
            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 119
       116: .line 586
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            aload 7 /* valueIfFalseType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       117: .line 587
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            aload 7 /* valueIfFalseType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       118: .line 588
            aload 0 /* this */
            aload 7 /* valueIfFalseType */
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
       119: .line 592
      StackMap locals:
      StackMap stack:
            aload 6 /* valueIfTrueType */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            bipush 10
            invokestatic org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding.isNarrowing:(II)Z
            ifeq 124
       120: .line 593
            aload 7 /* valueIfFalseType */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            bipush 10
            invokestatic org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding.isNarrowing:(II)Z
            ifeq 124
       121: .line 594
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.INT:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       122: .line 595
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.INT:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       123: .line 596
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.INT:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
       124: .line 599
      StackMap locals:
      StackMap stack:
            aload 6 /* valueIfTrueType */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            bipush 7
            invokestatic org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding.isNarrowing:(II)Z
            ifeq 129
       125: .line 600
            aload 7 /* valueIfFalseType */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            bipush 7
            invokestatic org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding.isNarrowing:(II)Z
            ifeq 129
       126: .line 601
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.LONG:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       127: .line 602
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.LONG:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       128: .line 603
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.LONG:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
       129: .line 606
      StackMap locals:
      StackMap stack:
            aload 6 /* valueIfTrueType */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            bipush 9
            invokestatic org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding.isNarrowing:(II)Z
            ifeq 134
       130: .line 607
            aload 7 /* valueIfFalseType */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            bipush 9
            invokestatic org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding.isNarrowing:(II)Z
            ifeq 134
       131: .line 608
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.FLOAT:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       132: .line 609
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.FLOAT:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       133: .line 610
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.FLOAT:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
       134: .line 613
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.DOUBLE:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       135: .line 614
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.DOUBLE:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       136: .line 615
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.DOUBLE:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
       137: .line 618
      StackMap locals:
      StackMap stack:
            aload 6 /* valueIfTrueType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            ifeq 143
            aload 6 /* valueIfTrueType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.NULL:Lorg/eclipse/jdt/internal/compiler/lookup/NullTypeBinding;
            if_acmpeq 143
       138: .line 619
            iload 5 /* use15specifics */
            ifeq 141
       139: .line 620
            aload 2 /* env */
            aload 6 /* valueIfTrueType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.computeBoxingType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 6 /* valueIfTrueType */
       140: .line 621
            goto 143
       141: .line 622
      StackMap locals:
      StackMap stack:
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            aload 6 /* valueIfTrueType */
            aload 7 /* valueIfFalseType */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.conditionalArgumentsIncompatibleTypes:(Lorg/eclipse/jdt/internal/compiler/ast/ConditionalExpression;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       142: .line 623
            aconst_null
            areturn
       143: .line 626
      StackMap locals:
      StackMap stack:
            aload 7 /* valueIfFalseType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            ifeq 149
            aload 7 /* valueIfFalseType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.NULL:Lorg/eclipse/jdt/internal/compiler/lookup/NullTypeBinding;
            if_acmpeq 149
       144: .line 627
            iload 5 /* use15specifics */
            ifeq 147
       145: .line 628
            aload 2 /* env */
            aload 7 /* valueIfFalseType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.computeBoxingType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 7 /* valueIfFalseType */
       146: .line 629
            goto 149
       147: .line 630
      StackMap locals:
      StackMap stack:
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            aload 6 /* valueIfTrueType */
            aload 7 /* valueIfFalseType */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.conditionalArgumentsIncompatibleTypes:(Lorg/eclipse/jdt/internal/compiler/ast/ConditionalExpression;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       148: .line 631
            aconst_null
            areturn
       149: .line 634
      StackMap locals:
      StackMap stack:
            iload 5 /* use15specifics */
            ifeq 162
       150: .line 636
            aconst_null
            astore 11 /* commonType */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding commonType
       151: .line 637
            aload 6 /* valueIfTrueType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.NULL:Lorg/eclipse/jdt/internal/compiler/lookup/NullTypeBinding;
            if_acmpne 154
       152: .line 638
            aload 7 /* valueIfFalseType */
            astore 11 /* commonType */
       153: .line 639
            goto 158
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ConditionalExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment long int org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.impl.Constant top top org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
       154: aload 7 /* valueIfFalseType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.NULL:Lorg/eclipse/jdt/internal/compiler/lookup/NullTypeBinding;
            if_acmpne 157
       155: .line 640
            aload 6 /* valueIfTrueType */
            astore 11 /* commonType */
       156: .line 641
            goto 158
       157: .line 642
      StackMap locals:
      StackMap stack:
            aload 1 /* scope */
            iconst_2
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            dup
            iconst_0
            aload 6 /* valueIfTrueType */
            aastore
            dup
            iconst_1
            aload 7 /* valueIfFalseType */
            aastore
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.lowerUpperBound:([Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 11 /* commonType */
       158: .line 644
      StackMap locals:
      StackMap stack:
            aload 11 /* commonType */
            ifnull 170
       159: .line 645
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            aload 11 /* commonType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       160: .line 646
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            aload 11 /* commonType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       161: .line 647
            aload 0 /* this */
            aload 11 /* commonType */
            aload 1 /* scope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.sourceStart:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.sourceEnd:I
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.capture:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;II)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding commonType
       162: .line 651
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ConditionalExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment long int org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.impl.Constant
      StackMap stack:
            aload 7 /* valueIfFalseType */
            aload 6 /* valueIfTrueType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 166
       163: .line 652
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            aload 6 /* valueIfTrueType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       164: .line 653
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            aload 6 /* valueIfTrueType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       165: .line 654
            aload 0 /* this */
            aload 6 /* valueIfTrueType */
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
       166: .line 655
      StackMap locals:
      StackMap stack:
            aload 6 /* valueIfTrueType */
            aload 7 /* valueIfFalseType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 170
       167: .line 656
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            aload 7 /* valueIfFalseType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       168: .line 657
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            aload 7 /* valueIfFalseType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       169: .line 658
            aload 0 /* this */
            aload 7 /* valueIfFalseType */
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
       170: .line 661
      StackMap locals:
      StackMap stack:
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
       171: .line 662
            aload 0 /* this */
       172: .line 663
            aload 6 /* valueIfTrueType */
       173: .line 664
            aload 7 /* valueIfFalseType */
       174: .line 661
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.conditionalArgumentsIncompatibleTypes:(Lorg/eclipse/jdt/internal/compiler/ast/ConditionalExpression;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       175: .line 665
            aconst_null
            areturn
        end local 8 // org.eclipse.jdt.internal.compiler.impl.Constant condConstant
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding valueIfFalseType
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding valueIfTrueType
        end local 5 // boolean use15specifics
        end local 3 // long sourceLevel
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment env
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0  176     0                this  Lorg/eclipse/jdt/internal/compiler/ast/ConditionalExpression;
            0  176     1               scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            1  176     2                 env  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            2  176     3         sourceLevel  J
            5  176     5      use15specifics  Z
           17   24     6       conditionType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           39  176     6     valueIfTrueType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           40  176     7    valueIfFalseType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           52   57     8  unboxedIfFalseType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           62   67     8   unboxedIfTrueType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           69   73     8   unboxedIfTrueType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           70   73     9  unboxedIfFalseType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           74  176     8        condConstant  Lorg/eclipse/jdt/internal/compiler/impl/Constant;
           76   82     9        trueConstant  Lorg/eclipse/jdt/internal/compiler/impl/Constant;
           78   82    10       falseConstant  Lorg/eclipse/jdt/internal/compiler/impl/Constant;
          151  162    11          commonType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
       Name  Flags
      scope  

  protected boolean computeConversions(org.eclipse.jdt.internal.compiler.lookup.BlockScope, org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding targetType
         0: .line 669
            iconst_1
            istore 3 /* ok */
        start local 3 // boolean ok
         1: .line 670
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 19
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isValidBinding:()Z
            ifeq 19
         2: .line 671
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* targetType */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isConstantValueOfTypeAssignableToType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifne 4
         3: .line 672
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* targetType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 11
         4: .line 674
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            aload 2 /* targetType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
         5: .line 675
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* targetType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.needsUncheckedConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 7
         6: .line 676
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* targetType */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.unsafeTypeConversion:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
         7: .line 678
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            instanceof org.eclipse.jdt.internal.compiler.ast.CastExpression
            ifeq 19
         8: .line 679
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.bits:I
            sipush 16416
            iand
            ifne 19
         9: .line 680
            aload 1 /* scope */
            aload 2 /* targetType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            checkcast org.eclipse.jdt.internal.compiler.ast.CastExpression
            invokestatic org.eclipse.jdt.internal.compiler.ast.CastExpression.checkNeedForAssignedCast:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/CastExpression;)V
        10: .line 682
            goto 19
      StackMap locals:
      StackMap stack:
        11: aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* targetType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.isBoxingCompatible:(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
            ifeq 17
        12: .line 683
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            aload 2 /* targetType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        13: .line 684
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            instanceof org.eclipse.jdt.internal.compiler.ast.CastExpression
            ifeq 19
        14: .line 685
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.bits:I
            sipush 16416
            iand
            ifne 19
        15: .line 686
            aload 1 /* scope */
            aload 2 /* targetType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            checkcast org.eclipse.jdt.internal.compiler.ast.CastExpression
            invokestatic org.eclipse.jdt.internal.compiler.ast.CastExpression.checkNeedForAssignedCast:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/CastExpression;)V
        16: .line 688
            goto 19
        17: .line 689
      StackMap locals:
      StackMap stack:
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* targetType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aconst_null
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.typeMismatchError:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V
        18: .line 690
            iconst_0
            istore 3 /* ok */
        19: .line 693
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 37
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isValidBinding:()Z
            ifeq 37
        20: .line 694
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* targetType */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isConstantValueOfTypeAssignableToType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifne 22
        21: .line 695
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* targetType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 29
        22: .line 697
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            aload 2 /* targetType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        23: .line 698
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* targetType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.needsUncheckedConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 25
        24: .line 699
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* targetType */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.unsafeTypeConversion:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        25: .line 701
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            instanceof org.eclipse.jdt.internal.compiler.ast.CastExpression
            ifeq 37
        26: .line 702
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.bits:I
            sipush 16416
            iand
            ifne 37
        27: .line 703
            aload 1 /* scope */
            aload 2 /* targetType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            checkcast org.eclipse.jdt.internal.compiler.ast.CastExpression
            invokestatic org.eclipse.jdt.internal.compiler.ast.CastExpression.checkNeedForAssignedCast:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/CastExpression;)V
        28: .line 705
            goto 37
      StackMap locals:
      StackMap stack:
        29: aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* targetType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.isBoxingCompatible:(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
            ifeq 35
        30: .line 706
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            aload 2 /* targetType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        31: .line 707
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            instanceof org.eclipse.jdt.internal.compiler.ast.CastExpression
            ifeq 37
        32: .line 708
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.bits:I
            sipush 16416
            iand
            ifne 37
        33: .line 709
            aload 1 /* scope */
            aload 2 /* targetType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            checkcast org.eclipse.jdt.internal.compiler.ast.CastExpression
            invokestatic org.eclipse.jdt.internal.compiler.ast.CastExpression.checkNeedForAssignedCast:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/CastExpression;)V
        34: .line 711
            goto 37
        35: .line 712
      StackMap locals:
      StackMap stack:
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* targetType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aconst_null
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.typeMismatchError:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V
        36: .line 713
            iconst_0
            istore 3 /* ok */
        37: .line 716
      StackMap locals:
      StackMap stack:
            iload 3 /* ok */
            ireturn
        end local 3 // boolean ok
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding targetType
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   38     0        this  Lorg/eclipse/jdt/internal/compiler/ast/ConditionalExpression;
            0   38     1       scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0   38     2  targetType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            1   38     3          ok  Z
    MethodParameters:
            Name  Flags
      scope       
      targetType  

  public void setExpectedType(org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding expectedType
         0: .line 721
            aload 0 /* this */
            aload 1 /* expectedType */
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.expectedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
         1: .line 722
            return
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding expectedType
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/eclipse/jdt/internal/compiler/ast/ConditionalExpression;
            0    2     1  expectedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
              Name  Flags
      expectedType  

  public void setExpressionContext(org.eclipse.jdt.internal.compiler.ast.ExpressionContext);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.ExpressionContext context
         0: .line 726
            aload 0 /* this */
            aload 1 /* context */
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.expressionContext:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
         1: .line 727
            return
        end local 1 // org.eclipse.jdt.internal.compiler.ast.ExpressionContext context
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/jdt/internal/compiler/ast/ConditionalExpression;
            0    2     1  context  Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
    MethodParameters:
         Name  Flags
      context  

  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.ConditionalExpression this
         0: .line 731
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.expressionContext:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/ConditionalExpression;

  public org.eclipse.jdt.internal.compiler.ast.Expression[] getPolyExpressions();
    descriptor: ()[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
         0: .line 736
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.getPolyExpressions:()[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            astore 1 /* truePolys */
        start local 1 // org.eclipse.jdt.internal.compiler.ast.Expression[] truePolys
         1: .line 737
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.getPolyExpressions:()[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            astore 2 /* falsePolys */
        start local 2 // org.eclipse.jdt.internal.compiler.ast.Expression[] falsePolys
         2: .line 738
            aload 1 /* truePolys */
            arraylength
            ifne 4
         3: .line 739
            aload 2 /* falsePolys */
            areturn
         4: .line 740
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Expression[] org.eclipse.jdt.internal.compiler.ast.Expression[]
      StackMap stack:
            aload 2 /* falsePolys */
            arraylength
            ifne 6
         5: .line 741
            aload 1 /* truePolys */
            areturn
         6: .line 742
      StackMap locals:
      StackMap stack:
            aload 1 /* truePolys */
            arraylength
            aload 2 /* falsePolys */
            arraylength
            iadd
            anewarray org.eclipse.jdt.internal.compiler.ast.Expression
            astore 3 /* allPolys */
        start local 3 // org.eclipse.jdt.internal.compiler.ast.Expression[] allPolys
         7: .line 743
            aload 1 /* truePolys */
            iconst_0
            aload 3 /* allPolys */
            iconst_0
            aload 1 /* truePolys */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 744
            aload 2 /* falsePolys */
            iconst_0
            aload 3 /* allPolys */
            aload 1 /* truePolys */
            arraylength
            aload 2 /* falsePolys */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 745
            aload 3 /* allPolys */
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.ast.Expression[] allPolys
        end local 2 // org.eclipse.jdt.internal.compiler.ast.Expression[] falsePolys
        end local 1 // org.eclipse.jdt.internal.compiler.ast.Expression[] truePolys
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lorg/eclipse/jdt/internal/compiler/ast/ConditionalExpression;
            1   10     1   truePolys  [Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            2   10     2  falsePolys  [Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            7   10     3    allPolys  [Lorg/eclipse/jdt/internal/compiler/ast/Expression;

  public boolean isPertinentToApplicability(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.MethodBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding targetType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding method
         0: .line 750
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* targetType */
            aload 2 /* method */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isPertinentToApplicability:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifeq 3
         1: .line 751
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* targetType */
            aload 2 /* method */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isPertinentToApplicability:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifeq 3
         2: .line 750
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding method
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding targetType
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/eclipse/jdt/internal/compiler/ast/ConditionalExpression;
            0    4     1  targetType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    4     2      method  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    MethodParameters:
            Name  Flags
      targetType  
      method      

  public boolean isPotentiallyCompatibleWith(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding targetType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 756
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* targetType */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isPotentiallyCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
            ifeq 3
         1: .line 757
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* targetType */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isPotentiallyCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
            ifeq 3
         2: .line 756
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding targetType
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/eclipse/jdt/internal/compiler/ast/ConditionalExpression;
            0    4     1  targetType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    4     2       scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
    MethodParameters:
            Name  Flags
      targetType  
      scope       

  public boolean isFunctionalType();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
         0: .line 762
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isFunctionalType:()Z
            ifne 1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isFunctionalType:()Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/ast/ConditionalExpression;

  public boolean isPolyExpression();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
         0: .line 768
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.use18specifics:Z
            ifne 2
         1: .line 769
            iconst_0
            ireturn
         2: .line 771
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.isPolyExpression:Z
            ifeq 4
         3: .line 772
            iconst_1
            ireturn
         4: .line 774
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.expressionContext:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
            getstatic org.eclipse.jdt.internal.compiler.ast.ExpressionContext.ASSIGNMENT_CONTEXT:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
            if_acmpeq 6
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.expressionContext:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
            getstatic org.eclipse.jdt.internal.compiler.ast.ExpressionContext.INVOCATION_CONTEXT:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
            if_acmpeq 6
         5: .line 775
            iconst_0
            ireturn
         6: .line 777
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 7
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnonnull 8
         7: .line 778
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         8: .line 780
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isPolyExpression:()Z
            ifne 9
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isPolyExpression:()Z
            ifeq 10
         9: .line 781
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        10: .line 784
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            ifne 11
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            bipush 26
            if_icmplt 13
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfTrueType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            bipush 33
            if_icmpgt 13
        11: .line 785
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            ifne 12
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            bipush 26
            if_icmplt 13
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.originalValueIfFalseType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            bipush 33
            if_icmpgt 13
        12: .line 786
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        13: .line 790
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.isPolyExpression:Z
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lorg/eclipse/jdt/internal/compiler/ast/ConditionalExpression;
    Exceptions:
      throws java.lang.UnsupportedOperationException

  public boolean isCompatibleWith(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding left
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 795
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.isPolyExpression:()Z
            ifeq 2
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* left */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
            ifeq 1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* left */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
            ifeq 1
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         1: iconst_0
            goto 3
         2: .line 796
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* left */
            aload 2 /* scope */
            invokespecial org.eclipse.jdt.internal.compiler.ast.OperatorExpression.isCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
         3: .line 795
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding left
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/eclipse/jdt/internal/compiler/ast/ConditionalExpression;
            0    4     1   left  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    4     2  scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
    MethodParameters:
       Name  Flags
      left   
      scope  

  public boolean isBoxingCompatibleWith(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding targetType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 802
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.isPolyExpression:()Z
            ifeq 6
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* targetType */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
            ifne 2
         1: .line 803
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* targetType */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isBoxingCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
            ifeq 5
         2: .line 804
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* targetType */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
            ifne 4
         3: .line 805
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* targetType */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isBoxingCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
            ifeq 5
      StackMap locals:
      StackMap stack:
         4: iconst_1
            goto 7
      StackMap locals:
      StackMap stack:
         5: iconst_0
            goto 7
         6: .line 806
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* targetType */
            aload 2 /* scope */
            invokespecial org.eclipse.jdt.internal.compiler.ast.OperatorExpression.isBoxingCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
         7: .line 802
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding targetType
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lorg/eclipse/jdt/internal/compiler/ast/ConditionalExpression;
            0    8     1  targetType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    8     2       scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
    MethodParameters:
            Name  Flags
      targetType  
      scope       

  public boolean sIsMoreSpecific(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.TypeBinding, 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/lookup/Scope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding s
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding t
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 811
            aload 0 /* this */
            aload 1 /* s */
            aload 2 /* t */
            aload 3 /* scope */
            invokespecial org.eclipse.jdt.internal.compiler.ast.OperatorExpression.sIsMoreSpecific:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
            ifeq 2
         1: .line 812
            iconst_1
            ireturn
         2: .line 813
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.isPolyExpression:()Z
            ifeq 5
         3: .line 814
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* s */
            aload 2 /* t */
            aload 3 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.sIsMoreSpecific:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
            ifeq 4
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* s */
            aload 2 /* t */
            aload 3 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.sIsMoreSpecific:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
            ifeq 4
            iconst_1
            goto 6
      StackMap locals:
      StackMap stack:
         4: iconst_0
            goto 6
         5: .line 815
      StackMap locals:
      StackMap stack:
            iconst_0
         6: .line 813
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding t
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding s
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/jdt/internal/compiler/ast/ConditionalExpression;
            0    7     1      s  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    7     2      t  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    7     3  scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
    MethodParameters:
       Name  Flags
      s      
      t      
      scope  

  public void traverse(org.eclipse.jdt.internal.compiler.ASTVisitor, org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
         0: .line 820
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ASTVisitor.visit:(Lorg/eclipse/jdt/internal/compiler/ast/ConditionalExpression;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Z
            ifeq 4
         1: .line 821
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.condition:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* visitor */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
         2: .line 822
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfTrue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* visitor */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
         3: .line 823
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.valueIfFalse:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* visitor */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
         4: .line 825
      StackMap locals:
      StackMap stack:
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ASTVisitor.endVisit:(Lorg/eclipse/jdt/internal/compiler/ast/ConditionalExpression;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
         5: .line 826
            return
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        end local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ConditionalExpression this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/eclipse/jdt/internal/compiler/ast/ConditionalExpression;
            0    6     1  visitor  Lorg/eclipse/jdt/internal/compiler/ASTVisitor;
            0    6     2    scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
    MethodParameters:
         Name  Flags
      visitor  
      scope    
}
SourceFile: "ConditionalExpression.java"