KDevelop API Documentation

PascalParser.hpp File Reference

#include "problemreporter.h"
#include "PascalAST.hpp"
#include <qlistview.h>
#include <kdebug.h>
#include <antlr/config.hpp>
#include <antlr/TokenStream.hpp>
#include <antlr/TokenBuffer.hpp>
#include "PascalTokenTypes.hpp"
#include <antlr/LLkParser.hpp>

Include dependency graph for PascalParser.hpp:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Classes

class  PascalParser

Defines

#define SET_POSITION(ast, t)


Define Documentation

#define SET_POSITION ast,
 ) 
 

Value:

{ \
                RefPascalAST(ast)->setLine( t->getLine() );\
                RefPascalAST(ast)->setColumn( t->getColumn() ); \
        }

Definition at line 12 of file PascalParser.hpp.

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:27:08 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003