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

parseStaticValueVersionSpecific() protected method

Parses additional static values that are valid in the supported php version.
protected parseStaticValueVersionSpecific ( PDepend\Source\AST\ASTValue $value ) : PDepend\Source\AST\ASTValue
$value PDepend\Source\AST\ASTValue
return PDepend\Source\AST\ASTValue
    protected function parseStaticValueVersionSpecific(ASTValue $value)
    {
        $this->throwUnexpectedTokenException();
    }
AbstractPHPParser