public class org.jruby.ast.FileNode extends org.jruby.ast.StrNode implements org.jruby.ast.SideEffectFree
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ast.FileNode
  super_class: org.jruby.ast.StrNode
{
  public void <init>(org.jruby.lexer.yacc.ISourcePosition, org.jruby.util.ByteList);
    descriptor: (Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/util/ByteList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.ast.FileNode this
        start local 1 // org.jruby.lexer.yacc.ISourcePosition position
        start local 2 // org.jruby.util.ByteList value
         0: .line 40
            aload 0 /* this */
            aload 1 /* position */
            aload 2 /* value */
            invokespecial org.jruby.ast.StrNode.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/util/ByteList;)V
         1: .line 41
            return
        end local 2 // org.jruby.util.ByteList value
        end local 1 // org.jruby.lexer.yacc.ISourcePosition position
        end local 0 // org.jruby.ast.FileNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/jruby/ast/FileNode;
            0    2     1  position  Lorg/jruby/lexer/yacc/ISourcePosition;
            0    2     2     value  Lorg/jruby/util/ByteList;
    MethodParameters:
          Name  Flags
      position  
      value     
}
SourceFile: "FileNode.java"