class Udgenerator::NSDouble

Public Instance Methods

==(type) click to toggle source
Calls superclass method Udgenerator::NSValue#==
# File lib/udgenerator/type.rb, line 313
def == (type)
        NSDouble === type && super(type)
end
imp_get_message() click to toggle source
# File lib/udgenerator/type.rb, line 322
def imp_get_message
        "doubleForKey"
end
imp_set_message() click to toggle source
# File lib/udgenerator/type.rb, line 325
def imp_set_message
        "setDouble"
end
swift_type_name() click to toggle source
# File lib/udgenerator/type.rb, line 319
def swift_type_name
        "Double"
end
typeExchange(obj) click to toggle source
# File lib/udgenerator/type.rb, line 328
def typeExchange(obj)
        "[#{obj} doubleValue]"
end
type_name() click to toggle source
# File lib/udgenerator/type.rb, line 316
def type_name
        "double"
end