Class: Ea::Ocl::Nodes::BinaryOp

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

Overview

<a> and <b>, <a> or <b>, not <a>

Instance Attribute Summary collapse

Instance Attribute Details

#leftObject

Returns the value of attribute left

Returns:

  • (Object)

    the current value of left



26
27
28
# File 'lib/ea/ocl/nodes.rb', line 26

def left
  @left
end

#opObject

Returns the value of attribute op

Returns:

  • (Object)

    the current value of op



26
27
28
# File 'lib/ea/ocl/nodes.rb', line 26

def op
  @op
end

#rightObject

Returns the value of attribute right

Returns:

  • (Object)

    the current value of right



26
27
28
# File 'lib/ea/ocl/nodes.rb', line 26

def right
  @right
end