casa
$Rev:20696$
|
Envelope class for a node containing a constant regex value. More...
#include <TaQLNode.h>
Public Member Functions | |
TaQLRegexNode (TaQLRegexNodeRep *rep) | |
const String & | getString () const |
Bool | caseInsensitive () const |
Bool | negate () const |
Private Attributes | |
TaQLRegexNodeRep * | itsNRep |
Envelope class for a node containing a constant regex value.
Internal
This is a specialization of the envelope class TaQLNode for a node containing a constant regex or pattern value.
Definition at line 199 of file TaQLNode.h.
casa::TaQLRegexNode::TaQLRegexNode | ( | TaQLRegexNodeRep * | rep | ) | [explicit] |
Bool casa::TaQLRegexNode::caseInsensitive | ( | ) | const |
const String& casa::TaQLRegexNode::getString | ( | ) | const |
Bool casa::TaQLRegexNode::negate | ( | ) | const |
TaQLRegexNodeRep* casa::TaQLRegexNode::itsNRep [private] |
Definition at line 207 of file TaQLNode.h.