comma::ParamValueDecl Class Reference
#include <Decl.h>
List of all members.
Detailed Description
Definition at line 713 of file Decl.h.
Constructor & Destructor Documentation
Member Function Documentation
static bool comma::ParamValueDecl::classof |
( |
const Ast * |
node |
) |
[inline, static] |
static bool comma::ParamValueDecl::classof |
( |
const ParamValueDecl * |
node |
) |
[inline, static] |
Returns the parameter mdoe associated with this decl.
Definition at line 849 of file Decl.cpp.
Returns the parameter mode associated with this decl. This function never returns MODE_DEFAULT, only MODE_IN. To check if the mode was implicitly defined as "in" use parameterModeSpecified, or call getExplicitParameterMode.
Definition at line 864 of file Decl.cpp.
bool ParamValueDecl::parameterModeSpecified |
( |
|
) |
const |
Returns true if the parameter mode was explicitly specified for this parameter. This predicate is used to distinguish between the default parameter mode of "in" and the case where "in" was explicitly given.
Definition at line 859 of file Decl.cpp.
Sets the parameter mode of this decl.
Definition at line 854 of file Decl.cpp.
The documentation for this class was generated from the following files: