public Failure(string file, Rule rule, string nodeKind, string errorText, Location location)
 {
     m_File = file;
     m_Rule = rule;
     m_NodeKind = nodeKind;
     m_ErrorText = errorText;
     m_Location = location;
 }
Beispiel #2
0
 public Failure(string file, Rule rule, string nodeKind, string errorText, Location location)
 {
     _file = file;
     _rule = rule;
     _nodeKind = nodeKind;
     _errorText = errorText;
     _location = location;
 }