public abstract class org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement extends org.eclipse.jdt.internal.compiler.ast.Statement
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement
  super_class: org.eclipse.jdt.internal.compiler.ast.Statement
{
  org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel anyExceptionLabel;
    descriptor: Lorg/eclipse/jdt/internal/compiler/codegen/ExceptionLabel;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement this
         0: .line 24
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.ast.Statement.<init>:()V
            return
        end local 0 // org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/SubRoutineStatement;

  public static void reenterAllExceptionHandlers(org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement[], int, org.eclipse.jdt.internal.compiler.codegen.CodeStream);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/ast/SubRoutineStatement;ILorg/eclipse/jdt/internal/compiler/codegen/CodeStream;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement[] subroutines
        start local 1 // int max
        start local 2 // org.eclipse.jdt.internal.compiler.codegen.CodeStream codeStream
         0: .line 27
            aload 0 /* subroutines */
            ifnonnull 1
            return
         1: .line 28
      StackMap locals:
      StackMap stack:
            iload 1 /* max */
            ifge 2
            aload 0 /* subroutines */
            arraylength
            istore 1 /* max */
         2: .line 29
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 8
         4: .line 30
      StackMap locals: int
      StackMap stack:
            aload 0 /* subroutines */
            iload 3 /* i */
            aaload
            astore 4 /* sub */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement sub
         5: .line 31
            aload 4 /* sub */
            aload 2 /* codeStream */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement.enterAnyExceptionHandler:(Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;)Lorg/eclipse/jdt/internal/compiler/codegen/ExceptionLabel;
            pop
         6: .line 32
            aload 4 /* sub */
            aload 2 /* codeStream */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement.enterDeclaredExceptionHandlers:(Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;)V
        end local 4 // org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement sub
         7: .line 29
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            iload 1 /* max */
            if_icmplt 4
        end local 3 // int i
         9: .line 34
            return
        end local 2 // org.eclipse.jdt.internal.compiler.codegen.CodeStream codeStream
        end local 1 // int max
        end local 0 // org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement[] subroutines
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0  subroutines  [Lorg/eclipse/jdt/internal/compiler/ast/SubRoutineStatement;
            0   10     1          max  I
            0   10     2   codeStream  Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            3    9     3            i  I
            5    7     4          sub  Lorg/eclipse/jdt/internal/compiler/ast/SubRoutineStatement;
    MethodParameters:
             Name  Flags
      subroutines  
      max          
      codeStream   

  public org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel enterAnyExceptionHandler(org.eclipse.jdt.internal.compiler.codegen.CodeStream);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;)Lorg/eclipse/jdt/internal/compiler/codegen/ExceptionLabel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement this
        start local 1 // org.eclipse.jdt.internal.compiler.codegen.CodeStream codeStream
         0: .line 40
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement.anyExceptionLabel:Lorg/eclipse/jdt/internal/compiler/codegen/ExceptionLabel;
            ifnonnull 2
         1: .line 41
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel
            dup
            aload 1 /* codeStream */
            aconst_null
            invokespecial org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel.<init>:(Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
            putfield org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement.anyExceptionLabel:Lorg/eclipse/jdt/internal/compiler/codegen/ExceptionLabel;
         2: .line 43
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement.anyExceptionLabel:Lorg/eclipse/jdt/internal/compiler/codegen/ExceptionLabel;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel.placeStart:()V
         3: .line 44
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement.anyExceptionLabel:Lorg/eclipse/jdt/internal/compiler/codegen/ExceptionLabel;
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.codegen.CodeStream codeStream
        end local 0 // org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/eclipse/jdt/internal/compiler/ast/SubRoutineStatement;
            0    4     1  codeStream  Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
    MethodParameters:
            Name  Flags
      codeStream  

  public void enterDeclaredExceptionHandlers(org.eclipse.jdt.internal.compiler.codegen.CodeStream);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement this
        start local 1 // org.eclipse.jdt.internal.compiler.codegen.CodeStream codeStream
         0: .line 49
            return
        end local 1 // org.eclipse.jdt.internal.compiler.codegen.CodeStream codeStream
        end local 0 // org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/eclipse/jdt/internal/compiler/ast/SubRoutineStatement;
            0    1     1  codeStream  Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
    MethodParameters:
            Name  Flags
      codeStream  

  public void exitAnyExceptionHandler();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement this
         0: .line 52
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement.anyExceptionLabel:Lorg/eclipse/jdt/internal/compiler/codegen/ExceptionLabel;
            ifnull 2
         1: .line 53
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement.anyExceptionLabel:Lorg/eclipse/jdt/internal/compiler/codegen/ExceptionLabel;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel.placeEnd:()V
         2: .line 55
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/ast/SubRoutineStatement;

  public void exitDeclaredExceptionHandlers(org.eclipse.jdt.internal.compiler.codegen.CodeStream);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement this
        start local 1 // org.eclipse.jdt.internal.compiler.codegen.CodeStream codeStream
         0: .line 59
            return
        end local 1 // org.eclipse.jdt.internal.compiler.codegen.CodeStream codeStream
        end local 0 // org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/eclipse/jdt/internal/compiler/ast/SubRoutineStatement;
            0    1     1  codeStream  Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
    MethodParameters:
            Name  Flags
      codeStream  

  public abstract boolean generateSubRoutineInvocation(org.eclipse.jdt.internal.compiler.lookup.BlockScope, org.eclipse.jdt.internal.compiler.codegen.CodeStream, java.lang.Object, int, org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;Ljava/lang/Object;ILorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                Name  Flags
      currentScope    
      codeStream      
      targetLocation  
      stateIndex      
      secretLocal     

  public abstract boolean isSubRoutineEscaping();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public void placeAllAnyExceptionHandler();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement this
         0: .line 76
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement.anyExceptionLabel:Lorg/eclipse/jdt/internal/compiler/codegen/ExceptionLabel;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel.place:()V
         1: .line 77
            return
        end local 0 // org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/ast/SubRoutineStatement;
}
SourceFile: "SubRoutineStatement.java"