comma::AssignmentStmt Class Reference
#include <Stmt.h>
List of all members.
Detailed Description
Definition at line 291 of file Stmt.h.
Constructor & Destructor Documentation
AssignmentStmt::AssignmentStmt |
( |
Expr * |
target, |
|
|
Expr * |
value | |
|
) |
| | |
Member Function Documentation
static bool comma::AssignmentStmt::classof |
( |
const Ast * |
node |
) |
[inline, static] |
static bool comma::AssignmentStmt::classof |
( |
const AssignmentStmt * |
node |
) |
[inline, static] |
const Expr* comma::AssignmentStmt::getAssignedExpr |
( |
|
) |
const [inline] |
Expr* comma::AssignmentStmt::getAssignedExpr |
( |
|
) |
[inline] |
const Expr* comma::AssignmentStmt::getTarget |
( |
|
) |
const [inline] |
Expr* comma::AssignmentStmt::getTarget |
( |
|
) |
[inline] |
The documentation for this class was generated from the following files: