class IDL::Type::Valuetype
Public Instance Methods
is_complete?()
click to toggle source
# File lib/ridl/type.rb, line 520 def is_complete? node.is_defined? end
is_local?(recurstk = [])
click to toggle source
# File lib/ridl/type.rb, line 524 def is_local?(recurstk = []) node.is_local?(recurstk) end