Class: Gemite::AST::BinaryOp

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

Instance Attribute Summary collapse

Instance Attribute Details

#leftObject

Returns the value of attribute left

Returns:

  • (Object)

    the current value of left



16
17
18
# File 'lib/gemite/ast.rb', line 16

def left
  @left
end

#opObject

Returns the value of attribute op

Returns:

  • (Object)

    the current value of op



16
17
18
# File 'lib/gemite/ast.rb', line 16

def op
  @op
end

#rightObject

Returns the value of attribute right

Returns:

  • (Object)

    the current value of right



16
17
18
# File 'lib/gemite/ast.rb', line 16

def right
  @right
end