jdl::int_node Class Reference

#include <tree.hpp>

Inheritance diagram for jdl::int_node:

Inheritance graph
[legend]
Collaboration diagram for jdl::int_node:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 int_node (const char *begin, const char *end)
 int_node (int val)
bool operator== (int val)
void accept (const_visitor &v) const
void accept (visitor &v)
componentclone () const
string to_string () const


Detailed Description

Definition at line 74 of file tree.hpp.


Constructor & Destructor Documentation

jdl::int_node::int_node ( const char *  begin,
const char *  end 
) [inline]

Definition at line 76 of file tree.hpp.

Referenced by clone().

jdl::int_node::int_node ( int  val  )  [inline]

Definition at line 79 of file tree.hpp.


Member Function Documentation

bool jdl::int_node::operator== ( int  val  )  [inline]

Definition at line 81 of file tree.hpp.

References jdl::abstract_leaf< int >::data().

void int_node::accept ( const_visitor v  )  const [virtual]

Implements jdl::abstract_leaf< int >.

Definition at line 303 of file tree.cpp.

References jdl::const_visitor::visit().

void int_node::accept ( visitor v  )  [virtual]

Implements jdl::abstract_leaf< int >.

Definition at line 306 of file tree.cpp.

References jdl::visitor::visit().

component* jdl::int_node::clone (  )  const [inline, virtual]

Implements jdl::component.

Definition at line 87 of file tree.hpp.

References jdl::abstract_leaf< int >::data(), and int_node().

string jdl::int_node::to_string (  )  const [inline, virtual]

Implements jdl::component.

Definition at line 92 of file tree.hpp.

References jdl::abstract_leaf< int >::data().


The documentation for this class was generated from the following files:
Generated on Sun Feb 17 16:55:53 2008 for JDLParser by  doxygen 1.5.3