PHPParser_Parser::yyn237 PHP Method

yyn237() protected method

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