public class org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext extends org.eclipse.jdt.internal.compiler.flow.FlowContext
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext
  super_class: org.eclipse.jdt.internal.compiler.flow.FlowContext
{
  public org.eclipse.jdt.internal.compiler.codegen.BranchLabel breakLabel;
    descriptor: Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo initsOnBreak;
    descriptor: Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
    flags: (0x0001) ACC_PUBLIC

  public boolean isExpression;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public void <init>(org.eclipse.jdt.internal.compiler.flow.FlowContext, org.eclipse.jdt.internal.compiler.ast.ASTNode, org.eclipse.jdt.internal.compiler.codegen.BranchLabel, boolean, boolean);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;ZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext this
        start local 1 // org.eclipse.jdt.internal.compiler.flow.FlowContext parent
        start local 2 // org.eclipse.jdt.internal.compiler.ast.ASTNode associatedNode
        start local 3 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel breakLabel
        start local 4 // boolean isPreTest
        start local 5 // boolean inheritNullFieldChecks
         0: .line 32
            aload 0 /* this */
            aload 1 /* parent */
            aload 2 /* associatedNode */
            iload 5 /* inheritNullFieldChecks */
            invokespecial org.eclipse.jdt.internal.compiler.flow.FlowContext.<init>:(Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Z)V
         1: .line 28
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.flow.FlowInfo.DEAD_END:Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            putfield org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext.initsOnBreak:Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
         2: .line 29
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext.isExpression:Z
         3: .line 33
            aload 0 /* this */
            aload 3 /* breakLabel */
            putfield org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext.breakLabel:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
         4: .line 34
            iload 4 /* isPreTest */
            ifeq 6
            aload 1 /* parent */
            getfield org.eclipse.jdt.internal.compiler.flow.FlowContext.conditionalLevel:I
            iconst_m1
            if_icmple 6
         5: .line 35
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext.conditionalLevel:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext.conditionalLevel:I
         6: .line 36
      StackMap locals: org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext org.eclipse.jdt.internal.compiler.flow.FlowContext org.eclipse.jdt.internal.compiler.ast.ASTNode org.eclipse.jdt.internal.compiler.codegen.BranchLabel int int
      StackMap stack:
            return
        end local 5 // boolean inheritNullFieldChecks
        end local 4 // boolean isPreTest
        end local 3 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel breakLabel
        end local 2 // org.eclipse.jdt.internal.compiler.ast.ASTNode associatedNode
        end local 1 // org.eclipse.jdt.internal.compiler.flow.FlowContext parent
        end local 0 // org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    7     0                    this  Lorg/eclipse/jdt/internal/compiler/flow/SwitchFlowContext;
            0    7     1                  parent  Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;
            0    7     2          associatedNode  Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            0    7     3              breakLabel  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            0    7     4               isPreTest  Z
            0    7     5  inheritNullFieldChecks  Z
    MethodParameters:
                        Name  Flags
      parent                  
      associatedNode          
      breakLabel              
      isPreTest               
      inheritNullFieldChecks  

  public org.eclipse.jdt.internal.compiler.codegen.BranchLabel breakLabel();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext this
         0: .line 41
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext.breakLabel:Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/flow/SwitchFlowContext;

  public java.lang.String individualToString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext this
         0: .line 46
            new java.lang.StringBuffer
            dup
            ldc "Switch flow context"
            invokespecial java.lang.StringBuffer.<init>:(Ljava/lang/String;)V
            astore 1 /* buffer */
        start local 1 // java.lang.StringBuffer buffer
         1: .line 47
            aload 1 /* buffer */
            ldc "[initsOnBreak -"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext.initsOnBreak:Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            invokevirtual org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            bipush 93
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         2: .line 48
            aload 1 /* buffer */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer buffer
        end local 0 // org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/eclipse/jdt/internal/compiler/flow/SwitchFlowContext;
            1    3     1  buffer  Ljava/lang/StringBuffer;

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

  public void recordBreakFrom(org.eclipse.jdt.internal.compiler.flow.FlowInfo);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext this
        start local 1 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
         0: .line 58
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext.initsOnBreak:Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            getfield org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo.tagBits:I
            iconst_1
            iand
            ifne 3
         1: .line 59
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext.initsOnBreak:Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            aload 1 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.unconditionalInits:()Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            invokevirtual org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo.mergedWith:(Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;)Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            putfield org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext.initsOnBreak:Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
         2: .line 60
            goto 4
         3: .line 62
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.unconditionalCopy:()Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            putfield org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext.initsOnBreak:Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
         4: .line 64
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
        end local 0 // org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/jdt/internal/compiler/flow/SwitchFlowContext;
            0    5     1  flowInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
    MethodParameters:
          Name  Flags
      flowInfo  
}
SourceFile: "SwitchFlowContext.java"