C# Class Tools.TokensGen

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

Méthodes publiques

Свойство Type Description
defines System.Collections.Hashtable
m_tokens YyLexer
states ObjectList

Protected Properties

Свойство Type Description
m_showDfa bool

Méthodes publiques

Méthode Description
FixActions ( string str ) : string
NewState ( ) : int
TokensGen ( ErrorHandler eh ) : System

Method Details

FixActions() public méthode

public FixActions ( string str ) : string
str string
Résultat string

NewState() public méthode

public NewState ( ) : int
Résultat int

TokensGen() public méthode

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

Property Details

defines public_oe property

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

m_showDfa protected_oe property

protected bool m_showDfa
Résultat bool

m_tokens public_oe property

public YyLexer,Tools m_tokens
Résultat YyLexer

states public_oe property

public ObjectList states
Résultat ObjectList