class Udgenerator::NSBOOL

Public Instance Methods

==(type) click to toggle source
Calls superclass method Udgenerator::NSValue#==
# File lib/udgenerator/type.rb, line 270
def == (type)
        NSBOOL === type && super(type)
end
imp_get_message() click to toggle source
# File lib/udgenerator/type.rb, line 279
def imp_get_message
        "boolForKey"
end
imp_set_message() click to toggle source
# File lib/udgenerator/type.rb, line 282
def imp_set_message
        "setBool"
end
swift_default_value() click to toggle source
# File lib/udgenerator/type.rb, line 288
def swift_default_value
        "false"
end
swift_type_name() click to toggle source
# File lib/udgenerator/type.rb, line 276
def swift_type_name
        "Bool"
end
typeExchange(obj) click to toggle source
# File lib/udgenerator/type.rb, line 285
def typeExchange(obj)
        "[#{obj} boolValue]"
end
type_name() click to toggle source
# File lib/udgenerator/type.rb, line 273
def type_name
        "BOOL"
end