public void BeginSwitch(Operand operand)
 {
     compiler.BeginSwitch(operand.Name);
 }