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 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokespecial org.jruby.ast.StrNode.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/util/ByteList;)V
1: return
end local 2 end local 1 end local 0 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"