Arena  1.0
A content management system
 All Classes Files Functions Variables Pages
Library.Parse.Lex.Languages.TokenType Class Reference

Token types that are recognized by a parser. More...

Static Public Attributes

int dummy = 0
 
int identifier = 0x00010000
 
int typeIdentifier = 0x00020000
 
int keyword = 0x00030000
 
int number = 0x00040000
 
int string = 0x00050000
 
int special = 0x00060000
 
int operator = 0x00070000
 
int space = 0x00080000
 
int endOfLine = 0x00090000
 
int endOfStream = 0x000A0000
 
int error = 0xEEEE0000
 

Detailed Description

Token types that are recognized by a parser.


The documentation for this class was generated from the following file: