Php/docs/class.parle-token

提供:Dev Guides
< Php
移動先:案内検索

(PECL parle >= 0.5.2)

はじめに

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


クラス概要


Parle\Token {

/* Constants */

const int EOI = 0

const int UNKNOWN = -1

const int SKIP = -2

/* プロパティ */

public int $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.