casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Static Public Member Functions | Public Attributes
casa::TaQLRangeNodeRep Class Reference

Raw TaQL parse tree node defining a range. More...

#include <TaQLNodeDer.h>

Inheritance diagram for casa::TaQLRangeNodeRep:
casa::TaQLNodeRep

List of all members.

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 TaQLRangeNodeReprestore (AipsIO &aio)

Public Attributes

Bool itsLeftClosed
TaQLNode itsStart
TaQLNode itsEnd
Bool itsRightClosed

Detailed Description

Raw TaQL parse tree node defining a range.

Intended use:

Internal

Review Status

Test programs:
tTaQLNode

Prerequisite

Synopsis

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 351 of file TaQLNodeDer.h.


Constructor & Destructor Documentation

casa::TaQLRangeNodeRep::TaQLRangeNodeRep ( Bool  leftClosed,
TaQLNode  start,
const TaQLNode end,
Bool  rightClosed 
) [inline]

Definition at line 354 of file TaQLNodeDer.h.

casa::TaQLRangeNodeRep::TaQLRangeNodeRep ( Bool  leftClosed,
const TaQLNode start 
) [inline]

Definition at line 359 of file TaQLNodeDer.h.

casa::TaQLRangeNodeRep::TaQLRangeNodeRep ( const TaQLNode end,
Bool  rightClosed 
) [inline]

Definition at line 363 of file TaQLNodeDer.h.


Member Function Documentation

virtual void casa::TaQLRangeNodeRep::save ( AipsIO aio) const [virtual]

Save the object.

Implements casa::TaQLNodeRep.

virtual void casa::TaQLRangeNodeRep::show ( std::ostream &  os) const [virtual]

Print the object in an ostream.

Implements casa::TaQLNodeRep.

Visit a node for tree traversal.

Implements casa::TaQLNodeRep.


Member Data Documentation

Definition at line 375 of file TaQLNodeDer.h.

Definition at line 373 of file TaQLNodeDer.h.

Definition at line 376 of file TaQLNodeDer.h.

Definition at line 374 of file TaQLNodeDer.h.


The documentation for this class was generated from the following file: