Class: Taoism::Nodes::ExprStmt
- Inherits:
-
Struct
- Object
- Struct
- Taoism::Nodes::ExprStmt
- Defined in:
- lib/taoism/nodes.rb
Instance Attribute Summary collapse
-
#end ⇒ Object
Returns the value of attribute end.
-
#expr ⇒ Object
Returns the value of attribute expr.
-
#start ⇒ Object
Returns the value of attribute start.
Instance Attribute Details
#end ⇒ Object
Returns the value of attribute end
15 16 17 |
# File 'lib/taoism/nodes.rb', line 15 def end @end end |
#expr ⇒ Object
Returns the value of attribute expr
15 16 17 |
# File 'lib/taoism/nodes.rb', line 15 def expr @expr end |
#start ⇒ Object
Returns the value of attribute start
15 16 17 |
# File 'lib/taoism/nodes.rb', line 15 def start @start end |