KDevelop API Documentation

JavaRecognizer.hpp File Reference

#include "driver.h"
#include "JavaAST.hpp"
#include <qlistview.h>
#include <kdebug.h>
#include <antlr/config.hpp>
#include <antlr/TokenStream.hpp>
#include <antlr/TokenBuffer.hpp>
#include "JavaTokenTypes.hpp"
#include <antlr/LLkParser.hpp>

Include dependency graph for JavaRecognizer.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  JavaRecognizer
 Java 1.3 Recognizer. More...

Defines

#define SET_POSITION(ast, t)


Define Documentation

#define SET_POSITION ast,
 ) 
 

Value:

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

Definition at line 12 of file JavaRecognizer.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 Wed Mar 23 00:08:28 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003