AnyExpr Class ReferenceWildcard expression for any expression tree.
More...
#include <AnyExpr.h>
Inheritance diagram for AnyExpr:
[legend]List of all members.
Detailed Description
Wildcard expression for any expression tree.
Polaris Base - See also:
- Wildcard/AnyExpr.h
Wildcard/Wildcard.cc
Wildcard/AnyExpr.h
AnyExpr is a wildcard expression which matches any Fortran expression tree, of any type.
For more details, please see Wildcard.
Definition at line 29 of file AnyExpr.h.
Constructor & Destructor Documentation
| AnyExpr::AnyExpr |
( |
const AnyExpr & |
ae |
) |
|
|
Member Function Documentation
| int AnyExpr::structures_OK |
( |
|
) |
const [virtual] |
|
| virtual void AnyExpr::print_debug |
( |
ostream & |
o, |
|
|
Boolean |
debug |
|
) |
const [virtual] |
|
|
|
debug indicates whether it should contain extra fields
Implements Wildcard. |
| int AnyExpr::node_compare |
( |
const Expression & |
ex |
) |
const [virtual] |
|
The documentation for this class was generated from the following files:
|