public interface org.jruby.ast.IScopingNode
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jruby.ast.IScopingNode
  super_class: java.lang.Object
{
  public abstract org.jruby.ast.Colon3Node getCPath();
    descriptor: ()Lorg/jruby/ast/Colon3Node;
    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
}
SourceFile: "IScopingNode.java"