C# Class ExcelFormulaParser.Engine.LexicalAnalysis.Token

Show file Open project: swmal/ExcelFormulaParser Class Usage Examples

Public Methods

Method Description
Append ( string stringToAppend ) : void
Negate ( ) : void
Token ( string token, TokenType tokenType ) : System

Method Details

Append() public method

public Append ( string stringToAppend ) : void
stringToAppend string
return void

Negate() public method

public Negate ( ) : void
return void

Token() public method

public Token ( string token, TokenType tokenType ) : System
token string
tokenType TokenType
return System