PHPParser_Parser::yyn19 PHP Method

yyn19() protected method

protected yyn19 ( $line, $docComment )
    protected function yyn19($line, $docComment)
    {
        $this->yyval = new PHPParser_Node_Stmt_ImportPath($this->yyastk[$this->yysp - (1 - 1)], $line, $docComment);
    }
PHPParser_Parser