public void AddVariable(SymVar val) { RegisterSymbol(val.tokenId, val); Variables.Add(val); }
public void AddParam(SymVar val) { Params.Add(val); }