|
||||||||||
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.antlr | Parser related classes. |
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. |
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.antlr |
---|
Methods in org.codehaus.groovy.antlr that return ConstantExpression | |
---|---|
protected ConstantExpression |
AntlrParserPlugin.decimalExpression(antlr.collections.AST node)
|
protected ConstantExpression |
AntlrParserPlugin.integerExpression(antlr.collections.AST node)
|
Uses of ConstantExpression in org.codehaus.groovy.ast |
---|
Methods in org.codehaus.groovy.ast with parameters of type ConstantExpression | |
---|---|
void |
GroovyCodeVisitor.visitConstantExpression(ConstantExpression expression)
|
void |
CodeVisitorSupport.visitConstantExpression(ConstantExpression expression)
|
Uses of ConstantExpression in org.codehaus.groovy.ast.expr |
---|
Subclasses of ConstantExpression in org.codehaus.groovy.ast.expr | |
---|---|
class |
AnnotationConstantExpression
Represents an annotation "constant" that may appear in annotation attributes (mainly used as a marker). |
Fields in org.codehaus.groovy.ast.expr declared as ConstantExpression | |
---|---|
static ConstantExpression |
ConstantExpression.EMPTY_STRING
|
static ConstantExpression |
ConstantExpression.EMTPY_EXPRESSION
|
static ConstantExpression |
ConstantExpression.FALSE
|
static ConstantExpression |
ConstantExpression.NULL
|
static ConstantExpression |
ConstantExpression.TRUE
|
static ConstantExpression |
ConstantExpression.VOID
|
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 |
AsmClassGenerator.visitConstantExpression(ConstantExpression expression)
Generate byte code for constants |
protected void |
AnnotationVisitor.visitConstantExpression(java.lang.String attrName,
ConstantExpression constExpr,
ClassNode attrType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |