Class: Ea::Ocl::Nodes::UnaryOp
- Inherits:
-
Struct
- Object
- Struct
- Ea::Ocl::Nodes::UnaryOp
- Defined in:
- lib/ea/ocl/nodes.rb
Instance Attribute Summary collapse
-
#op ⇒ Object
Returns the value of attribute op.
-
#operand ⇒ Object
Returns the value of attribute operand.
Instance Attribute Details
#op ⇒ Object
Returns the value of attribute op
27 28 29 |
# File 'lib/ea/ocl/nodes.rb', line 27 def op @op end |
#operand ⇒ Object
Returns the value of attribute operand
27 28 29 |
# File 'lib/ea/ocl/nodes.rb', line 27 def operand @operand end |