C# Class Tools.TokensGen

Inheritance: GenBase
Show file Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Public Properties

Property Type Description
defines System.Collections.Hashtable
m_tokens YyLexer
states ObjectList

Protected Properties

Property Type Description
m_showDfa bool

Public Methods

Method Description
FixActions ( string str ) : string
NewState ( ) : int
TokensGen ( ErrorHandler eh ) : System

Method Details

FixActions() public method

public FixActions ( string str ) : string
str string
return string

NewState() public method

public NewState ( ) : int
return int

TokensGen() public method

public TokensGen ( ErrorHandler eh ) : System
eh ErrorHandler
return System

Property Details

defines public property

public Hashtable,System.Collections defines
return System.Collections.Hashtable

m_showDfa protected property

protected bool m_showDfa
return bool

m_tokens public property

public YyLexer,Tools m_tokens
return YyLexer

states public property

public ObjectList states
return ObjectList