Ejemplo n.º 1
0
 public void EndMethodScope()
 {
     localSymbolTable = null;
     stringList = null;
     stringTargetList = null;
 }
Ejemplo n.º 2
0
 public void BeginMethodScope()
 {
     localSymbolTable = new LocalSymbolTable();
     stringList = new ArrayList();
     stringTargetList = new ArrayList();
 }