编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « Parle\Token
  • Parle\LexerException »
  • PHP Manual
  • Parle
  • The Parle\ErrorInfo class

The Parle\ErrorInfo class

(PECL parle >= 0.5.2)

简介

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

类摘要

Parle\ErrorInfo {
/* 属性 */
public integer $id ;
public integer $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.

相关文章
php 各种类及接口 the arrayobject classphp cairo the cairofontweight classphp cairo the cairopssurface classphp componere the componere value classphp dom the domcomment classphp com the dotnet classphp ev the evchild classphp ev the evio classphp 迭代器 the filteriterator classphp haru the harudoc classphp intl the intlcalendar classphp parle the parle errorinfo classphp parle the parle lexer classphp parle the parle lexerexception classphp parle the parle parser classphp parle the parle parserexception classphp parle the parle rlexer classphp parle the parle rparser classphp parle the parle stack classphp parle the parle token class
关注编程学问公众号
编程学问网 湘ICP备20001732号