public class org.eclipse.jdt.internal.compiler.flow.LabelFlowContext extends org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.flow.LabelFlowContext
  super_class: org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext
{
  public char[] labelName;
    descriptor: [C
    flags: (0x0001) ACC_PUBLIC

  public void <init>(org.eclipse.jdt.internal.compiler.flow.FlowContext, org.eclipse.jdt.internal.compiler.ast.ASTNode, char[], org.eclipse.jdt.internal.compiler.codegen.BranchLabel, org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;[CLorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // org.eclipse.jdt.internal.compiler.flow.LabelFlowContext 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 // char[] labelName
        start local 4 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel breakLabel
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
         0: .line 32
            aload 0 /* this */
            aload 1 /* parent */
            aload 2 /* associatedNode */
            aload 4 /* breakLabel */
            iconst_0
            iconst_1
            invokespecial org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext.<init>:(Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;ZZ)V
         1: .line 33
            aload 0 /* this */
            aload 3 /* labelName */
            putfield org.eclipse.jdt.internal.compiler.flow.LabelFlowContext.labelName:[C
         2: .line 34
            aload 0 /* this */
            aload 5 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.LabelFlowContext.checkLabelValidity:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
         3: .line 35
            return
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        end local 4 // org.eclipse.jdt.internal.compiler.codegen.BranchLabel breakLabel
        end local 3 // char[] labelName
        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.LabelFlowContext this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/eclipse/jdt/internal/compiler/flow/LabelFlowContext;
            0    4     1          parent  Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;
            0    4     2  associatedNode  Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            0    4     3       labelName  [C
            0    4     4      breakLabel  Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;
            0    4     5           scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
    MethodParameters:
                Name  Flags
      parent          
      associatedNode  
      labelName       
      breakLabel      
      scope           

  void checkLabelValidity(org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.flow.LabelFlowContext this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
         0: .line 39
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.LabelFlowContext.getLocalParent:()Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;
            astore 2 /* current */
        start local 2 // org.eclipse.jdt.internal.compiler.flow.FlowContext current
         1: .line 40
            goto 7
         2: .line 42
      StackMap locals: org.eclipse.jdt.internal.compiler.flow.FlowContext
      StackMap stack:
            aload 2 /* current */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowContext.labelName:()[C
            dup
            astore 3 /* currentLabelName */
        start local 3 // char[] currentLabelName
         3: ifnull 6
         4: .line 43
            aload 3 /* currentLabelName */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.flow.LabelFlowContext.labelName:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 6
         5: .line 44
            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.flow.LabelFlowContext.labelName:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.flow.LabelFlowContext.associatedNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.alreadyDefinedLabel:([CLorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V
         6: .line 46
      StackMap locals: char[]
      StackMap stack:
            aload 2 /* current */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowContext.getLocalParent:()Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;
            astore 2 /* current */
        end local 3 // char[] currentLabelName
         7: .line 40
      StackMap locals:
      StackMap stack:
            aload 2 /* current */
            ifnonnull 2
         8: .line 48
            return
        end local 2 // org.eclipse.jdt.internal.compiler.flow.FlowContext current
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        end local 0 // org.eclipse.jdt.internal.compiler.flow.LabelFlowContext this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    9     0              this  Lorg/eclipse/jdt/internal/compiler/flow/LabelFlowContext;
            0    9     1             scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            1    9     2           current  Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;
            3    7     3  currentLabelName  [C
    MethodParameters:
       Name  Flags
      scope  

  public java.lang.String individualToString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.flow.LabelFlowContext this
         0: .line 52
            new java.lang.StringBuilder
            dup
            ldc "Label flow context [label:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.flow.LabelFlowContext.labelName:[C
            invokestatic java.lang.String.valueOf:([C)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.flow.LabelFlowContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/flow/LabelFlowContext;

  public char[] labelName();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.flow.LabelFlowContext this
         0: .line 57
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.flow.LabelFlowContext.labelName:[C
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.flow.LabelFlowContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/flow/LabelFlowContext;
}
SourceFile: "LabelFlowContext.java"