public class LimitExpression
extends ProcessExpression
Represents limit expression
| Fields inherited from class | Fields |
|---|---|
class Expression |
EMPTY_ARRAY |
| Constructor and description |
|---|
LimitExpression(Expression offsetAndSizeExpr)Creates a limit clause. |
| Type Params | Return Type | Name and description |
|---|---|---|
<R> |
public R |
accept(GinqAstVisitor<R> visitor)Accepts a visitor for this clause. |
|
public Expression |
getOffsetAndSizeExpr()Returns the offset-and-size expression. |
|
public String |
getText()Returns the textual GINQ form of this clause. |
|
public String |
toString()Returns the textual form of this clause. |
| 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 |
Creates a limit clause.
offsetAndSizeExpr - the limit expressionAccepts a visitor for this clause.
visitor - the visitor to acceptR - the visit result typeReturns the offset-and-size expression.
Returns the textual GINQ form of this clause.
Returns the textual form of this clause.
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.