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, getChildren
public <ResultType,ExceptionType extends EcmException> ResultType accept(ExpressionVisitor<ResultType,ExceptionType> visitor) throws ExceptionType extends EcmException
AstNode
accept
in class AstNode
visitor
- the visitor that implements the callbacksExceptionType
- indicates any exception during the visiting processExceptionType extends EcmException
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.