#include <ExprDerNode.h>
Inheritance diagram for casa::TableExprNodeConstRegex:


Internal
This class represents a constant in a table select expression tree. This is also used to hold the value of a table keyword, which is constant over the entire table.
Definition at line 200 of file ExprDerNode.h.
Public Member Functions | |
| TableExprNodeConstRegex (const Regex &value) | |
| ~TableExprNodeConstRegex () | |
| Regex | getRegex (const TableExprId &id) |
Private Attributes | |
| Regex | value_p |
| casa::TableExprNodeConstRegex::TableExprNodeConstRegex | ( | const Regex & | value | ) |
| casa::TableExprNodeConstRegex::~TableExprNodeConstRegex | ( | ) |
| Regex casa::TableExprNodeConstRegex::getRegex | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casa::TableExprNodeRep.
Regex casa::TableExprNodeConstRegex::value_p [private] |
Definition at line 207 of file ExprDerNode.h.
1.5.1