Class BslValidationUtil


  • public class BslValidationUtil
    extends Object
    Bsl validation utility/helper methods and classes
    • Constructor Detail

      • BslValidationUtil

        public BslValidationUtil()
    • Method Detail

      • createIssue

        public static org.eclipse.xtext.validation.Issue.IssueImpl createIssue​(Marker marker,
                                                                               org.eclipse.xtext.validation.CheckType checkType)
        Creates new IssueImpl and propagates the fields from the given
        Parameters:
        marker - the marker, cannot be null
        checkType - the check type, cannot be null
        Returns:
        the Issue, never null