public abstract class AbstractDrlxParseSuccess extends Object implements DrlxParseSuccess
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
watchedProperties |
| Constructor and Description |
|---|
AbstractDrlxParseSuccess() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ParseResultVoidVisitor parseVisitor) |
<T> T |
acceptWithReturnValue(ParseResultVisitor<T> visitor) |
AbstractDrlxParseSuccess |
addAllWatchedProperties(Collection<String> watchedProperties) |
Set<String> |
getWatchedProperties() |
boolean |
isSuccess() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExpr, getExprBinding, isRequiresSplit, isTemporal, isValidExpressioncombineWith, getExprId, setOriginalDrlConstraintpublic AbstractDrlxParseSuccess addAllWatchedProperties(Collection<String> watchedProperties)
addAllWatchedProperties in interface DrlxParseSuccesspublic void accept(ParseResultVoidVisitor parseVisitor)
accept in interface DrlxParseResultpublic <T> T acceptWithReturnValue(ParseResultVisitor<T> visitor)
acceptWithReturnValue in interface DrlxParseResultpublic boolean isSuccess()
isSuccess in interface DrlxParseResultCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.