public override string ToString()
 {
     //return ("Possible two type convertions\n"+_en.location.ToString());
     return(WarningStringResources.Get("UNREACHABLE_CODE_DETECTED"));
 }
 public override string ToString()
 {
     //return ("Possible two type convertions\n"+_en.location.ToString());
     return(WarningStringResources.Get(message));
 }
 public override string ToString()
 {
     //return ("Possible two type convertions\n"+_en.location.ToString());
     return(string.Format(WarningStringResources.Get("UNDEFINED_RETURN_VALUE_{0}"),
                          name));
 }
 public override string ToString()
 {
     //return ("Possible two type convertions\n"+_en.location.ToString());
     return(string.Format(WarningStringResources.Get("ASS_WITHOUT_USE_{0}"),
                          name));
 }
 public override string ToString()
 {
     //return ("Possible two type convertions\n"+_en.location.ToString());
     return(WarningStringResources.Get("INFINITE_RECURSION"));
 }