Class: IDL::Expression::Operation::UnaryPlus

Inherits:
Unary show all
Defined in:
lib/ridl/expression.rb

Constant Summary collapse

Applicable =
Float2::Applicable

Constants inherited from Unary

IDL::Expression::Operation::Unary::NUMBER_OF_OPERANDS

Constants inherited from IDL::Expression::Operation

NUMBER_OF_OPERANDS

Instance Attribute Summary

Attributes inherited from IDL::Expression::Operation

#operands

Attributes inherited from IDL::Expression

#idltype, #value

Instance Method Summary collapse

Methods inherited from IDL::Expression::Operation

#initialize, #instantiate, #is_template?, #set_type, suite_type

Methods inherited from IDL::Expression

#instantiate, #is_template?, #typename

Constructor Details

This class inherits a constructor from IDL::Expression::Operation

Instance Method Details

#calculate(op) ⇒ Object



202
203
204
# File 'lib/ridl/expression.rb', line 202

def calculate(op)
  op
end