Class: Taoism::Nodes::ExprStmt

Inherits:
Struct
  • Object
show all
Defined in:
lib/taoism/nodes.rb

Instance Attribute Summary collapse

Instance Attribute Details

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



15
16
17
# File 'lib/taoism/nodes.rb', line 15

def end
  @end
end

#exprObject

Returns the value of attribute expr

Returns:

  • (Object)

    the current value of expr



15
16
17
# File 'lib/taoism/nodes.rb', line 15

def expr
  @expr
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



15
16
17
# File 'lib/taoism/nodes.rb', line 15

def start
  @start
end