C# Class ExpressionEngine.Internal.Token

Afficher le fichier Open project: gsscoder/exprengine Class Usage Examples

Méthodes publiques

Méthode Description
StringOf ( Token tokens ) : string
StringOf ( TokenType types ) : string
ToString ( ) : string

Méthodes protégées

Méthode Description
Token ( ) : System
Token ( string text, TokenType type ) : System

Method Details

StringOf() public static méthode

public static StringOf ( Token tokens ) : string
tokens Token
Résultat string

StringOf() public static méthode

public static StringOf ( TokenType types ) : string
types TokenType
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

Token() protected méthode

protected Token ( ) : System
Résultat System

Token() protected méthode

protected Token ( string text, TokenType type ) : System
text string
type TokenType
Résultat System