Class: LL::AST::Node

Inherits:
AST::Node
  • Object
show all
Defined in:
lib/ll/ast/node.rb

Overview

Class containing details of a single node in an LL grammar AST.

Instance Attribute Summary (collapse)

Instance Attribute Details

- (LL::SourceLine) source_line (readonly)

Returns:



10
11
12
# File 'lib/ll/ast/node.rb', line 10

def source_line
  @source_line
end