Example #1
0
 public override void Accept(CommandVisitor visitor)
 {
     visitor.VisitSetGlobalVariableCommand(this);
 }