C# Class MBUtilities.Calc.Token

Show file Open project: MatthewCox/MoronBot Class Usage Examples

Public Methods

Method Description
Resolve ( string text ) : Token
Token ( ) : System
Token ( TokenType type, ITokenObject tokenObject ) : System

Method Details

Resolve() public static method

public static Resolve ( string text ) : Token
text string
return Token

Token() public method

public Token ( ) : System
return System

Token() public method

public Token ( TokenType type, ITokenObject tokenObject ) : System
type TokenType
tokenObject ITokenObject
return System