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