extendsClause property
Return the extends clause for this class, or null
if the class does not
extend any other class.
Implementation
ExtendsClause get extendsClause;
Set the extends clause for this class to the given extendsClause
.
Implementation
set extendsClause(ExtendsClause extendsClause);