Lines Matching refs:parameter
41 /** Reflects a method parameter.
51 /** Returns the name of the parameter
54 name of parameter
58 /** Returns the type of the parameter.
61 type of parameter
65 /** Returns true, if the parameter is declared as [in] or [inout] in IDL.
68 true, if declared [in] or [inout] parameter
72 /** Returns true, if the parameter is declared as [out] or [inout] in IDL.
75 true, if declared [out] or [inout] parameter
79 /** Returns the position of the parameter regarding the IDL method declaration.
82 position of the parameter