A model for a value constructor of a member class.
no type hierarchy
no subtypes hierarchy
| Attributes | |
container | Source Codeshared formal ClassModel<Type,Nothing> containerThe class containing this constructor; the type of instances produced by this constructor. |
declaration | Source Codeshared formal ValueConstructorDeclaration declarationThis value's declaration. |
type | Source Codeshared formal MemberClass<Container,Type,Nothing> typeThis value's closed type. Refines ValueModel.type |
| Inherited Attributes |
Attributes inherited from: Object |
Attributes inherited from: Declared |
Attributes inherited from: Model |
Attributes inherited from: ValueModel<Get,Set> |
| Methods | |
bind | Source Codeshared formal ValueConstructor<Type> bind(Object container)Binds this attribute to the given container instance. The instance type is checked at runtime. Throws
Refines Qualified.bind |
| Inherited Methods |
Methods inherited from: Object |
Methods inherited from: Qualified<Kind,Container> |