The Parle\Token class

(PECL parle >= 0.5.2)

简介

This class represents a token. Lexer returns instances of this class.

类摘要

Parle\Token {
/* Constants */
const integer EOI = 0 ;
const integer UNKNOWN = -1 ;
const integer SKIP = -2 ;
/* 属性 */
public integer $id ;
public string $value ;
/* 方法 */
}

属性

id

Token id.

value

Token value.

预定义常量

Parle\Token::EOI

End of input token id.

Parle\Token::UNKNOWN

Unknown token id.

Parle\Token::SKIP

Skip token id.