ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
broadway_expr.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  exprAnn
 Expression base class. More...
 
class  connectiveExprAnn
 Boolean connective expression. More...
 
class  enumPropertyExprAnn
 Property test expression. More...
 
class  setPropertyExprAnn
 Set property expression. More...
 
class  numericExprAnn
 Numeric expression. More...
 
class  pointerExprAnn
 Pointer test expression. More...
 

Typedefs

typedef std::list< idNodeAnn * > idnodeann_list
 
typedef idnodeann_list::iterator idnodeann_list_p
 
typedef std::list< exprAnn * > exprann_list
 
typedef exprann_list::iterator exprann_list_p
 
typedef
exprann_list::const_iterator 
exprann_list_cp
 

Typedef Documentation

typedef std::list< idNodeAnn * > idnodeann_list

Definition at line 5 of file broadway_expr.h.

typedef idnodeann_list::iterator idnodeann_list_p

Definition at line 6 of file broadway_expr.h.

typedef std::list< exprAnn * > exprann_list

Definition at line 8 of file broadway_expr.h.

typedef exprann_list::iterator exprann_list_p

Definition at line 9 of file broadway_expr.h.

typedef exprann_list::const_iterator exprann_list_cp

Definition at line 10 of file broadway_expr.h.