public abstract class DataSourceExpression
extends AbstractGinqExpression
implements DataSourceHolder
Represents data source expression
| Modifiers | Name | Description |
|---|---|---|
protected Expression |
aliasExpr |
Alias expression bound to the data source. |
protected Expression |
dataSourceExpr |
Expression yielding the data source. |
| Fields inherited from class | Fields |
|---|---|
class Expression |
EMPTY_ARRAY |
| Constructor and description |
|---|
DataSourceExpression(Expression aliasExpr, Expression dataSourceExpr)Creates a data-source expression. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Expression |
getAliasExpr()Returns the alias expression. |
|
public Expression |
getDataSourceExpr()Returns the data-source expression. |
|
public void |
setDataSourceExpr(Expression dataSourceExpr)Replaces the data-source expression. |
| Methods inherited from class | Name |
|---|---|
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 |
Alias expression bound to the data source.
Expression yielding the data source.
Creates a data-source expression.
aliasExpr - the alias expressiondataSourceExpr - the source expressionReturns the alias expression.
Returns the data-source expression.
Replaces the data-source expression.
dataSourceExpr - the new data-source expressionCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.