A model for a callable constructor of a member class.
MemberClassValueConstructorno 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 CallableConstructorDeclaration declarationThis constructor's declaration. |
type | Source Codeshared formal MemberClass<Container,Type,Nothing> typeThis function's return closed type. Refines FunctionModel.type |
| Inherited Attributes |
Attributes inherited from: Object |
Attributes inherited from: Declared |
Attributes inherited from: FunctionModel<Type,Arguments> |
Attributes inherited from: Functional |
Attributes inherited from: Generic |
Attributes inherited from: Model |
| Methods | |
bind | Source Codeshared formal CallableConstructor<Type,Arguments> bind(Object container)Type-unsafe container binding, to be used when the container type is unknown until runtime. This has the same behaviour as invoking this Refines Qualified.bind |
| Inherited Methods |
Methods inherited from: Object |
Methods inherited from: Qualified<Kind,Container> |