Class

This represents a node in the tree. It is the parent class of all of the various node types.

Attributes
Read

A Location instance that represents the location of this node in the source.

Instance Methods

Similar to inspect, but respects the current level of indentation given by the pretty print object.

Slice the location of the node from the source.

Convert this node into a graphviz dot graph string.