class Udgenerator::NSInteger

Public Instance Methods

==(type) click to toggle source
Calls superclass method Udgenerator::NSValue#==
# File lib/udgenerator/type.rb, line 250
def == (type)
        NSInteger === type && super(type)
end
imp_get_message() click to toggle source
# File lib/udgenerator/type.rb, line 259
def imp_get_message
        "integerForKey"
end
imp_set_message() click to toggle source
# File lib/udgenerator/type.rb, line 262
def imp_set_message
        "setInteger"
end
swift_type_name() click to toggle source
# File lib/udgenerator/type.rb, line 256
def swift_type_name
        "Int"
end
typeExchange(obj) click to toggle source
# File lib/udgenerator/type.rb, line 265
def typeExchange(obj)
        "[#{obj} integerValue]"
end
type_name() click to toggle source
# File lib/udgenerator/type.rb, line 253
def type_name
        "NSInteger"
end