C# Class PromoterLexer, Hero.Coli

Exibir arquivo Open project: CyberCRI/Hero.Coli Class Usage Examples

Public Methods

Method Description
PPTokenList ( LinkedList list ) : void
getToken ( char c ) : PromoterLexer.Token,
lex ( string str ) : LinkedList

Method Details

PPTokenList() public method

public PPTokenList ( LinkedList list ) : void
list LinkedList
return void

getToken() public method

public getToken ( char c ) : PromoterLexer.Token,
c char
return PromoterLexer.Token,

lex() public method

public lex ( string str ) : LinkedList
str string
return LinkedList