PHPParser_Parser::yyn51 PHP Method

yyn51() protected method

protected yyn51 ( $line, $docComment )
    protected function yyn51($line, $docComment)
    {
        $this->yyval = new PHPParser_Node_Stmt_Echo($this->yyastk[$this->yysp - (3 - 2)], $line, $docComment);
    }
PHPParser_Parser