public class DrlExprParser extends Object
Constructor and Description |
---|
DrlExprParser(org.kie.internal.builder.conf.LanguageLevelOption languageLevel) |
Modifier and Type | Method and Description |
---|---|
List<DroolsParserException> |
getErrors() |
String |
getLeftMostExpr() |
boolean |
hasErrors() |
ConstraintConnectiveDescr |
parse(String text)
Parse an expression from text
|
public DrlExprParser(org.kie.internal.builder.conf.LanguageLevelOption languageLevel)
public ConstraintConnectiveDescr parse(String text)
public String getLeftMostExpr()
public boolean hasErrors()
public List<DroolsParserException> getErrors()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.