Class: Ea::Ocl::Nodes::UnaryOp

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

Instance Attribute Summary collapse

Instance Attribute Details

#opObject

Returns the value of attribute op

Returns:

  • (Object)

    the current value of op



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

def op
  @op
end

#operandObject

Returns the value of attribute operand

Returns:

  • (Object)

    the current value of operand



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

def operand
  @operand
end