<< §1.2.4.(b) Casting | ↑ Table of Contents ↑ |
§1.2.4.(c) Class literal
A class literal of form R.class
is dynamically bound to the class R
visible in the current instance context. Using a class literal for a role outside its
enclosing team instance (see §1.2.2) requires the following syntax:
RoleClass<@teamAnchor>.class
<< §1.2.4.(b) Casting | ↑ Table of Contents ↑ |