Class DrlExprParser


  • public class DrlExprParser
    extends Object
    This is a helper class that provides helper methods to parse expressions using both the DRLExpressions parser and the DRLExprTree parser.
    • Constructor Detail

      • DrlExprParser

        public DrlExprParser​(org.kie.internal.builder.conf.LanguageLevelOption languageLevel)
    • Method Detail

      • getLeftMostExpr

        public String getLeftMostExpr()
      • hasErrors

        public boolean hasErrors()
        Returns:
        true if there were parser errors.