Class: Taoism::Nodes::BinaryOp

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

Overview

── Expressions ──

Instance Attribute Summary collapse

Instance Attribute Details

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



29
30
31
# File 'lib/taoism/nodes.rb', line 29

def end
  @end
end

#leftObject

Returns the value of attribute left

Returns:

  • (Object)

    the current value of left



29
30
31
# File 'lib/taoism/nodes.rb', line 29

def left
  @left
end

#opObject

Returns the value of attribute op

Returns:

  • (Object)

    the current value of op



29
30
31
# File 'lib/taoism/nodes.rb', line 29

def op
  @op
end

#rightObject

Returns the value of attribute right

Returns:

  • (Object)

    the current value of right



29
30
31
# File 'lib/taoism/nodes.rb', line 29

def right
  @right
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



29
30
31
# File 'lib/taoism/nodes.rb', line 29

def start
  @start
end