The ParleErrorInfo class

The Parle\ErrorInfo class

(PECL parle >= 0.5.2)

簡介

The class represents detailed error information as supplied by Parle\Parser::errorInfo()

類摘要

class Parle\ErrorInfo {
/* 屬性 */
public int $id;
public int $position;
public mixed $token;
/* 方法 */
}

屬性

id

Error id.

position

Position in the input, where the error occurred.

token

If applicable - the Parle\Token related to the error, otherwise null.

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *