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::ConversionExpr Class Reference

comma::ConversionExpr Class Reference

#include <Expr.h>

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

List of all members.

Public Member Functions

 ConversionExpr (Expr *operand, Type *target, Location loc=0)
const ExprgetOperand () const
 Returns the expression to be converted.
ExprgetOperand ()

Static Public Member Functions

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

Detailed Description

Definition at line 743 of file Expr.h.


Constructor & Destructor Documentation

comma::ConversionExpr::ConversionExpr ( Expr operand,
Type target,
Location  loc = 0 
) [inline]

Definition at line 746 of file Expr.h.


Member Function Documentation

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

Reimplemented from comma::Expr.

Definition at line 756 of file Expr.h.

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

Support isa and dyn_cast.

Reimplemented from comma::Expr.

Definition at line 755 of file Expr.h.

Expr* comma::ConversionExpr::getOperand (  )  [inline]

Definition at line 752 of file Expr.h.

const Expr* comma::ConversionExpr::getOperand (  )  const [inline]

Returns the expression to be converted.

Definition at line 751 of file Expr.h.


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

Generated on 1 Feb 2010 for Comma by  doxygen 1.6.1