C# Class Tools.YyLexer

Afficher le fichier Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Méthodes publiques

Свойство Type Description
cats System.Collections.Hashtable
erh ErrorHandler
m_encoding System.Text.Encoding
m_gencat UnicodeCategory
reswds System.Collections.Hashtable
starts System.Collections.Hashtable
tokens System.Collections.Hashtable
toupper bool
types System.Collections.Hashtable
usingEOF bool

Protected Properties

Свойство Type Description
arr int[]

Méthodes publiques

Méthode Description
EmitDfa ( TextWriter outFile ) : void
GetDfa ( ) : void
GetEnumerator ( ) : IEnumerator
OldAction ( Lexer yyl, string &yytext, int action, bool &reject ) : TOKEN
UsingCat ( UnicodeCategory cat ) : Charset
YyLexer ( ErrorHandler eh ) : System

Méthodes protégées

Méthode Description
Tokenfactory ( Lexer yyl ) : object

Private Methods

Méthode Description
CharIsSeparator ( char c ) : bool
CharIsSymbol ( char c ) : bool
Filter ( char ch ) : char
GetTest ( string name ) : ChTest
UsingChar ( char ch ) : void
testEOF ( char ch ) : bool

Method Details

EmitDfa() public méthode

public EmitDfa ( TextWriter outFile ) : void
outFile System.IO.TextWriter
Résultat void

GetDfa() public méthode

public GetDfa ( ) : void
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

OldAction() public méthode

public OldAction ( Lexer yyl, string &yytext, int action, bool &reject ) : TOKEN
yyl Lexer
yytext string
action int
reject bool
Résultat TOKEN

Tokenfactory() protected méthode

protected Tokenfactory ( Lexer yyl ) : object
yyl Lexer
Résultat object

UsingCat() public méthode

public UsingCat ( UnicodeCategory cat ) : Charset
cat UnicodeCategory
Résultat Charset

YyLexer() public méthode

public YyLexer ( ErrorHandler eh ) : System
eh ErrorHandler
Résultat System

Property Details

arr protected_oe property

protected int[] arr
Résultat int[]

cats public_oe property

public Hashtable,System.Collections cats
Résultat System.Collections.Hashtable

erh public_oe property

public ErrorHandler,Tools erh
Résultat ErrorHandler

m_encoding public_oe property

public Encoding,System.Text m_encoding
Résultat System.Text.Encoding

m_gencat public_oe property

public UnicodeCategory m_gencat
Résultat UnicodeCategory

reswds public_oe property

public Hashtable,System.Collections reswds
Résultat System.Collections.Hashtable

starts public_oe property

public Hashtable,System.Collections starts
Résultat System.Collections.Hashtable

tokens public_oe property

public Hashtable,System.Collections tokens
Résultat System.Collections.Hashtable

toupper public_oe property

public bool toupper
Résultat bool

types public_oe property

public Hashtable,System.Collections types
Résultat System.Collections.Hashtable

usingEOF public_oe property

public bool usingEOF
Résultat bool