public void EndMethodScope() { localSymbolTable = null; stringList = null; stringTargetList = null; }
public void BeginMethodScope() { localSymbolTable = new LocalSymbolTable(); stringList = new ArrayList(); stringTargetList = new ArrayList(); }