On this page
[Java] Class AbstractGinqExpression
- org.apache.groovy.ginq.dsl.expression.AbstractGinqExpression
- All Implemented Interfaces and Traits:
- NodeMetaDataHandler
public abstract class AbstractGinqExpression
extends Expression
implements NodeMetaDataHandler
Represents GINQ expression which could hold meta data
- Since:
- 4.0.0
Fields inherited from class | Fields |
---|---|
class Expression |
EMPTY_ARRAY |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
<R> |
public abstract R |
accept(GinqAstVisitor<R> visitor) |
public Expression |
transformExpression(ExpressionTransformer transformer) |
|
public void |
visit(GroovyCodeVisitor visitor) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Expression |
getType, setType, transformExpression, transformExpressions, transformExpressions |
class AnnotatedNode |
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 |
Method Detail
<R> public abstract R accept(GinqAstVisitor<R> visitor)
@Override public Expression transformExpression(ExpressionTransformer transformer)
@Override public void visit(GroovyCodeVisitor visitor)
© 2003-2022 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/4.0.0/html/gapi/org/apache/groovy/ginq/dsl/expression/AbstractGinqExpression.html