PHPParser_Parser::yyn240 PHP Method

yyn240() protected method

protected yyn240 ( $line, $docComment )
    protected function yyn240($line, $docComment)
    {
        $this->yyval = new Snowscript_Node_Expr_ExistenceNotEmpty($this->yyastk[$this->yysp - (2 - 1)], false, $line, $docComment);
    }
PHPParser_Parser