A class model represents the model of a Ceylon class that you can inspect.
A class model can be either a toplevel Class or a member MemberClass.
| Attributes | |
| declaration | Source Code shared formal ClassDeclaration declaration The declaration for this model. Refined declaration: declaration |
| parameterTypes | Source Code This function's parameter closed types |
| Inherited Attributes |
| Attributes inherited from: Object |
| Attributes inherited from: ClassOrInterface<Type> |
| Attributes inherited from: Generic |
| Attributes inherited from: Model |
| Inherited Methods |
| Methods inherited from: Object |
| Methods inherited from: ClassOrInterface<Type> |
| Methods inherited from: Type<Type> |