abstract class Parser::Node

Overview

Optional base type for ast node (or anything returned by a rule).

Direct Known Subclasses

Defined in:

parsing/primitive.cr

Instance Method Summary

Instance Method Detail

def character : Int32 | Nil #

[View source]
def character=(character : Int32 | Nil) #

[View source]
def line : Int32 | Nil #

[View source]
def line=(line : Int32 | Nil) #

[View source]