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.Issue.IssueImpl
createIssue(Marker marker, org.eclipse.xtext.validation.CheckType checkType)
Creates newIssueImpl
and propagates the fields from the given
-
-
-
Method Detail
-
createIssue
public static org.eclipse.xtext.validation.Issue.IssueImpl createIssue(Marker marker, org.eclipse.xtext.validation.CheckType checkType)
Creates newIssueImpl
and propagates the fields from the given- Parameters:
marker
- the marker, cannot benull
checkType
- the check type, cannot benull
- Returns:
- the
Issue
, nevernull
-
-