Class: LIT::Parser::AST::Program

Inherits:
Struct
  • Object
show all
Defined in:
lib/lit/parser/ast.rb

Overview

Since:

  • 0.1.0

Instance Attribute Summary collapse

Instance Attribute Details

#statementsObject

Returns the value of attribute statements

Returns:

  • (Object)

    the current value of statements



8
9
10
# File 'lib/lit/parser/ast.rb', line 8

def statements
  @statements
end