Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
Irony.Parsing.SymbolTable Class Reference

Public Member Functions

Symbol FindSymbol (string text)
 
Symbol TextToSymbol (string text)
 

Static Public Attributes

static SymbolTable Symbols = new SymbolTable()
 

Properties

int Count [get]
 
Symbol this[string text] [get]
 

Detailed Description

Definition at line 41 of file SymbolTable.cs.

Member Function Documentation

Symbol Irony.Parsing.SymbolTable.FindSymbol ( string  text)

Definition at line 61 of file SymbolTable.cs.

Symbol Irony.Parsing.SymbolTable.TextToSymbol ( string  text)

Definition at line 69 of file SymbolTable.cs.

Member Data Documentation

SymbolTable Irony.Parsing.SymbolTable.Symbols = new SymbolTable()
static

Definition at line 45 of file SymbolTable.cs.

Property Documentation

int Irony.Parsing.SymbolTable.Count
get

Definition at line 49 of file SymbolTable.cs.

Symbol Irony.Parsing.SymbolTable.this[string text]
get

Definition at line 53 of file SymbolTable.cs.


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