class org.eclipse.jdt.internal.compiler.ast.Statement$2 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$2
  super_class: org.eclipse.jdt.internal.compiler.ASTVisitor
{
  boolean continuesToLabel;
    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

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

  public boolean visit(org.eclipse.jdt.internal.compiler.ast.ContinueStatement, org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/ContinueStatement;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$2 this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.ContinueStatement continueStatement
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope skope
         0: .line 328
            aload 1 /* continueStatement */
            getfield org.eclipse.jdt.internal.compiler.ast.ContinueStatement.label:[C
            ifnull 2
         1: .line 329
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.ast.Statement$2.continuesToLabel:Z
         2: .line 330
      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.ContinueStatement continueStatement
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement$2 this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lorg/eclipse/jdt/internal/compiler/ast/Statement$2;
            0    3     1  continueStatement  Lorg/eclipse/jdt/internal/compiler/ast/ContinueStatement;
            0    3     2              skope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
    MethodParameters:
                   Name  Flags
      continueStatement  
      skope              

  public boolean continuesAtOuterLabel();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Statement$2 this
         0: .line 333
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Statement$2.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 334
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Statement$2.continuesToLabel:Z
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Statement$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/ast/Statement$2;
}
SourceFile: "Statement.java"
EnclosingMethod: org.eclipse.jdt.internal.compiler.ast.Statement.continuesAtOuterLabel:()Z
NestHost: org.eclipse.jdt.internal.compiler.ast.Statement
InnerClasses:
  org.eclipse.jdt.internal.compiler.ast.Statement$2