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

comma::AttribExpr Class Reference

The AttribExpr class represents attributes which resolve to values. More...

#include <AttribExpr.h>

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

List of all members.

Public Member Functions

const AstgetPrefix () const
 Returns the prefix to which this attribute applies.
AstgetPrefix ()
attrib::AttributeID getAttributeID () const
 Returns the AttributeID associated with this expression.

Static Public Member Functions

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

Protected Member Functions

 AttribExpr (AstKind kind, Ast *prefix, PrimaryType *type, Location loc)
 Constructs an AttribExpr when the type of the attribute is known.
 AttribExpr (AstKind kind, Ast *prefix, Location loc)

Static Protected Member Functions

static attrib::AttributeID correspondingID (AstKind kind)

Protected Attributes

Astprefix

Detailed Description

The AttribExpr class represents attributes which resolve to values.

Definition at line 27 of file AttribExpr.h.


Constructor & Destructor Documentation

comma::AttribExpr::AttribExpr ( AstKind  kind,
Ast prefix,
PrimaryType type,
Location  loc 
) [inline, protected]

Constructs an AttribExpr when the type of the attribute is known.

Definition at line 50 of file AttribExpr.h.

comma::AttribExpr::AttribExpr ( AstKind  kind,
Ast prefix,
Location  loc 
) [inline, protected]

Constructs an AttribExpr when the exact type is not available. Subclasses should call Expr::setType to resolve the type when available.

Definition at line 60 of file AttribExpr.h.


Member Function Documentation

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

Support isa and dyn_cast.

Reimplemented from comma::Expr.

Reimplemented in comma::ScalarBoundAE, comma::FirstAE, comma::LastAE, comma::ArrayBoundAE, comma::FirstArrayAE, and comma::LastArrayAE.

Definition at line 43 of file AttribExpr.h.

attrib::AttributeID AttribExpr::correspondingID ( AstKind  kind  )  [static, protected]

Returns the AttributeID which corresponds to the given AstKind, or attrib::UNKNOWN_ATTRIB if there is no mapping.

Definition at line 16 of file AttribExpr.cpp.

attrib::AttributeID comma::AttribExpr::getAttributeID (  )  const [inline]

Returns the AttributeID associated with this expression.

Definition at line 37 of file AttribExpr.h.

Ast* comma::AttribExpr::getPrefix (  )  [inline]

Reimplemented in comma::ScalarBoundAE, and comma::ArrayBoundAE.

Definition at line 34 of file AttribExpr.h.

const Ast* comma::AttribExpr::getPrefix (  )  const [inline]

Returns the prefix to which this attribute applies.

The returned node is either a TypeRef, SubroutineRef, or an Expr.

Reimplemented in comma::ScalarBoundAE, and comma::ArrayBoundAE.

Definition at line 33 of file AttribExpr.h.


Member Data Documentation

Definition at line 72 of file AttribExpr.h.


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

Generated on 1 Feb 2010 for Comma by  doxygen 1.6.1