comma::ConversionExpr Class Reference
#include <Expr.h>
List of all members.
Detailed Description
Definition at line 743 of file Expr.h.
Constructor & Destructor Documentation
comma::ConversionExpr::ConversionExpr |
( |
Expr * |
operand, |
|
|
Type * |
target, |
|
|
Location |
loc = 0 | |
|
) |
| | [inline] |
Member Function Documentation
static bool comma::ConversionExpr::classof |
( |
const Ast * |
node |
) |
[inline, static] |
static bool comma::ConversionExpr::classof |
( |
const ConversionExpr * |
node |
) |
[inline, static] |
Expr* comma::ConversionExpr::getOperand |
( |
|
) |
[inline] |
const Expr* comma::ConversionExpr::getOperand |
( |
|
) |
const [inline] |
Returns the expression to be converted.
Definition at line 751 of file Expr.h.
The documentation for this class was generated from the following file: