Esempio n. 1
0
 private void GenerateCodeForBeginCommand(BeginCommandNode beginCommand)
 {
 }
Esempio n. 2
0
 private void PerformIdentificationOnBeginCommand(BeginCommandNode beginCommand)
 {
     SymbolTable.OpenScope();
     PerformIdentification(beginCommand.Command);
     SymbolTable.CloseScope();
 }