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

tokens.h File Reference

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

Included by dependency graph

Go to the source code of this file.

Enumerations

enum  ANTLRTokenType {
  STRINGVAL = 6, INT = 25, FLOAT = 26, ID = 27,
  DLGminToken = 0, DLGmaxToken = 9999
}


Enumeration Type Documentation

enum ANTLRTokenType
 

Enumeration values:
STRINGVAL 
INT 
FLOAT 
ID 
DLGminToken 
DLGmaxToken 

Definition at line 11 of file tokens.h.

00011                     {
00012         STRINGVAL=6,
00013         INT=25,
00014         FLOAT=26,
00015         ID=27,
00016         DLGminToken=0,
00017         DLGmaxToken=9999};


logo OpenMask

Documentation generated on Mon Nov 25 15:25:51 2002

Generated with doxygen 1.2.12 by Dimitri van Heesch ,   1997-2001