The Parle\Token classIntroductionThis class represents a token. Lexer returns instances of this class. Class synopsisParle\Token
class Parle\Token
{
/* Constants */
const
int
Parle\Token::EOI = 0;
const
int
Parle\Token::UNKNOWN = -1;
const
int
Parle\Token::SKIP = -2;
/* Properties */
public
int
$id;
public
string
$value;
/* Methods */
}Properties
Predefined Constants
|