|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstantExpression | |
groovy.gdo | GroovyDataObjects (GDO) API for working with arbitrary structured data as groovy objects, perfoming searches & sorting using Groocy syntax & closures etc. |
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.gdo |
Methods in groovy.gdo with parameters of type ConstantExpression | |
void |
SqlWhereVisitor.visitConstantExpression(org.codehaus.groovy.ast.expr.ConstantExpression expression)
|
Uses of ConstantExpression in org.codehaus.groovy.ast |
Methods in org.codehaus.groovy.ast with parameters of type ConstantExpression | |
void |
CodeVisitorSupport.visitConstantExpression(org.codehaus.groovy.ast.expr.ConstantExpression expression)
|
void |
GroovyCodeVisitor.visitConstantExpression(org.codehaus.groovy.ast.expr.ConstantExpression expression)
|
Uses of ConstantExpression in org.codehaus.groovy.ast.expr |
Fields in org.codehaus.groovy.ast.expr declared as ConstantExpression | |
static org.codehaus.groovy.ast.expr.ConstantExpression |
ConstantExpression.NULL
|
static org.codehaus.groovy.ast.expr.ConstantExpression |
ConstantExpression.TRUE
|
static org.codehaus.groovy.ast.expr.ConstantExpression |
ConstantExpression.FALSE
|
static org.codehaus.groovy.ast.expr.ConstantExpression |
ConstantExpression.EMPTY_STRING
|
Methods in org.codehaus.groovy.ast.expr with parameters of type ConstantExpression | |
void |
GStringExpression.addString(org.codehaus.groovy.ast.expr.ConstantExpression text)
|
Uses of ConstantExpression in org.codehaus.groovy.classgen |
Methods in org.codehaus.groovy.classgen with parameters of type ConstantExpression | |
void |
ClassGenerator.visitConstantExpression(org.codehaus.groovy.ast.expr.ConstantExpression expression)
|
Uses of ConstantExpression in org.codehaus.groovy.syntax.parser |
Methods in org.codehaus.groovy.syntax.parser that return ConstantExpression | |
protected org.codehaus.groovy.ast.expr.ConstantExpression |
ASTBuilder.constantExpression(org.codehaus.groovy.syntax.parser.CSTNode expressionRoot)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |