comma::NullStmt Class Reference

#include <Stmt.h>

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

List of all members.

Public Member Functions

 NullStmt (Location loc)
 Constructs a null statement at the given location.

Static Public Member Functions

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

Detailed Description

Definition at line 615 of file Stmt.h.


Constructor & Destructor Documentation

comma::NullStmt::NullStmt ( Location  loc  )  [inline]

Constructs a null statement at the given location.

Definition at line 619 of file Stmt.h.


Member Function Documentation

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

Reimplemented from comma::Stmt.

Definition at line 623 of file Stmt.h.

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

Support isa and dyn_cast.

Reimplemented from comma::Stmt.

Definition at line 622 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