Package | Description |
---|---|
com.lexmark.saperion.search.context | |
com.lexmark.saperion.search.expression | |
com.lexmark.saperion.search.query |
Modifier and Type | Class and Description |
---|---|
class |
AbstractExpressionVisitor<ResultType,ExceptionType extends EcmException>
This default implementation of
ExpressionVisitor implements the iteration over children. |
Modifier and Type | Method and Description |
---|---|
<ResultType,ExceptionType extends EcmException> |
UnaryOperation.accept(ExpressionVisitor<ResultType,ExceptionType> visitor) |
<ResultType,ExceptionType extends EcmException> |
BooleanOrExpression.accept(ExpressionVisitor<ResultType,ExceptionType> visitor) |
<ResultType,ExceptionType extends EcmException> |
BooleanNotExpression.accept(ExpressionVisitor<ResultType,ExceptionType> visitor) |
<ResultType,ExceptionType extends EcmException> |
BooleanAndExpression.accept(ExpressionVisitor<ResultType,ExceptionType> visitor) |
<ResultType,ExceptionType extends EcmException> |
BinaryOperation.accept(ExpressionVisitor<ResultType,ExceptionType> visitor) |
Modifier and Type | Method and Description |
---|---|
<ResultType,ExceptionType extends EcmException> |
Statement.accept(ExpressionVisitor<ResultType,ExceptionType> visitor) |
abstract <ResultType,ExceptionType extends EcmException> |
AstNode.accept(ExpressionVisitor<ResultType,ExceptionType> visitor)
This method accepts the given visitor and returns the result of its visit.
|
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.