C# Class MathParserNet.TokenParser

显示文件 Open project: FlorianRappl/YAMP Class Usage Examples

Public Methods

Method Description
GetToken ( ) : Token
Peek ( ) : PeekToken
Peek ( PeekToken peekToken ) : PeekToken
RegisterCustomFunction ( string functionName ) : void
ResetParser ( ) : void
TokenParser ( ) : System.Collections.Generic

Private Methods

Method Description
PrepareRegex ( ) : void

Method Details

GetToken() public method

public GetToken ( ) : Token
return Token

Peek() public method

public Peek ( ) : PeekToken
return PeekToken

Peek() public method

public Peek ( PeekToken peekToken ) : PeekToken
peekToken PeekToken
return PeekToken

RegisterCustomFunction() public method

public RegisterCustomFunction ( string functionName ) : void
functionName string
return void

ResetParser() public method

public ResetParser ( ) : void
return void

TokenParser() public method

public TokenParser ( ) : System.Collections.Generic
return System.Collections.Generic