Class: LIT::Parser::AST::Program
- Inherits:
-
Struct
- Object
- Struct
- LIT::Parser::AST::Program
- Defined in:
- lib/lit/parser/ast.rb
Overview
Instance Attribute Summary collapse
-
#statements ⇒ Object
Returns the value of attribute statements.
Instance Attribute Details
#statements ⇒ Object
Returns the value of attribute statements
8 9 10 |
# File 'lib/lit/parser/ast.rb', line 8 def statements @statements end |