PDepend\Source\Language\PHP\AbstractPHPParser::isKeyword PHP Method

isKeyword() abstract protected method

Tests if the given token type is a reserved keyword in the supported PHP version.
Since: 1.1.1
abstract protected isKeyword ( $tokenType ) : boolean
$tokenType
return boolean
    protected abstract function isKeyword($tokenType);
AbstractPHPParser