Class: Ea::Ocl::Nodes::BinaryOp
- Inherits:
-
Struct
- Object
- Struct
- Ea::Ocl::Nodes::BinaryOp
- Defined in:
- lib/ea/ocl/nodes.rb
Overview
<a> and <b>, <a> or <b>, not <a>
Instance Attribute Summary collapse
-
#left ⇒ Object
Returns the value of attribute left.
-
#op ⇒ Object
Returns the value of attribute op.
-
#right ⇒ Object
Returns the value of attribute right.
Instance Attribute Details
#left ⇒ Object
Returns the value of attribute left
26 27 28 |
# File 'lib/ea/ocl/nodes.rb', line 26 def left @left end |
#op ⇒ Object
Returns the value of attribute op
26 27 28 |
# File 'lib/ea/ocl/nodes.rb', line 26 def op @op end |
#right ⇒ Object
Returns the value of attribute right
26 27 28 |
# File 'lib/ea/ocl/nodes.rb', line 26 def right @right end |