final class jdk.nashorn.api.tree.CatchTreeImpl extends jdk.nashorn.api.tree.TreeImpl implements jdk.nashorn.api.tree.CatchTree
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.nashorn.api.tree.CatchTreeImpl
  super_class: jdk.nashorn.api.tree.TreeImpl
{
  private final jdk.nashorn.api.tree.ExpressionTree param;
    descriptor: Ljdk/nashorn/api/tree/ExpressionTree;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final jdk.nashorn.api.tree.BlockTree block;
    descriptor: Ljdk/nashorn/api/tree/BlockTree;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final jdk.nashorn.api.tree.ExpressionTree condition;
    descriptor: Ljdk/nashorn/api/tree/ExpressionTree;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(jdk.nashorn.internal.ir.CatchNode, jdk.nashorn.api.tree.ExpressionTree, jdk.nashorn.api.tree.BlockTree, jdk.nashorn.api.tree.ExpressionTree);
    descriptor: (Ljdk/nashorn/internal/ir/CatchNode;Ljdk/nashorn/api/tree/ExpressionTree;Ljdk/nashorn/api/tree/BlockTree;Ljdk/nashorn/api/tree/ExpressionTree;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // jdk.nashorn.api.tree.CatchTreeImpl this
        start local 1 // jdk.nashorn.internal.ir.CatchNode node
        start local 2 // jdk.nashorn.api.tree.ExpressionTree param
        start local 3 // jdk.nashorn.api.tree.BlockTree block
        start local 4 // jdk.nashorn.api.tree.ExpressionTree condition
         0: .line 39
            aload 0 /* this */
            aload 1 /* node */
            invokespecial jdk.nashorn.api.tree.TreeImpl.<init>:(Ljdk/nashorn/internal/ir/Node;)V
         1: .line 40
            aload 0 /* this */
            aload 2 /* param */
            putfield jdk.nashorn.api.tree.CatchTreeImpl.param:Ljdk/nashorn/api/tree/ExpressionTree;
         2: .line 41
            aload 0 /* this */
            aload 3 /* block */
            putfield jdk.nashorn.api.tree.CatchTreeImpl.block:Ljdk/nashorn/api/tree/BlockTree;
         3: .line 42
            aload 0 /* this */
            aload 4 /* condition */
            putfield jdk.nashorn.api.tree.CatchTreeImpl.condition:Ljdk/nashorn/api/tree/ExpressionTree;
         4: .line 43
            return
        end local 4 // jdk.nashorn.api.tree.ExpressionTree condition
        end local 3 // jdk.nashorn.api.tree.BlockTree block
        end local 2 // jdk.nashorn.api.tree.ExpressionTree param
        end local 1 // jdk.nashorn.internal.ir.CatchNode node
        end local 0 // jdk.nashorn.api.tree.CatchTreeImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Ljdk/nashorn/api/tree/CatchTreeImpl;
            0    5     1       node  Ljdk/nashorn/internal/ir/CatchNode;
            0    5     2      param  Ljdk/nashorn/api/tree/ExpressionTree;
            0    5     3      block  Ljdk/nashorn/api/tree/BlockTree;
            0    5     4  condition  Ljdk/nashorn/api/tree/ExpressionTree;
    MethodParameters:
           Name  Flags
      node       final
      param      final
      block      final
      condition  final

  public jdk.nashorn.api.tree.Tree$Kind getKind();
    descriptor: ()Ljdk/nashorn/api/tree/Tree$Kind;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.api.tree.CatchTreeImpl this
         0: .line 47
            getstatic jdk.nashorn.api.tree.Tree$Kind.CATCH:Ljdk/nashorn/api/tree/Tree$Kind;
            areturn
        end local 0 // jdk.nashorn.api.tree.CatchTreeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/api/tree/CatchTreeImpl;

  public jdk.nashorn.api.tree.ExpressionTree getParameter();
    descriptor: ()Ljdk/nashorn/api/tree/ExpressionTree;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.api.tree.CatchTreeImpl this
         0: .line 52
            aload 0 /* this */
            getfield jdk.nashorn.api.tree.CatchTreeImpl.param:Ljdk/nashorn/api/tree/ExpressionTree;
            areturn
        end local 0 // jdk.nashorn.api.tree.CatchTreeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/api/tree/CatchTreeImpl;

  public jdk.nashorn.api.tree.BlockTree getBlock();
    descriptor: ()Ljdk/nashorn/api/tree/BlockTree;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.api.tree.CatchTreeImpl this
         0: .line 57
            aload 0 /* this */
            getfield jdk.nashorn.api.tree.CatchTreeImpl.block:Ljdk/nashorn/api/tree/BlockTree;
            areturn
        end local 0 // jdk.nashorn.api.tree.CatchTreeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/api/tree/CatchTreeImpl;

  public jdk.nashorn.api.tree.ExpressionTree getCondition();
    descriptor: ()Ljdk/nashorn/api/tree/ExpressionTree;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.api.tree.CatchTreeImpl this
         0: .line 62
            aload 0 /* this */
            getfield jdk.nashorn.api.tree.CatchTreeImpl.condition:Ljdk/nashorn/api/tree/ExpressionTree;
            areturn
        end local 0 // jdk.nashorn.api.tree.CatchTreeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/api/tree/CatchTreeImpl;

  public <R, D> R accept(jdk.nashorn.api.tree.TreeVisitor<R, D>, );
    descriptor: (Ljdk/nashorn/api/tree/TreeVisitor;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.nashorn.api.tree.CatchTreeImpl this
        start local 1 // jdk.nashorn.api.tree.TreeVisitor visitor
        start local 2 // java.lang.Object data
         0: .line 67
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* data */
            invokeinterface jdk.nashorn.api.tree.TreeVisitor.visitCatch:(Ljdk/nashorn/api/tree/CatchTree;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object data
        end local 1 // jdk.nashorn.api.tree.TreeVisitor visitor
        end local 0 // jdk.nashorn.api.tree.CatchTreeImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Ljdk/nashorn/api/tree/CatchTreeImpl;
            0    1     1  visitor  Ljdk/nashorn/api/tree/TreeVisitor<TR;TD;>;
            0    1     2     data  TD;
    Signature: <R:Ljava/lang/Object;D:Ljava/lang/Object;>(Ljdk/nashorn/api/tree/TreeVisitor<TR;TD;>;TD;)TR;
    MethodParameters:
         Name  Flags
      visitor  final
      data     final
}
SourceFile: "CatchTreeImpl.java"
InnerClasses:
  public final Kind = jdk.nashorn.api.tree.Tree$Kind of jdk.nashorn.api.tree.Tree