comma::ExprDumper Class Reference

#include <ExprDumper.h>

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

List of all members.

Public Member Functions

 ExprDumper (llvm::raw_ostream &stream, AstDumper *dumper)
llvm::raw_ostream & dump (Expr *expr, unsigned level=0)

Detailed Description

Definition at line 27 of file ExprDumper.h.


Constructor & Destructor Documentation

comma::ExprDumper::ExprDumper ( llvm::raw_ostream &  stream,
AstDumper dumper 
) [inline]

Constructs a dumper which writes its output to the given llvm::raw_ostream.

Definition at line 32 of file ExprDumper.h.


Member Function Documentation

llvm::raw_ostream & ExprDumper::dump ( Expr expr,
unsigned  level = 0 
)

Dumps the given statement node to the output stream respecting the given indentation level.

Definition at line 20 of file ExprDumper.cpp.


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

Generated on 1 Feb 2010 for Comma by  doxygen 1.6.1