class org.eclipse.jdt.internal.compiler.ast.Statement$1 extends org.eclipse.jdt.internal.compiler.ASTVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.ast.Statement$1
  super_class: org.eclipse.jdt.internal.compiler.ASTVisitor
{
  boolean breaksOut;
    descriptor: Z
    flags: (0x0000) 

  final org.eclipse.jdt.internal.compiler.ast.Statement this$0;
    descriptor: Lorg/eclipse/jdt/internal/compiler/ast/Statement;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final char[] val$label;
    descriptor: [C
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.jdt.internal.compiler.ast.Statement, char[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/Statement;[C)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement$1 this
         0: .line 282
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jdt.internal.compiler.ast.Statement$1.this$0:Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            aload 0 /* this */
            aload 2
            putfield org.eclipse.jdt.internal.compiler.ast.Statement$1.val$label:[C
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.ASTVisitor.<init>:()V
            return
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/Statement$1;
    MethodParameters:
           Name  Flags
      this$0     final
      val$label  final

  public boolean visit(org.eclipse.jdt.internal.compiler.ast.TypeDeclaration, org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement$1 this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration type
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope skope
         0: .line 286
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Statement$1.val$label:[C
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope skope
        end local 1 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration type
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/jdt/internal/compiler/ast/Statement$1;
            0    2     1   type  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0    2     2  skope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
    MethodParameters:
       Name  Flags
      type   
      skope  

  public boolean visit(org.eclipse.jdt.internal.compiler.ast.TypeDeclaration, org.eclipse.jdt.internal.compiler.lookup.ClassScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement$1 this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration type
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ClassScope skope
         0: .line 288
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Statement$1.val$label:[C
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ClassScope skope
        end local 1 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration type
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/jdt/internal/compiler/ast/Statement$1;
            0    2     1   type  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0    2     2  skope  Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
    MethodParameters:
       Name  Flags
      type   
      skope  

  public boolean visit(org.eclipse.jdt.internal.compiler.ast.LambdaExpression, org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/LambdaExpression;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement$1 this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.LambdaExpression lambda
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope skope
         0: .line 290
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Statement$1.val$label:[C
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope skope
        end local 1 // org.eclipse.jdt.internal.compiler.ast.LambdaExpression lambda
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/jdt/internal/compiler/ast/Statement$1;
            0    2     1  lambda  Lorg/eclipse/jdt/internal/compiler/ast/LambdaExpression;
            0    2     2   skope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
    MethodParameters:
        Name  Flags
      lambda  
      skope   

  public boolean visit(org.eclipse.jdt.internal.compiler.ast.WhileStatement, org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/WhileStatement;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement$1 this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.WhileStatement whileStatement
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope skope
         0: .line 292
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Statement$1.val$label:[C
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope skope
        end local 1 // org.eclipse.jdt.internal.compiler.ast.WhileStatement whileStatement
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement$1 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/eclipse/jdt/internal/compiler/ast/Statement$1;
            0    2     1  whileStatement  Lorg/eclipse/jdt/internal/compiler/ast/WhileStatement;
            0    2     2           skope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
    MethodParameters:
                Name  Flags
      whileStatement  
      skope           

  public boolean visit(org.eclipse.jdt.internal.compiler.ast.DoStatement, org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/DoStatement;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement$1 this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.DoStatement doStatement
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope skope
         0: .line 294
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Statement$1.val$label:[C
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope skope
        end local 1 // org.eclipse.jdt.internal.compiler.ast.DoStatement doStatement
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/eclipse/jdt/internal/compiler/ast/Statement$1;
            0    2     1  doStatement  Lorg/eclipse/jdt/internal/compiler/ast/DoStatement;
            0    2     2        skope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
    MethodParameters:
             Name  Flags
      doStatement  
      skope        

  public boolean visit(org.eclipse.jdt.internal.compiler.ast.ForeachStatement, org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/ForeachStatement;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement$1 this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.ForeachStatement foreachStatement
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope skope
         0: .line 296
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Statement$1.val$label:[C
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope skope
        end local 1 // org.eclipse.jdt.internal.compiler.ast.ForeachStatement foreachStatement
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement$1 this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lorg/eclipse/jdt/internal/compiler/ast/Statement$1;
            0    2     1  foreachStatement  Lorg/eclipse/jdt/internal/compiler/ast/ForeachStatement;
            0    2     2             skope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
    MethodParameters:
                  Name  Flags
      foreachStatement  
      skope             

  public boolean visit(org.eclipse.jdt.internal.compiler.ast.ForStatement, org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/ForStatement;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement$1 this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.ForStatement forStatement
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope skope
         0: .line 298
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Statement$1.val$label:[C
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope skope
        end local 1 // org.eclipse.jdt.internal.compiler.ast.ForStatement forStatement
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/eclipse/jdt/internal/compiler/ast/Statement$1;
            0    2     1  forStatement  Lorg/eclipse/jdt/internal/compiler/ast/ForStatement;
            0    2     2         skope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
    MethodParameters:
              Name  Flags
      forStatement  
      skope         

  public boolean visit(org.eclipse.jdt.internal.compiler.ast.SwitchStatement, org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/SwitchStatement;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement$1 this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.SwitchStatement switchStatement
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope skope
         0: .line 300
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Statement$1.val$label:[C
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope skope
        end local 1 // org.eclipse.jdt.internal.compiler.ast.SwitchStatement switchStatement
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement$1 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/eclipse/jdt/internal/compiler/ast/Statement$1;
            0    2     1  switchStatement  Lorg/eclipse/jdt/internal/compiler/ast/SwitchStatement;
            0    2     2            skope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
    MethodParameters:
                 Name  Flags
      switchStatement  
      skope            

  public boolean visit(org.eclipse.jdt.internal.compiler.ast.BreakStatement, org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/BreakStatement;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement$1 this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.BreakStatement breakStatement
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope skope
         0: .line 304
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Statement$1.val$label:[C
            ifnull 1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Statement$1.val$label:[C
            aload 1 /* breakStatement */
            getfield org.eclipse.jdt.internal.compiler.ast.BreakStatement.label:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 2
         1: .line 305
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.ast.Statement$1.breaksOut:Z
         2: .line 306
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope skope
        end local 1 // org.eclipse.jdt.internal.compiler.ast.BreakStatement breakStatement
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement$1 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/eclipse/jdt/internal/compiler/ast/Statement$1;
            0    3     1  breakStatement  Lorg/eclipse/jdt/internal/compiler/ast/BreakStatement;
            0    3     2           skope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
    MethodParameters:
                Name  Flags
      breakStatement  
      skope           

  public boolean visit(org.eclipse.jdt.internal.compiler.ast.YieldStatement, org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/YieldStatement;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement$1 this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.YieldStatement yieldStatement
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope skope
         0: .line 310
            iconst_0
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope skope
        end local 1 // org.eclipse.jdt.internal.compiler.ast.YieldStatement yieldStatement
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement$1 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lorg/eclipse/jdt/internal/compiler/ast/Statement$1;
            0    1     1  yieldStatement  Lorg/eclipse/jdt/internal/compiler/ast/YieldStatement;
            0    1     2           skope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
    MethodParameters:
                Name  Flags
      yieldStatement  
      skope           

  public boolean breaksOut();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement$1 this
         0: .line 313
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Statement$1.this$0:Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            aload 0 /* this */
            aconst_null
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Statement.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
         1: .line 314
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Statement$1.breaksOut:Z
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/ast/Statement$1;
}
SourceFile: "Statement.java"
EnclosingMethod: org.eclipse.jdt.internal.compiler.ast.Statement.breaksOut:([C)Z
NestHost: org.eclipse.jdt.internal.compiler.ast.Statement
InnerClasses:
  org.eclipse.jdt.internal.compiler.ast.Statement$1