示例#1
0
 public void ProcessSetStatement(SetCommandStatement Fragment)
 {
     foreach (GeneralSetCommand SetCommand in Fragment.Commands)
     {
         ProcessGeneralSetCommand(SetCommand);
     }
 }
示例#2
0
 public void ProcessSetStatement(SetCommandStatement Fragment)
 {
     foreach (GeneralSetCommand SetCommand in Fragment.Commands)
     {
         ProcessGeneralSetCommand(SetCommand);
     }
 }
示例#3
0
 public override void Visit(SetCommandStatement node) { this.action(node); }
 public override void ExplicitVisit(SetCommandStatement fragment)
 {
     _fragments.Add(fragment);
 }