public class BooleanOrExpression extends CompositeExpression
| Constructor and Description |
|---|
BooleanOrExpression() |
| Modifier and Type | Method and Description |
|---|---|
<ResultType,ExceptionType extends EcmException> |
accept(ExpressionVisitor<ResultType,ExceptionType> visitor)
This method accepts the given visitor and returns the result of its visit.
|
String |
toString() |
addExpression, getChildrenpublic <ResultType,ExceptionType extends EcmException> ResultType accept(ExpressionVisitor<ResultType,ExceptionType> visitor) throws ExceptionType extends EcmException
AstNodeaccept in class AstNodevisitor - the visitor that implements the callbacksExceptionType - indicates any exception during the visiting processExceptionType extends EcmExceptionCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.