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

  void <init>(jdk.nashorn.internal.ir.ThrowNode, jdk.nashorn.api.tree.ExpressionTree);
    descriptor: (Ljdk/nashorn/internal/ir/ThrowNode;Ljdk/nashorn/api/tree/ExpressionTree;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // jdk.nashorn.api.tree.ThrowTreeImpl this
        start local 1 // jdk.nashorn.internal.ir.ThrowNode node
        start local 2 // jdk.nashorn.api.tree.ExpressionTree expr
         0: .line 33
            aload 0 /* this */
            aload 1 /* node */
            invokespecial jdk.nashorn.api.tree.StatementTreeImpl.<init>:(Ljdk/nashorn/internal/ir/Statement;)V
         1: .line 34
            aload 0 /* this */
            aload 2 /* expr */
            putfield jdk.nashorn.api.tree.ThrowTreeImpl.expr:Ljdk/nashorn/api/tree/ExpressionTree;
         2: .line 35
            return
        end local 2 // jdk.nashorn.api.tree.ExpressionTree expr
        end local 1 // jdk.nashorn.internal.ir.ThrowNode node
        end local 0 // jdk.nashorn.api.tree.ThrowTreeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/nashorn/api/tree/ThrowTreeImpl;
            0    3     1  node  Ljdk/nashorn/internal/ir/ThrowNode;
            0    3     2  expr  Ljdk/nashorn/api/tree/ExpressionTree;
    MethodParameters:
      Name  Flags
      node  final
      expr  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.ThrowTreeImpl this
         0: .line 39
            getstatic jdk.nashorn.api.tree.Tree$Kind.THROW:Ljdk/nashorn/api/tree/Tree$Kind;
            areturn
        end local 0 // jdk.nashorn.api.tree.ThrowTreeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/api/tree/ThrowTreeImpl;

  public jdk.nashorn.api.tree.ExpressionTree getExpression();
    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.ThrowTreeImpl this
         0: .line 44
            aload 0 /* this */
            getfield jdk.nashorn.api.tree.ThrowTreeImpl.expr:Ljdk/nashorn/api/tree/ExpressionTree;
            areturn
        end local 0 // jdk.nashorn.api.tree.ThrowTreeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/api/tree/ThrowTreeImpl;

  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.ThrowTreeImpl this
        start local 1 // jdk.nashorn.api.tree.TreeVisitor visitor
        start local 2 // java.lang.Object data
         0: .line 49
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* data */
            invokeinterface jdk.nashorn.api.tree.TreeVisitor.visitThrow:(Ljdk/nashorn/api/tree/ThrowTree;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.ThrowTreeImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Ljdk/nashorn/api/tree/ThrowTreeImpl;
            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: "ThrowTreeImpl.java"
InnerClasses:
  public final Kind = jdk.nashorn.api.tree.Tree$Kind of jdk.nashorn.api.tree.Tree