Class: Melbourne::AST::TopLevel

Inherits:
Node
  • Object
show all
Defined in:
lib/melbourne/ast/constants.rb

Overview

The parent node of something on the lop level as in:

::X # X is at the top level, it's parent is the top level itself

Instance Attribute Summary

Attributes inherited from Node

#line

Method Summary

Methods inherited from Node

#ascii_graph, #initialize

Constructor Details

This class inherits a constructor from Melbourne::AST::Node