Class OnExpression
- java.lang.Object
-
- org.codehaus.groovy.ast.ASTNode
-
- org.codehaus.groovy.ast.AnnotatedNode
-
- org.codehaus.groovy.ast.expr.Expression
-
- org.apache.groovy.ginq.dsl.expression.AbstractGinqExpression
-
- org.apache.groovy.ginq.dsl.expression.ProcessExpression
-
- org.apache.groovy.ginq.dsl.expression.FilterExpression
-
- org.apache.groovy.ginq.dsl.expression.OnExpression
-
- All Implemented Interfaces:
GroovydocHolder<AnnotatedNode>
,DataSourceHolder
,NodeMetaDataHandler
public class OnExpression extends FilterExpression
Represents on expression- Since:
- 4.0.0
-
-
Field Summary
-
Fields inherited from class org.apache.groovy.ginq.dsl.expression.FilterExpression
filterExpr
-
Fields inherited from class org.codehaus.groovy.ast.expr.Expression
EMPTY_ARRAY
-
Fields inherited from interface groovy.lang.groovydoc.GroovydocHolder
DOC_COMMENT
-
-
Constructor Summary
Constructors Constructor Description OnExpression(Expression filterExpr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(GinqAstVisitor<R> visitor)
String
getText()
String
toString()
-
Methods inherited from class org.apache.groovy.ginq.dsl.expression.FilterExpression
getFilterExpr, setFilterExpr
-
Methods inherited from class org.apache.groovy.ginq.dsl.expression.ProcessExpression
getDataSourceExpression, setDataSourceExpression
-
Methods inherited from class org.apache.groovy.ginq.dsl.expression.AbstractGinqExpression
transformExpression, visit
-
Methods inherited from class org.codehaus.groovy.ast.expr.Expression
getType, setType, transformExpressions, transformExpressions
-
Methods inherited from class org.codehaus.groovy.ast.AnnotatedNode
addAnnotation, addAnnotations, getAnnotations, getAnnotations, getDeclaringClass, getGroovydoc, getInstance, hasNoRealSourcePosition, isSynthetic, setDeclaringClass, setHasNoRealSourcePosition, setSynthetic
-
Methods inherited from class org.codehaus.groovy.ast.ASTNode
copyNodeMetaData, getColumnNumber, getLastColumnNumber, getLastLineNumber, getLineNumber, getMetaDataMap, setColumnNumber, setLastColumnNumber, setLastLineNumber, setLineNumber, setMetaDataMap, setSourcePosition
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.codehaus.groovy.ast.NodeMetaDataHandler
copyNodeMetaData, getMetaDataMap, getNodeMetaData, getNodeMetaData, getNodeMetaData, putNodeMetaData, removeNodeMetaData, setMetaDataMap, setNodeMetaData
-
-
-
-
Constructor Detail
-
OnExpression
public OnExpression(Expression filterExpr)
-
-
Method Detail
-
accept
public <R> R accept(GinqAstVisitor<R> visitor)
- Specified by:
accept
in classAbstractGinqExpression
-
-