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