Class: Taoism::Nodes::Program
- Inherits:
-
Struct
- Object
- Struct
- Taoism::Nodes::Program
- Defined in:
- lib/taoism/nodes.rb
Overview
── Top Level ──
Instance Attribute Summary collapse
-
#end ⇒ Object
Returns the value of attribute end.
-
#start ⇒ Object
Returns the value of attribute start.
-
#stmts ⇒ Object
Returns the value of attribute stmts.
Instance Attribute Details
#end ⇒ Object
Returns the value of attribute end
4 5 6 |
# File 'lib/taoism/nodes.rb', line 4 def end @end end |
#start ⇒ Object
Returns the value of attribute start
4 5 6 |
# File 'lib/taoism/nodes.rb', line 4 def start @start end |
#stmts ⇒ Object
Returns the value of attribute stmts
4 5 6 |
# File 'lib/taoism/nodes.rb', line 4 def stmts @stmts end |