PHPParser_Parser::yyn257 PHP Method

yyn257() protected method

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