KDevelop API Documentation

TreeParserInputState Class Reference

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

#include <TreeParserSharedInputState.hpp>

Collaboration diagram for TreeParserInputState:

Collaboration graph
[legend]
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.

References guessing.

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.

Referenced by TreeParserInputState().


The documentation for this class was generated from the following file:
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:49:23 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003