Class: LL::AST::Node
- Inherits:
-
AST::Node
- Object
- AST::Node
- LL::AST::Node
- Defined in:
- lib/ll/ast/node.rb
Overview
Class containing details of a single node in an LL grammar AST.
Instance Attribute Summary collapse
- #source_line ⇒ LL::SourceLine readonly
Instance Attribute Details
#source_line ⇒ LL::SourceLine (readonly)
10 11 12 |
# File 'lib/ll/ast/node.rb', line 10 def source_line @source_line end |