Package com._1c.g5.v8.dt.bsl.validation
Class BslValidationUtil
- java.lang.Object
- 
- com._1c.g5.v8.dt.bsl.validation.BslValidationUtil
 
- 
 public class BslValidationUtil extends Object Bsl validation utility/helper methods and classes
- 
- 
Constructor SummaryConstructors Constructor Description BslValidationUtil()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static org.eclipse.xtext.validation.IssuecreateIssue(Marker marker, org.eclipse.xtext.validation.CheckType checkType)Creates newIssueImpland propagates the fields from the given
 
- 
- 
- 
Method Detail- 
createIssuepublic static org.eclipse.xtext.validation.Issue createIssue(Marker marker, org.eclipse.xtext.validation.CheckType checkType) Creates newIssueImpland propagates the fields from the given- Parameters:
- marker- the marker, cannot be- null
- checkType- the check type, cannot be- null
- Returns:
- the Issue, nevernull
 
 
- 
 
-