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

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

Static Public Attributes

int dummy = 0
 
int symbol = 1
 
int letter = 2
 
int alpha = 3
 
int digit = 4
 
int numeric = 5
 
int quote = 6
 
int space = 7
 
int endOfLine = 8
 
int endOfStream = 9
 
int error = 10
 
int count = 11
 

Detailed Description

Character types that are recognized by a parser.


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