abstract class Taro::Compiler::Ast::Node

Direct Known Subclasses

Defined in:

compiler/parser/ast/node.cr

Instance Method Summary

Instance Method Detail

def accept(visitor) #

[View source]
def accept_children(visitor) #

[View source]
def at(location : Location) #

[View source]
def at(node : Node) #

[View source]
def at(node : Nil) #

[View source]
def at_end(end_location : Location) #

[View source]
def at_end(node : Node) #

[View source]
def at_end(node : Nil) #

[View source]
def class_desc : String #

[View source]
def end_location : Location | Nil #

[View source]
def end_location=(end_location : Location | Nil) #

[View source]
def location : Location | Nil #

[View source]
def location=(location : Location | Nil) #

[View source]