Satisfied Interfaces: Generic, Model
Direct Known Satisfying Interfaces: Function<Type,Arguments>, Method<Container,Type,Arguments>

A function model represents the model of a Ceylon function that you can inspect.

A function model can be either a toplevel Function or a member Method.

Attributes
declarationSource Code
shared formal FunctionDeclaration declaration

This function's declaration.

Refined declaration: declaration
parameterTypesSource Code

This function's parameter closed types

typeSource Code
shared formal Type<Type> type

This function's return closed type.

Inherited Attributes
Attributes inherited from: Object
Attributes inherited from: Generic
Attributes inherited from: Model
Inherited Methods
Methods inherited from: Object