Lines Matching refs:constructor
35 Reflects a service constructor.
41 Returns whether the constructor is a default constructor.
43 @return <TRUE/> if the constructor is a default constructor
48 Returns the constructor's name.
50 @return the constructor's name; for a default constructor, an empty
56 Returns the constructor's parameters.
58 @return the reflections of all the constructor's parameters, in their
59 lexical order; for a default constructor, an empty sequence is
65 Returns the exceptions that can be raised by the constructor.
68 constructor's <code>raises</code> specification, in no particular order;
70 types; for a default constructor, an empty sequence is returned (even
71 though the mapping of a default constructor in a particular language