Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

grammardefs.h File Reference

Definition of macros and types concerning grammars. More...

#include "defs.h"
#include "xmldefs.h"

Go to the source code of this file.

Typedefs

typedef XmlChar TerminalValue
 Data type representing terminal values.


Enumerations

enum  SymbolType { Terminal, Variable }
 Enum describing types of symbols in grammar rules. More...


Detailed Description

Definition of macros and types concerning grammars.

This file contains definitions of types and macros that ere relevant to grammars.

Definition in file grammardefs.h.


Enumeration Type Documentation

enum SymbolType
 

Enum describing types of symbols in grammar rules.

Grammar rules consist of two types of symbols: of terminals and variables (also non-terminals). This enum defines constants for these types of symbols.

Enumeration values:
Terminal  Terminal symbol.
Variable  Non-terminal symbol.

Definition at line 44 of file grammardefs.h.


Generated on Wed Feb 5 10:43:03 2003 for Exalt by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002