public abstract class org.eclipse.jdt.internal.compiler.flow.TryFlowContext extends org.eclipse.jdt.internal.compiler.flow.FlowContext
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.jdt.internal.compiler.flow.TryFlowContext
  super_class: org.eclipse.jdt.internal.compiler.flow.FlowContext
{
  public org.eclipse.jdt.internal.compiler.flow.FlowContext outerTryContext;
    descriptor: Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;
    flags: (0x0001) ACC_PUBLIC

  public void <init>(org.eclipse.jdt.internal.compiler.flow.FlowContext, org.eclipse.jdt.internal.compiler.ast.ASTNode);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.flow.TryFlowContext this
        start local 1 // org.eclipse.jdt.internal.compiler.flow.FlowContext parent
        start local 2 // org.eclipse.jdt.internal.compiler.ast.ASTNode associatedNode
         0: .line 31
            aload 0 /* this */
            aload 1 /* parent */
            aload 2 /* associatedNode */
            iconst_1
            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 32
            return
        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.TryFlowContext this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/eclipse/jdt/internal/compiler/flow/TryFlowContext;
            0    2     1          parent  Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;
            0    2     2  associatedNode  Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
    MethodParameters:
                Name  Flags
      parent          
      associatedNode  

  public void markFinallyNullStatus(org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding, int);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.flow.TryFlowContext this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding local
        start local 2 // int nullStatus
         0: .line 36
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.flow.TryFlowContext.outerTryContext:Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;
            ifnull 2
         1: .line 37
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.flow.TryFlowContext.outerTryContext:Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;
            aload 1 /* local */
            iload 2 /* nullStatus */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowContext.markFinallyNullStatus:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;I)V
         2: .line 39
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* local */
            iload 2 /* nullStatus */
            invokespecial org.eclipse.jdt.internal.compiler.flow.FlowContext.markFinallyNullStatus:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;I)V
         3: .line 40
            return
        end local 2 // int nullStatus
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding local
        end local 0 // org.eclipse.jdt.internal.compiler.flow.TryFlowContext this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/eclipse/jdt/internal/compiler/flow/TryFlowContext;
            0    4     1       local  Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            0    4     2  nullStatus  I
    MethodParameters:
            Name  Flags
      local       
      nullStatus  

  public void mergeFinallyNullInfo(org.eclipse.jdt.internal.compiler.flow.FlowInfo);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.flow.TryFlowContext this
        start local 1 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
         0: .line 44
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.flow.TryFlowContext.outerTryContext:Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;
            ifnull 2
         1: .line 45
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.flow.TryFlowContext.outerTryContext:Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;
            aload 1 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowContext.mergeFinallyNullInfo:(Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
         2: .line 47
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* flowInfo */
            invokespecial org.eclipse.jdt.internal.compiler.flow.FlowContext.mergeFinallyNullInfo:(Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
         3: .line 48
            return
        end local 1 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
        end local 0 // org.eclipse.jdt.internal.compiler.flow.TryFlowContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/eclipse/jdt/internal/compiler/flow/TryFlowContext;
            0    4     1  flowInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
    MethodParameters:
          Name  Flags
      flowInfo  
}
SourceFile: "TryFlowContext.java"