namespace Akenti class TreeNode

Tree

Public Methods

TreeNode (TokenType type, const string& data, TreeNode* leftChild, TreeNode* rightChild)
TreeNode (TokenType type, const string& data)
~TreeNode ()
TreeNode* clone () const
TokenType getTokenType () const
const string& getData () const
TreeNode* getRightChild () const

Documentation

Tree
TreeNode(TokenType type, const string& data, TreeNode* leftChild, TreeNode* rightChild)

TreeNode(TokenType type, const string& data)

~TreeNode()

TreeNode* clone() const

TokenType getTokenType() const

const string& getData() const

TreeNode* getRightChild() const


This class has no child classes.
Author:
Srilekha Mudumbai Abdelilah Essiari
Version:
1.1 00/05/01

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de