class type ['a] simpleEnumerator = object .. end
['a]
object
end
method hasMoreElements : bool
bool
method getNext : 'a
'a