PHPParser_Parser::yyn11 PHP Method

yyn11() protected method

protected yyn11 ( $line, $docComment )
    protected function yyn11($line, $docComment)
    {
        $this->yyval = new PHPParser_Node_Stmt_Namespace(new PHPParser_Node_Name($this->yyastk[$this->yysp - (5 - 2)], $line, $docComment), $this->yyastk[$this->yysp - (5 - 4)], $line, $docComment);
    }
PHPParser_Parser