abstract class Luce::Node

Overview

Base class for any AST item.

Roughly corresponds to Node in the DOM. Will be either an Element or Text.

Direct Known Subclasses

Defined in:

luce/ast.cr

Instance Method Summary

Instance Method Detail

abstract def accept(visitor : NodeVisitor) : Nil #

abstract def text_content : String #