C# Class ExcelFormulaParser.Engine.LexicalAnalysis.Token

Afficher le fichier Open project: swmal/ExcelFormulaParser Class Usage Examples

Méthodes publiques

Méthode Description
Append ( string stringToAppend ) : void
Negate ( ) : void
Token ( string token, TokenType tokenType ) : System

Method Details

Append() public méthode

public Append ( string stringToAppend ) : void
stringToAppend string
Résultat void

Negate() public méthode

public Negate ( ) : void
Résultat void

Token() public méthode

public Token ( string token, TokenType tokenType ) : System
token string
tokenType TokenType
Résultat System