public abstract class ProcessExpression
extends AbstractGinqExpression
implements DataSourceHolder
Represents process expression, e.g. where, groupby, orderby, limit, select
| Fields inherited from class | Fields |
|---|---|
class Expression |
EMPTY_ARRAY |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public DataSourceExpression |
getDataSourceExpression()Returns the data source feeding this clause. |
|
public void |
setDataSourceExpression(DataSourceExpression dataSourceExpression)Sets the data source feeding this clause. |
| 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 |
Returns the data source feeding this clause.
Sets the data source feeding this clause.
dataSourceExpression - the data source to set