#include <pac.h>
Inheritance diagram for AttrCheck:


Public Member Functions | |
| AttrCheck (Expr *arg_expr) | |
| Expr * | getExpr () |
Protected Attributes | |
| Expr * | expr |
|
|
Definition at line 890 of file pac.h. References ATTR_CHECK, and expr.
|
|
|
Definition at line 893 of file pac.h. References expr. Referenced by TypeDecl::ProcessAttr().
00893 { return expr; }
|
|
|
Reimplemented from Attr. Definition at line 896 of file pac.h. Referenced by AttrCheck(), and getExpr(). |
1.3.5