C# Class ExpressionEngine.Internal.Token

ファイルを表示 Open project: gsscoder/exprengine Class Usage Examples

Public Methods

Method Description
StringOf ( Token tokens ) : string
StringOf ( TokenType types ) : string
ToString ( ) : string

Protected Methods

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

Method Details

StringOf() public static method

public static StringOf ( Token tokens ) : string
tokens Token
return string

StringOf() public static method

public static StringOf ( TokenType types ) : string
types TokenType
return string

ToString() public method

public ToString ( ) : string
return string

Token() protected method

protected Token ( ) : System
return System

Token() protected method

protected Token ( string text, TokenType type ) : System
text string
type TokenType
return System