class ObjCType

Attributes

varname[RW]

Public Class Methods

new( name ) click to toggle source
# File lib/ObjCGenerator/types.rb, line 3
def initialize( name )
  @varname = name
end

Public Instance Methods

conversion_value(origin) click to toggle source
# File lib/ObjCGenerator/types.rb, line 12
def conversion_value origin
  "-subcalss-"
end
copyrow(newVarName) click to toggle source
# File lib/ObjCGenerator/types.rb, line 24
def copyrow newVarName
  "-subcalss-"
end
default_value() click to toggle source
# File lib/ObjCGenerator/types.rb, line 9
def default_value
  "-subcalss-"
end
description_row() click to toggle source
# File lib/ObjCGenerator/types.rb, line 21
def description_row
  "-subcalss-"
end
hash_row() click to toggle source
# File lib/ObjCGenerator/types.rb, line 27
def hash_row
  "-subcalss-"
end
inEquality_test(other) click to toggle source
# File lib/ObjCGenerator/types.rb, line 18
def inEquality_test other
  "-subcalss-"
end
property_definition() click to toggle source
# File lib/ObjCGenerator/types.rb, line 6
def property_definition
  "-subcalss-"
end
to_dictionary_item() click to toggle source
# File lib/ObjCGenerator/types.rb, line 15
def to_dictionary_item
  "-subcalss-"
end