Welcome to the NetCologne GmbH open source mirroring service!

This machine mirrors various open-source projects. 20 Gbit/s uplink.

If there are any issues or you want another project mirrored, please contact mirror-service -=AT=- netcologne DOT de !

Comma: comma::AssignmentStmt Class Reference

comma::AssignmentStmt Class Reference

#include <Stmt.h>

Inheritance diagram for comma::AssignmentStmt:
Inheritance graph
[legend]
Collaboration diagram for comma::AssignmentStmt:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 AssignmentStmt (Expr *target, Expr *value)
ExprgetTarget ()
const ExprgetTarget () const
ExprgetAssignedExpr ()
const ExprgetAssignedExpr () const

Static Public Member Functions

static bool classof (const AssignmentStmt *node)
 Support isa and dyn_cast.
static bool classof (const Ast *node)

Detailed Description

Definition at line 291 of file Stmt.h.


Constructor & Destructor Documentation

AssignmentStmt::AssignmentStmt ( Expr target,
Expr value 
)

Definition at line 95 of file Stmt.cpp.


Member Function Documentation

static bool comma::AssignmentStmt::classof ( const Ast node  )  [inline, static]

Reimplemented from comma::Stmt.

Definition at line 304 of file Stmt.h.

static bool comma::AssignmentStmt::classof ( const AssignmentStmt node  )  [inline, static]

Support isa and dyn_cast.

Reimplemented from comma::Stmt.

Definition at line 303 of file Stmt.h.

const Expr* comma::AssignmentStmt::getAssignedExpr (  )  const [inline]

Definition at line 300 of file Stmt.h.

Expr* comma::AssignmentStmt::getAssignedExpr (  )  [inline]

Definition at line 299 of file Stmt.h.

const Expr* comma::AssignmentStmt::getTarget (  )  const [inline]

Definition at line 297 of file Stmt.h.

Expr* comma::AssignmentStmt::getTarget (  )  [inline]

Definition at line 296 of file Stmt.h.


The documentation for this class was generated from the following files:

Generated on 1 Feb 2010 for Comma by  doxygen 1.6.1