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

Public Member Functions

override int GetHashCode ()
 
override string ToString ()
 

Static Public Member Functions

static bool AreEqual (Symbol first, Symbol second, bool caseSensitive)
 

Public Attributes

readonly string Text
 
readonly Symbol LowerSymbol
 

Detailed Description

Definition at line 9 of file SymbolTable.cs.

Member Function Documentation

static bool Irony.Parsing.Symbol.AreEqual ( Symbol  first,
Symbol  second,
bool  caseSensitive 
)
static

Definition at line 28 of file SymbolTable.cs.

References Irony.Parsing.Symbol.LowerSymbol.

override int Irony.Parsing.Symbol.GetHashCode ( )

Definition at line 21 of file SymbolTable.cs.

override string Irony.Parsing.Symbol.ToString ( )

Definition at line 24 of file SymbolTable.cs.

References Irony.Parsing.Text.

Member Data Documentation

readonly Symbol Irony.Parsing.Symbol.LowerSymbol

Definition at line 12 of file SymbolTable.cs.

Referenced by Irony.Parsing.Symbol.AreEqual().

readonly string Irony.Parsing.Symbol.Text

Definition at line 10 of file SymbolTable.cs.


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