public interface DrlxParseSuccess extends DrlxParseResult
Modifier and Type | Method and Description |
---|---|
DrlxParseSuccess |
addAllWatchedProperties(Collection<String> watchedProperties) |
org.drools.javaparser.ast.expr.Expression |
getExpr() |
String |
getExprBinding() |
boolean |
isRequiresSplit() |
boolean |
isTemporal() |
boolean |
isValidExpression() |
accept, acceptWithReturnValue, combineWith, isSuccess
boolean isValidExpression()
String getExprBinding()
org.drools.javaparser.ast.expr.Expression getExpr()
boolean isRequiresSplit()
boolean isTemporal()
DrlxParseSuccess addAllWatchedProperties(Collection<String> watchedProperties)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.