PHPParser_Parser::yyn384 PHP Метод

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

protected yyn384 ( $line, $docComment )
    protected function yyn384($line, $docComment)
    {
        $this->yyval = new PHPParser_Node_Expr_PropertyFetch(new PHPParser_Node_Expr_Variable(substr($this->yyastk[$this->yysp - (3 - 1)], 1), $line, $docComment), $this->yyastk[$this->yysp - (3 - 3)], $line, $docComment);
    }
PHPParser_Parser