KDevelop API Documentation

languages/pascal/PascalLexer.hpp File Reference

#include "problemreporter.h"
#include "PascalAST.hpp"
#include <qlistview.h>
#include <kdebug.h>
#include <antlr/config.hpp>
#include <antlr/CommonToken.hpp>
#include <antlr/InputBuffer.hpp>
#include <antlr/BitSet.hpp>
#include "PascalTokenTypes.hpp"
#include <antlr/CharScanner.hpp>

Go to the source code of this file.

Classes

class  PascalLexer

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 PascalLexer.hpp.

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:01:54 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003