Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

AttrCheck Class Reference

#include <pac.h>

Inheritance diagram for AttrCheck:

Inheritance graph
[legend]
Collaboration diagram for AttrCheck:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 AttrCheck (Expr *arg_expr)
ExprgetExpr ()

Protected Attributes

Exprexpr

Constructor & Destructor Documentation

AttrCheck::AttrCheck Expr arg_expr  )  [inline]
 

Definition at line 890 of file pac.h.

References ATTR_CHECK, and expr.

00891                 : Attr(ATTR_CHECK), expr(arg_expr) {}


Member Function Documentation

Expr* AttrCheck::getExpr  )  [inline]
 

Definition at line 893 of file pac.h.

References expr.

Referenced by TypeDecl::ProcessAttr().

00893 { return expr; }


Member Data Documentation

Expr* AttrCheck::expr [protected]
 

Reimplemented from Attr.

Definition at line 896 of file pac.h.

Referenced by AttrCheck(), and getExpr().


The documentation for this class was generated from the following file:
Generated on Wed Sep 14 03:07:44 2005 for bro_docs by doxygen 1.3.5