rubyx/lib/soml/parfait/class.soml
Torsten Ruger a8b815117f rename object_type to instance_type
for better distinction that it is not every object
but only instances of the class
2016-02-25 12:16:13 -08:00

12 lines
177 B
Plaintext

class Class < Object
field List instance_methods
field Type instance_type
field Word name
field Word super_class_name
Word get_name()
return self.name
end
end