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
Inheritance: extends Exception, implements PhpCss\Exception
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

Méthode Description
getExpected ( )

Method Details

getExpected() public méthode

public getExpected ( )

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)