The Parle\Token class
Introduction
(PECL parle >= 0.5.2)
This class represents a token. Lexer returns instances of this class.
Class synopsis
Parle\Token {
/* Constants */
/* Properties */
/* Methods */
}Properties
- id
-
Token id.
- value
-
Token value.
Predefined Constants
Parle\Token::EOI
-
End of input token id.
Parle\Token::UNKNOWN
-
Unknown token id.
Parle\Token::SKIP
-
Skip token id.
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/class.parle-token.php