PDepend\Source\Language\PHP\AbstractPHPParser::parseSelfType PHP Метод

parseSelfType() защищенный Метод

protected parseSelfType ( ) : PDepend\Source\AST\ASTSelfReference
Результат PDepend\Source\AST\ASTSelfReference
    protected function parseSelfType()
    {
        return $this->parseSelfReference($this->consumeToken(Tokens::T_SELF));
    }
AbstractPHPParser