abstract class Drizzle::AST::Node
- Drizzle::AST::Node
- Reference
- Object
Overview
Abstract base class that all Nodes inherit from, to give a single parent point
Direct Known Subclasses
Defined in:
drizzle/ast/node.crInstance Method Summary
-
#literal : String
Returns the literal for the token that made this node.
-
#to_s : String
Return a string form of the node Used to print out the node in a nice way.
Instance Method Detail
abstract
def to_s : String
#
Return a string form of the node Used to print out the node in a nice way.