My Project
|
#include "parserintf.h"
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <ctype.h>
#include <qarray.h>
#include <qfile.h>
#include <qdict.h>
#include <string>
#include "types.h"
#include "entry.h"
#include "vhdldocgen.h"
#include "qstringlist.h"
#include "vhdlcode.h"
#include "memberlist.h"
#include "config.h"
Go to the source code of this file.
Classes | |
class | VHDLLanguageScanner |
VHDL parser using state-based lexical scanning. More... | |
struct | VhdlConfNode |
Enumerations | |
enum | { GEN_SEC =0x1, PARAM_SEC, CONTEXT_SEC, PROTECTED_SEC } |
Functions | |
void | parserVhdlfile (const char *inputBuffer) |
void | vhdlscanFreeScanner () |
QList< VhdlConfNode > & | getVhdlConfiguration () |
QList< Entry > & | getVhdlInstList () |
anonymous enum |
QList<VhdlConfNode>& getVhdlConfiguration | ( | ) |
Definition at line 92 of file vhdljjparser.cpp.
References configL.
Referenced by assignBinding(), and VhdlDocGen::computeVhdlComponentRelations().
QList<Entry>& getVhdlInstList | ( | ) |
Definition at line 93 of file vhdljjparser.cpp.
References instFiles.
Referenced by assignBinding(), and VhdlDocGen::computeVhdlComponentRelations().
void parserVhdlfile | ( | const char * | inputBuffer | ) |
void vhdlscanFreeScanner | ( | ) |