comma::WhileStmt Class Reference

#include <Stmt.h>

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

List of all members.

Public Member Functions

 WhileStmt (Location loc, Expr *condition, StmtSequence *body)
ExprgetCondition ()
const ExprgetCondition () const
StmtSequencegetBody ()
const StmtSequencegetBody () const

Static Public Member Functions

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

Detailed Description

Definition at line 422 of file Stmt.h.


Constructor & Destructor Documentation

comma::WhileStmt::WhileStmt ( Location  loc,
Expr condition,
StmtSequence body 
) [inline]

Definition at line 425 of file Stmt.h.


Member Function Documentation

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

Reimplemented from comma::Stmt.

Definition at line 439 of file Stmt.h.

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

Support isa and dyn_cast.

Reimplemented from comma::Stmt.

Definition at line 438 of file Stmt.h.

const StmtSequence* comma::WhileStmt::getBody (  )  const [inline]

Definition at line 436 of file Stmt.h.

StmtSequence* comma::WhileStmt::getBody (  )  [inline]

Definition at line 435 of file Stmt.h.

const Expr* comma::WhileStmt::getCondition (  )  const [inline]

Definition at line 432 of file Stmt.h.

Expr* comma::WhileStmt::getCondition (  )  [inline]

Definition at line 431 of file Stmt.h.


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

Generated on 1 Feb 2010 for Comma by  doxygen 1.6.1