public abstract class AbstractDrlxParseSuccess extends Object implements DrlxParseSuccess
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, wait
getExpr, getExprBinding, isRequiresSplit, isTemporal, isValidExpression
combineWith
public AbstractDrlxParseSuccess addAllWatchedProperties(Collection<String> watchedProperties)
addAllWatchedProperties
in interface DrlxParseSuccess
public void accept(ParseResultVoidVisitor parseVisitor)
accept
in interface DrlxParseResult
public <T> T acceptWithReturnValue(ParseResultVisitor<T> visitor)
acceptWithReturnValue
in interface DrlxParseResult
public boolean isSuccess()
isSuccess
in interface DrlxParseResult
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.