CodeGen.CodeGen C# (CSharp) Method

CodeGen() public method

public CodeGen ( ExpList ex, Hashtable f, Hashtable g ) : System
ex Absyn.ExpList
f Hashtable
g Hashtable
return System
    public CodeGen(ExpList ex, Hashtable f, Hashtable g)
    {
	expr = ex;
	Functions = new Hashtable();
	GlobalVars = new Hashtable();
	DoVars = new Hashtable();
    }