public interface org.jruby.ast.DefNode
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.jruby.ast.DefNode
super_class: java.lang.Object
{
public abstract org.jruby.ast.ArgsNode getArgsNode();
descriptor: ()Lorg/jruby/ast/ArgsNode;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.jruby.parser.StaticScope getScope();
descriptor: ()Lorg/jruby/parser/StaticScope;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.jruby.ast.Node getBodyNode();
descriptor: ()Lorg/jruby/ast/Node;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract int getEndLine();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "DefNode.java"