Raw TaQL parse tree node defining a range. More...
#include <TaQLNodeDer.h>
Public Member Functions | |
| TaQLRangeNodeRep (Bool leftClosed, TaQLNode start, const TaQLNode &end, Bool rightClosed) | |
| TaQLRangeNodeRep (Bool leftClosed, const TaQLNode &start) | |
| TaQLRangeNodeRep (const TaQLNode &end, Bool rightClosed) | |
| virtual | ~TaQLRangeNodeRep () |
| virtual TaQLNodeResult | visit (TaQLNodeVisitor &) const |
| Visit a node for tree traversal. | |
| virtual void | show (std::ostream &os) const |
| Print the object in an ostream. | |
| virtual void | save (AipsIO &aio) const |
| Save the object. | |
Static Public Member Functions | |
| static TaQLRangeNodeRep * | restore (AipsIO &aio) |
Public Attributes | |
| Bool | itsLeftClosed |
| TaQLNode | itsStart |
| TaQLNode | itsEnd |
| Bool | itsRightClosed |
Raw TaQL parse tree node defining a range.
Internal
This class is a TaQLNodeRep holding the optional start and end values of a range (i.e. an interval) and flags if the range is open or closed.
Definition at line 329 of file TaQLNodeDer.h.
| casacore::TaQLRangeNodeRep::TaQLRangeNodeRep | ( | Bool | leftClosed, | |
| TaQLNode | start, | |||
| const TaQLNode & | end, | |||
| Bool | rightClosed | |||
| ) |
| virtual casacore::TaQLRangeNodeRep::~TaQLRangeNodeRep | ( | ) | [virtual] |
| static TaQLRangeNodeRep* casacore::TaQLRangeNodeRep::restore | ( | AipsIO & | aio | ) | [static] |
| virtual void casacore::TaQLRangeNodeRep::save | ( | AipsIO & | aio | ) | const [virtual] |
Save the object.
Implements casacore::TaQLNodeRep.
| virtual void casacore::TaQLRangeNodeRep::show | ( | std::ostream & | os | ) | const [virtual] |
Print the object in an ostream.
Implements casacore::TaQLNodeRep.
| virtual TaQLNodeResult casacore::TaQLRangeNodeRep::visit | ( | TaQLNodeVisitor & | ) | const [virtual] |
Visit a node for tree traversal.
Implements casacore::TaQLNodeRep.
Definition at line 344 of file TaQLNodeDer.h.
Definition at line 342 of file TaQLNodeDer.h.
Definition at line 345 of file TaQLNodeDer.h.
Definition at line 343 of file TaQLNodeDer.h.
1.6.1