Class: IDL::Type::Valuebox

Inherits:
NodeType show all
Defined in:
lib/ridl/type.rb

Constant Summary

Constants inherited from IDL::Type

Long, LongLong, Octet, Short, ULong, ULongLong, UShort

Instance Attribute Summary

Attributes inherited from NodeType

#node

Instance Method Summary collapse

Methods inherited from NodeType

#initialize, #is_node?, #matches?, #resolved_node

Methods inherited from IDL::Type

#instantiate, #is_anonymous?, #is_complete?, #is_node?, #is_template?, #matches?, #narrow, #resolved_node, #resolved_type, #typeerror, #typename

Constructor Details

This class inherits a constructor from IDL::Type::NodeType

Instance Method Details

#is_local?(recurstk = []) ⇒ Boolean

Returns:



427
428
429
# File 'lib/ridl/type.rb', line 427

def is_local?(recurstk = [])
  node.is_local?(recurstk)
end