casacore
|
Raw TaQL parse tree node defining a list of nodes. More...
#include <TaQLNodeDer.h>
Public Member Functions | |
TaQLMultiNodeRep (Bool isSetOrArray=False) | |
TaQLMultiNodeRep (const String &prefix, const String &postfix, Bool isSetOrArray=False) | |
void | setIsSetOrArray () |
void | setPPFix (const String &prefix, const String &postfix) |
void | setSeparator (const String &sep) |
void | setSeparator (uInt incr, const String &sep) |
void | add (const TaQLNode &node) |
const std::vector< TaQLNode > & | getNodes () const |
virtual TaQLNodeResult | visit (TaQLNodeVisitor &) const override |
Visit a node for tree traversal. More... | |
virtual void | show (std::ostream &os) const override |
Print the object in an ostream. More... | |
virtual void | save (AipsIO &aio) const override |
Save the object. More... | |
Public Member Functions inherited from casacore::TaQLNodeRep | |
TaQLNodeRep (int nodeType) | |
Constructor for derived classes specifying the type. More... | |
virtual | ~TaQLNodeRep () |
char | nodeType () const |
Get the node type of the derived class. More... | |
const TaQLStyle & | style () const |
Get the TaQL style. More... | |
String | addEscape (const String &str) const |
Add escape characters to a table name where needed. More... | |
Static Public Member Functions | |
static TaQLMultiNode | restore (AipsIO &aio) |
Static Public Member Functions inherited from casacore::TaQLNodeRep | |
static String | checkDataType (const String &) |
Check the data type string and return its standard form. More... | |
Public Attributes | |
std::vector< TaQLNode > | itsNodes |
Bool | itsIsSetOrArray |
String | itsPrefix |
String | itsPostfix |
String | itsSep |
String | itsSep2 |
uInt | itsIncr |
Raw TaQL parse tree node defining a list of nodes.
Internal
This class is a TaQLNodeRep holding a list of heterogeneous nodes.
Definition at line 247 of file TaQLNodeDer.h.
casacore::TaQLMultiNodeRep::TaQLMultiNodeRep | ( | const String & | prefix, |
const String & | postfix, | ||
Bool | isSetOrArray = False |
||
) |
|
inline |
Definition at line 261 of file TaQLNodeDer.h.
References itsNodes.
|
inline |
Definition at line 263 of file TaQLNodeDer.h.
References itsNodes.
|
static |
|
overridevirtual |
Save the object.
Implements casacore::TaQLNodeRep.
|
inline |
Definition at line 253 of file TaQLNodeDer.h.
References itsIsSetOrArray, and casacore::True.
Definition at line 255 of file TaQLNodeDer.h.
References itsPostfix, and itsPrefix.
|
inline |
Definition at line 257 of file TaQLNodeDer.h.
References itsSep.
Definition at line 259 of file TaQLNodeDer.h.
|
overridevirtual |
Print the object in an ostream.
Implements casacore::TaQLNodeRep.
|
overridevirtual |
Visit a node for tree traversal.
Implements casacore::TaQLNodeRep.
uInt casacore::TaQLMultiNodeRep::itsIncr |
Definition at line 276 of file TaQLNodeDer.h.
Referenced by setSeparator().
Bool casacore::TaQLMultiNodeRep::itsIsSetOrArray |
Definition at line 271 of file TaQLNodeDer.h.
Referenced by setIsSetOrArray().
std::vector<TaQLNode> casacore::TaQLMultiNodeRep::itsNodes |
Definition at line 270 of file TaQLNodeDer.h.
Referenced by add(), and getNodes().
String casacore::TaQLMultiNodeRep::itsPostfix |
Definition at line 273 of file TaQLNodeDer.h.
Referenced by setPPFix().
String casacore::TaQLMultiNodeRep::itsPrefix |
Definition at line 272 of file TaQLNodeDer.h.
Referenced by setPPFix().
String casacore::TaQLMultiNodeRep::itsSep |
Definition at line 274 of file TaQLNodeDer.h.
Referenced by setSeparator().
String casacore::TaQLMultiNodeRep::itsSep2 |
Definition at line 275 of file TaQLNodeDer.h.
Referenced by setSeparator().