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.
no type hierarchy
| Attributes | |
declaration | Source Codeshared formal ClassDeclaration declarationThe declaration for this model. |
parameterTypes | Source Codeshared formal Type<Anything>[] parameterTypesThis function's parameter closed types |
| Inherited Attributes |
Attributes inherited from: Object |
Attributes inherited from: ClassOrInterface<Type> |
Attributes inherited from: Generic |
Attributes inherited from: Model |