C# Class NGettext.Plural.Ast.Token

Represents a node in the abstract syntax tree.
Afficher le fichier Open project: neris/NGettext Class Usage Examples

Méthodes publiques

Свойство Type Description
Children NGettext.Plural.Ast.Token[]

Méthodes publiques

Méthode Description
Token ( TokenType type, long value ) : System

Initializes a new instance of the Token class with given type and (optional) value.

Method Details

Token() public méthode

Initializes a new instance of the Token class with given type and (optional) value.
public Token ( TokenType type, long value ) : System
type TokenType
value long
Résultat System

Property Details

Children public_oe property

Gets token children.
public Token[],NGettext.Plural.Ast Children
Résultat NGettext.Plural.Ast.Token[]