public class com.oracle.truffle.sl.nodes.SLRootNode extends com.oracle.truffle.api.nodes.RootNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.sl.nodes.SLRootNode
  super_class: com.oracle.truffle.api.nodes.RootNode
{
  private com.oracle.truffle.sl.nodes.SLExpressionNode bodyNode;
    descriptor: Lcom/oracle/truffle/sl/nodes/SLExpressionNode;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private boolean isCloningAllowed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private final com.oracle.truffle.api.source.SourceSection sourceSection;
    descriptor: Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private volatile com.oracle.truffle.sl.nodes.local.SLWriteLocalVariableNode[] argumentNodesCache;
    descriptor: [Lcom/oracle/truffle/sl/nodes/local/SLWriteLocalVariableNode;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal(dimensions = 1)

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 70
            ldc Lcom/oracle/truffle/sl/nodes/SLRootNode;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.sl.nodes.SLRootNode.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(com.oracle.truffle.sl.SLLanguage, com.oracle.truffle.api.frame.FrameDescriptor, com.oracle.truffle.sl.nodes.SLExpressionNode, com.oracle.truffle.api.source.SourceSection, java.lang.String);
    descriptor: (Lcom/oracle/truffle/sl/SLLanguage;Lcom/oracle/truffle/api/frame/FrameDescriptor;Lcom/oracle/truffle/sl/nodes/SLExpressionNode;Lcom/oracle/truffle/api/source/SourceSection;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // com.oracle.truffle.sl.nodes.SLRootNode this
        start local 1 // com.oracle.truffle.sl.SLLanguage language
        start local 2 // com.oracle.truffle.api.frame.FrameDescriptor frameDescriptor
        start local 3 // com.oracle.truffle.sl.nodes.SLExpressionNode bodyNode
        start local 4 // com.oracle.truffle.api.source.SourceSection sourceSection
        start local 5 // java.lang.String name
         0: .line 84
            aload 0 /* this */
            aload 1 /* language */
            aload 2 /* frameDescriptor */
            invokespecial com.oracle.truffle.api.nodes.RootNode.<init>:(Lcom/oracle/truffle/api/TruffleLanguage;Lcom/oracle/truffle/api/frame/FrameDescriptor;)V
         1: .line 85
            aload 0 /* this */
            aload 3 /* bodyNode */
            putfield com.oracle.truffle.sl.nodes.SLRootNode.bodyNode:Lcom/oracle/truffle/sl/nodes/SLExpressionNode;
         2: .line 86
            aload 0 /* this */
            aload 5 /* name */
            putfield com.oracle.truffle.sl.nodes.SLRootNode.name:Ljava/lang/String;
         3: .line 87
            aload 0 /* this */
            aload 4 /* sourceSection */
            putfield com.oracle.truffle.sl.nodes.SLRootNode.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
         4: .line 88
            return
        end local 5 // java.lang.String name
        end local 4 // com.oracle.truffle.api.source.SourceSection sourceSection
        end local 3 // com.oracle.truffle.sl.nodes.SLExpressionNode bodyNode
        end local 2 // com.oracle.truffle.api.frame.FrameDescriptor frameDescriptor
        end local 1 // com.oracle.truffle.sl.SLLanguage language
        end local 0 // com.oracle.truffle.sl.nodes.SLRootNode this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lcom/oracle/truffle/sl/nodes/SLRootNode;
            0    5     1         language  Lcom/oracle/truffle/sl/SLLanguage;
            0    5     2  frameDescriptor  Lcom/oracle/truffle/api/frame/FrameDescriptor;
            0    5     3         bodyNode  Lcom/oracle/truffle/sl/nodes/SLExpressionNode;
            0    5     4    sourceSection  Lcom/oracle/truffle/api/source/SourceSection;
            0    5     5             name  Ljava/lang/String;
    MethodParameters:
                 Name  Flags
      language         
      frameDescriptor  
      bodyNode         
      sourceSection    
      name             

  public com.oracle.truffle.api.source.SourceSection getSourceSection();
    descriptor: ()Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.sl.nodes.SLRootNode this
         0: .line 92
            aload 0 /* this */
            getfield com.oracle.truffle.sl.nodes.SLRootNode.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
            areturn
        end local 0 // com.oracle.truffle.sl.nodes.SLRootNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/sl/nodes/SLRootNode;

  public java.lang.Object execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.sl.nodes.SLRootNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 97
            getstatic com.oracle.truffle.sl.nodes.SLRootNode.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            ldc Lcom/oracle/truffle/sl/SLLanguage;
            invokevirtual com.oracle.truffle.sl.nodes.SLRootNode.lookupContextReference:(Ljava/lang/Class;)Lcom/oracle/truffle/api/TruffleLanguage$ContextReference;
            invokevirtual com.oracle.truffle.api.TruffleLanguage$ContextReference.get:()Ljava/lang/Object;
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.sl.nodes.SLRootNode.bodyNode:Lcom/oracle/truffle/sl/nodes/SLExpressionNode;
            aload 1 /* frame */
            invokevirtual com.oracle.truffle.sl.nodes.SLExpressionNode.executeGeneric:(Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
            areturn
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.sl.nodes.SLRootNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/sl/nodes/SLRootNode;
            0    2     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    MethodParameters:
       Name  Flags
      frame  

  public com.oracle.truffle.sl.nodes.SLExpressionNode getBodyNode();
    descriptor: ()Lcom/oracle/truffle/sl/nodes/SLExpressionNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.sl.nodes.SLRootNode this
         0: .line 102
            aload 0 /* this */
            getfield com.oracle.truffle.sl.nodes.SLRootNode.bodyNode:Lcom/oracle/truffle/sl/nodes/SLExpressionNode;
            areturn
        end local 0 // com.oracle.truffle.sl.nodes.SLRootNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/sl/nodes/SLRootNode;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.sl.nodes.SLRootNode this
         0: .line 107
            aload 0 /* this */
            getfield com.oracle.truffle.sl.nodes.SLRootNode.name:Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.sl.nodes.SLRootNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/sl/nodes/SLRootNode;

  public void setCloningAllowed(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.sl.nodes.SLRootNode this
        start local 1 // boolean isCloningAllowed
         0: .line 111
            aload 0 /* this */
            iload 1 /* isCloningAllowed */
            putfield com.oracle.truffle.sl.nodes.SLRootNode.isCloningAllowed:Z
         1: .line 112
            return
        end local 1 // boolean isCloningAllowed
        end local 0 // com.oracle.truffle.sl.nodes.SLRootNode this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/oracle/truffle/sl/nodes/SLRootNode;
            0    2     1  isCloningAllowed  Z
    MethodParameters:
                  Name  Flags
      isCloningAllowed  

  public boolean isCloningAllowed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.sl.nodes.SLRootNode this
         0: .line 116
            aload 0 /* this */
            getfield com.oracle.truffle.sl.nodes.SLRootNode.isCloningAllowed:Z
            ireturn
        end local 0 // com.oracle.truffle.sl.nodes.SLRootNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/sl/nodes/SLRootNode;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.sl.nodes.SLRootNode this
         0: .line 121
            new java.lang.StringBuilder
            dup
            ldc "root "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.oracle.truffle.sl.nodes.SLRootNode.name:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.sl.nodes.SLRootNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/sl/nodes/SLRootNode;

  public final com.oracle.truffle.sl.nodes.local.SLWriteLocalVariableNode[] getDeclaredArguments();
    descriptor: ()[Lcom/oracle/truffle/sl/nodes/local/SLWriteLocalVariableNode;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.oracle.truffle.sl.nodes.SLRootNode this
         0: .line 125
            aload 0 /* this */
            getfield com.oracle.truffle.sl.nodes.SLRootNode.argumentNodesCache:[Lcom/oracle/truffle/sl/nodes/local/SLWriteLocalVariableNode;
            astore 1 /* argumentNodes */
        start local 1 // com.oracle.truffle.sl.nodes.local.SLWriteLocalVariableNode[] argumentNodes
         1: .line 126
            aload 1 /* argumentNodes */
            ifnonnull 4
         2: .line 127
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         3: .line 128
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.oracle.truffle.sl.nodes.SLRootNode.findArgumentNodes:()[Lcom/oracle/truffle/sl/nodes/local/SLWriteLocalVariableNode;
            dup
            astore 1 /* argumentNodes */
            putfield com.oracle.truffle.sl.nodes.SLRootNode.argumentNodesCache:[Lcom/oracle/truffle/sl/nodes/local/SLWriteLocalVariableNode;
         4: .line 130
      StackMap locals: com.oracle.truffle.sl.nodes.local.SLWriteLocalVariableNode[]
      StackMap stack:
            aload 1 /* argumentNodes */
            areturn
        end local 1 // com.oracle.truffle.sl.nodes.local.SLWriteLocalVariableNode[] argumentNodes
        end local 0 // com.oracle.truffle.sl.nodes.SLRootNode this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lcom/oracle/truffle/sl/nodes/SLRootNode;
            1    5     1  argumentNodes  [Lcom/oracle/truffle/sl/nodes/local/SLWriteLocalVariableNode;

  private com.oracle.truffle.sl.nodes.local.SLWriteLocalVariableNode[] findArgumentNodes();
    descriptor: ()[Lcom/oracle/truffle/sl/nodes/local/SLWriteLocalVariableNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.oracle.truffle.sl.nodes.SLRootNode this
         0: .line 134
            new java.util.ArrayList
            dup
            iconst_4
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 1 /* writeArgNodes */
        start local 1 // java.util.List writeArgNodes
         1: .line 135
            aload 0 /* this */
            invokevirtual com.oracle.truffle.sl.nodes.SLRootNode.getBodyNode:()Lcom/oracle/truffle/sl/nodes/SLExpressionNode;
            new com.oracle.truffle.sl.nodes.SLRootNode$1
            dup
            aload 0 /* this */
            aload 1 /* writeArgNodes */
            invokespecial com.oracle.truffle.sl.nodes.SLRootNode$1.<init>:(Lcom/oracle/truffle/sl/nodes/SLRootNode;Ljava/util/List;)V
            invokestatic com.oracle.truffle.api.nodes.NodeUtil.forEachChild:(Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/nodes/NodeVisitor;)Z
            pop
         2: .line 161
            aload 1 /* writeArgNodes */
            aload 1 /* writeArgNodes */
            invokeinterface java.util.List.size:()I
            anewarray com.oracle.truffle.sl.nodes.local.SLWriteLocalVariableNode
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast com.oracle.truffle.sl.nodes.local.SLWriteLocalVariableNode[]
            areturn
        end local 1 // java.util.List writeArgNodes
        end local 0 // com.oracle.truffle.sl.nodes.SLRootNode this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lcom/oracle/truffle/sl/nodes/SLRootNode;
            1    3     1  writeArgNodes  Ljava/util/List<Lcom/oracle/truffle/sl/nodes/local/SLWriteLocalVariableNode;>;
}
SourceFile: "SLRootNode.java"
NestMembers:
  com.oracle.truffle.sl.nodes.SLRootNode$1
InnerClasses:
  public abstract CompilationFinal = com.oracle.truffle.api.CompilerDirectives$CompilationFinal of com.oracle.truffle.api.CompilerDirectives
  public abstract ContextReference = com.oracle.truffle.api.TruffleLanguage$ContextReference of com.oracle.truffle.api.TruffleLanguage
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
  com.oracle.truffle.sl.nodes.SLRootNode$1
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.NodeInfo(language = "SL", description = "The root of all SL execution trees")