Class: Node
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Node
- Defined in:
- lib/emerald/nodes/node.rb
Overview
Base class for all Emerald syntax nodes
Direct Known Subclasses
AttributeList, Attributes, Comment, Line, Nested, PairList, Root, Scope, TagStatement, TextLiteral, ValueList, Variable
Instance Method Summary collapse
Instance Method Details
#to_html(_context) ⇒ Object
8 9 10 |
# File 'lib/emerald/nodes/node.rb', line 8 def to_html(_context) raise 'not implemented :(' end |