Arena  1.0
A content management system
 All Classes Files Functions Variables Pages
Library.Parse.Symbols.SymbolCategory Class Reference

Symbol category codes. More...

Static Public Attributes

int undefined = 0
 An undefined symbol.
 
int typedef = 1
 A symbol that defines a type.
 
int literal = 2
 A symbol that defines a literal value.
 
int constant = 3
 A symbol that defines a constant value.
 
int variable = 4
 A symbol that defines a variable.
 
int member = 5
 A symbol that defines a member of a structured type.
 
int parameter = 6
 A symbol that defines a parameter passed to a routine.
 
int external = 7
 An external symbol.
 
int count = 8
 The total number of symbol types.
 

Detailed Description

Symbol category codes.


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