PHP Class PhpCss\Exception\Parser
A parse error occurs if certain tokens are expected for further parsing, but
none of them are found on the token stream
Afficher le fichier
Open project: ThomasWeinert/PhpCss
Class Usage Examples
Protected Properties
Свойство |
Type |
Description |
|
$_expectedTokens |
array(PhpCss\Scanner\Token) |
An array of tokens which would have been expected to be found. |
|
Méthodes publiques
Method Details
getExpected()
public méthode
Property Details
$_expectedTokens protected_oe property
An array of tokens which would have been expected to be found.
protected array(PhpCss\Scanner\Token) $_expectedTokens |
Résultat |
array(PhpCss\Scanner\Token) |
|