The Parle\ErrorInfo class

(PECL parle >= 0.5.2)

Wstęp

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

Krótki opis klasy

Parle\ErrorInfo {
/* Właściwości */
public integer $id ;
public integer $position ;
public mixed $token ;
/* Metody */
}

Właściwości

id

Error id.

position

Position in the input, where the error occurred.

token

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

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top