§2.4.2.(c) Super-call for bound roles

Instead of or prior to calling base(..) a constructor of a bound role explicitly or implicitly calls a super constructor. Which constructor is applicable depends on the super role and its playedBy clause.

When invoking a lifting constructor of a super role the base object can optionally be obtained by using a base constructor call as an expression:

super(base(<args>));