private void ProcessGeneralSetCommand(GeneralSetCommand SetCommand) { switch (SetCommand.CommandType) { case GeneralSetCommandType.DateFirst: _smells.SendFeedBack(9, SetCommand); break; case GeneralSetCommandType.DateFormat: _smells.SendFeedBack(8, SetCommand); break; } }
public override void Visit(GeneralSetCommand node) { this.action(node); }
public override void ExplicitVisit(GeneralSetCommand fragment) { _fragments.Add(fragment); }