C# Class NGettext.Plural.Ast.Token

Represents a node in the abstract syntax tree.
Mostra file Open project: neris/NGettext Class Usage Examples

Public Properties

Property Type Description
Children NGettext.Plural.Ast.Token[]

Public Methods

Method 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 method

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
return System

Property Details

Children public_oe property

Gets token children.
public Token[],NGettext.Plural.Ast Children
return NGettext.Plural.Ast.Token[]