KDevelop API Documentation

TreeParserInputState Class Reference

This object contains the data associated with an input AST. More...

#include <TreeParserSharedInputState.hpp>

List of all members.

Public Member Functions

 TreeParserInputState ()
virtual ~TreeParserInputState ()

Public Attributes

int guessing
 Are we guessing (guessing>0)?


Private Member Functions

 TreeParserInputState (const TreeParserInputState &)
TreeParserInputStateoperator= (const TreeParserInputState &)


Detailed Description

This object contains the data associated with an input AST.

Multiple parsers share a single TreeParserSharedInputState to parse the same tree or to have the parser walk multiple trees.

Definition at line 24 of file TreeParserSharedInputState.hpp.


Constructor & Destructor Documentation

TreeParserInputState::TreeParserInputState  )  [inline]
 

Definition at line 26 of file TreeParserSharedInputState.hpp.

virtual TreeParserInputState::~TreeParserInputState  )  [inline, virtual]
 

Definition at line 27 of file TreeParserSharedInputState.hpp.

TreeParserInputState::TreeParserInputState const TreeParserInputState  )  [private]
 


Member Function Documentation

TreeParserInputState& TreeParserInputState::operator= const TreeParserInputState  )  [private]
 


Member Data Documentation

int TreeParserInputState::guessing
 

Are we guessing (guessing>0)?

Definition at line 31 of file TreeParserSharedInputState.hpp.


The documentation for this class was generated from the following file:
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Oct 19 08:02:07 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003