class IDL::Type::Union

Public Instance Methods

is_complete?() click to toggle source
# File lib/ridl/type.rb, line 546
def is_complete?
  node.is_defined?
end
is_local?(recurstk = []) click to toggle source
# File lib/ridl/type.rb, line 550
def is_local?(recurstk = [])
  node.is_local?(recurstk)
end