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 Summary
Constructors Constructor Description BslValidationUtil()
-
Method Summary
All 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
-
createIssue
public 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 benullcheckType- the check type, cannot benull- Returns:
- the
Issue, nevernull
-
-