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

parseParentType() protected method

protected parseParentType ( ) : PDepend\Source\AST\ASTParentReference
return PDepend\Source\AST\ASTParentReference
    protected function parseParentType()
    {
        return $this->parseParentReference($this->consumeToken(Tokens::T_PARENT));
    }
AbstractPHPParser