implementsClause property
Return the implements clause for this class, or null
if there is no
implements clause.
Implementation
ImplementsClause get implementsClause;
Set the implements clause for this class to the given implementsClause
.
Implementation
set implementsClause(ImplementsClause implementsClause);