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

A value model can be either a toplevel Value or a member Attribute.

no type hierarchy

Attributes
declarationSource Codeshared formal NestableDeclaration&GettableDeclaration declaration

This value's declaration.

Refines Model.declaration ultimately refines Declared.declaration
typeSource Codeshared formal ClosedType<Get> type

This value's closed type.

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