public abstract class FilterExpression
extends ProcessExpression
Represents filter expression
| Modifiers | Name | Description |
|---|---|---|
protected Expression |
filterExpr |
Filter expression applied by the clause. |
| Fields inherited from class | Fields |
|---|---|
class Expression |
EMPTY_ARRAY |
| Constructor and description |
|---|
FilterExpression(Expression filterExpr)Creates a filter expression. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Expression |
getFilterExpr()Returns the filter condition. |
|
public void |
setFilterExpr(Expression filterExpr)Replaces the filter condition. |
| Methods inherited from class | Name |
|---|---|
class ProcessExpression |
getDataSourceExpression, setDataSourceExpression |
class AbstractGinqExpression |
accept, transformExpression, visit |
class Expression |
getType, setType, transformExpression, transformExpressions, transformExpressions |
class AnnotatedNode |
addAnnotation, addAnnotation, addAnnotations, getAnnotations, getAnnotations, getDeclaringClass, getGroovydoc, getInstance, hasNoRealSourcePosition, isSynthetic, setDeclaringClass, setHasNoRealSourcePosition, setSynthetic |
class ASTNode |
copyNodeMetaData, getColumnNumber, getLastColumnNumber, getLastLineNumber, getLineNumber, getMetaDataMap, getText, setColumnNumber, setLastColumnNumber, setLastLineNumber, setLineNumber, setMetaDataMap, setSourcePosition, visit |
Filter expression applied by the clause.
Creates a filter expression.
filterExpr - the filter conditionReturns the filter condition.
Replaces the filter condition.
filterExpr - the new filter conditionCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.