|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstantExpression | |
groovy.sql | Groovy helper classes for working with SQL data as Groovy objects |
org.codehaus.groovy.ast | Groovy AST nodes for the syntax of the language |
org.codehaus.groovy.ast.expr | AST nodes for Groovy expressions |
org.codehaus.groovy.classgen | Generates Java classes for Groovy classes using ASM. |
org.codehaus.groovy.syntax.parser | The main parser of Groovy code into the Groovy AST model (Abstract Syntax Tree) |
Uses of ConstantExpression in groovy.sql |
Methods in groovy.sql with parameters of type ConstantExpression | |
void |
SqlWhereVisitor.visitConstantExpression(ConstantExpression expression)
|
Uses of ConstantExpression in org.codehaus.groovy.ast |
Methods in org.codehaus.groovy.ast with parameters of type ConstantExpression | |
void |
CodeVisitorSupport.visitConstantExpression(ConstantExpression expression)
|
void |
GroovyCodeVisitor.visitConstantExpression(ConstantExpression expression)
|
Uses of ConstantExpression in org.codehaus.groovy.ast.expr |
Fields in org.codehaus.groovy.ast.expr declared as ConstantExpression | |
static ConstantExpression |
ConstantExpression.VOID
|
static ConstantExpression |
ConstantExpression.NULL
|
static ConstantExpression |
ConstantExpression.TRUE
|
static ConstantExpression |
ConstantExpression.FALSE
|
static ConstantExpression |
ConstantExpression.EMPTY_STRING
|
Methods in org.codehaus.groovy.ast.expr with parameters of type ConstantExpression | |
void |
GStringExpression.addString(ConstantExpression text)
|
Uses of ConstantExpression in org.codehaus.groovy.classgen |
Methods in org.codehaus.groovy.classgen with parameters of type ConstantExpression | |
void |
ClassGenerator.visitConstantExpression(ConstantExpression expression)
|
Uses of ConstantExpression in org.codehaus.groovy.syntax.parser |
Methods in org.codehaus.groovy.syntax.parser that return ConstantExpression | |
protected ConstantExpression |
ASTBuilder.constantExpression(CSTNode expressionRoot)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |