示例#1
0
 public void BeginSwitch(Operand operand)
 {
     compiler.BeginSwitch(operand.Name);
 }