abstract class Drizzle::AST::Node

Overview

Abstract base class that all Nodes inherit from, to give a single parent point

Direct Known Subclasses

Defined in:

drizzle/ast/node.cr

Instance Method Summary

Instance Method Detail

abstract def literal : String #

Returns the literal for the token that made this node.


[View source]
abstract def to_s : String #

Return a string form of the node Used to print out the node in a nice way.


[View source]