C# 클래스 NGettext.Plural.Ast.Token

Represents a node in the abstract syntax tree.
파일 보기 프로젝트 열기: neris/NGettext 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Children NGettext.Plural.Ast.Token[]

공개 메소드들

메소드 설명
Token ( TokenType type, long value ) : System

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

메소드 상세

Token() 공개 메소드

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
리턴 System

프로퍼티 상세

Children 공개적으로 프로퍼티

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