superclass property
Return the name of the superclass of the class being declared.
Implementation
TypeName get superclass;
Set the name of the superclass of the class being declared to the given
superclass
name.
Implementation
set superclass(TypeName superclass);