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

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

  void <init>(jdk.nashorn.internal.ir.WithNode, jdk.nashorn.api.tree.ExpressionTree, jdk.nashorn.api.tree.StatementTree);
    descriptor: (Ljdk/nashorn/internal/ir/WithNode;Ljdk/nashorn/api/tree/ExpressionTree;Ljdk/nashorn/api/tree/StatementTree;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // jdk.nashorn.api.tree.WithTreeImpl this
        start local 1 // jdk.nashorn.internal.ir.WithNode node
        start local 2 // jdk.nashorn.api.tree.ExpressionTree scope
        start local 3 // jdk.nashorn.api.tree.StatementTree stat
         0: .line 35
            aload 0 /* this */
            aload 1 /* node */
            invokespecial jdk.nashorn.api.tree.StatementTreeImpl.<init>:(Ljdk/nashorn/internal/ir/Statement;)V
         1: .line 36
            aload 0 /* this */
            aload 2 /* scope */
            putfield jdk.nashorn.api.tree.WithTreeImpl.scope:Ljdk/nashorn/api/tree/ExpressionTree;
         2: .line 37
            aload 0 /* this */
            aload 3 /* stat */
            putfield jdk.nashorn.api.tree.WithTreeImpl.stat:Ljdk/nashorn/api/tree/StatementTree;
         3: .line 38
            return
        end local 3 // jdk.nashorn.api.tree.StatementTree stat
        end local 2 // jdk.nashorn.api.tree.ExpressionTree scope
        end local 1 // jdk.nashorn.internal.ir.WithNode node
        end local 0 // jdk.nashorn.api.tree.WithTreeImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljdk/nashorn/api/tree/WithTreeImpl;
            0    4     1   node  Ljdk/nashorn/internal/ir/WithNode;
            0    4     2  scope  Ljdk/nashorn/api/tree/ExpressionTree;
            0    4     3   stat  Ljdk/nashorn/api/tree/StatementTree;
    MethodParameters:
       Name  Flags
      node   final
      scope  final
      stat   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.WithTreeImpl this
         0: .line 42
            getstatic jdk.nashorn.api.tree.Tree$Kind.WITH:Ljdk/nashorn/api/tree/Tree$Kind;
            areturn
        end local 0 // jdk.nashorn.api.tree.WithTreeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/api/tree/WithTreeImpl;

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

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

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