public abstract class QueryExpression<ExpressionType> extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
QueryExpression(Class<ExpressionType> expressionType) |
Modifier and Type | Method and Description |
---|---|
abstract void |
accept(QueryExpressionVisitor visitor)
This method invokes the appropriate callback of the given
visitor and delegates
it to its children if present. |
Class<ExpressionType> |
getExpressionType()
This method returns the type of the expression.
|
protected QueryExpression(Class<ExpressionType> expressionType)
public Class<ExpressionType> getExpressionType()
public abstract void accept(QueryExpressionVisitor visitor)
visitor
and delegates
it to its children if present.visitor
- the visitor visiting this expressionCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.