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