Uses of Class
org.codehaus.groovy.ast.expr.ConstantExpression

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. 
org.codehaus.groovy.control Compiler control classes. 
 

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 CodeVisitorSupport.visitConstantExpression(ConstantExpression expression)
           
 void GroovyCodeVisitor.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 that return ConstantExpression
private  ConstantExpression AnnotationVisitor.getConstantExpression(Expression exp)
           
 

Methods in org.codehaus.groovy.classgen with parameters of type ConstantExpression
private  void ClassCompletionVerifier.checkStringExceedingMaximumLength(ConstantExpression expression)
           
 void AsmClassGenerator.visitConstantExpression(ConstantExpression expression)
          Generate byte code for constants
 void ClassCompletionVerifier.visitConstantExpression(ConstantExpression expression)
           
protected  void AnnotationVisitor.visitConstantExpression(java.lang.String attrName, ConstantExpression constExpr, ClassNode attrType)
           
 

Uses of ConstantExpression in org.codehaus.groovy.control
 

Methods in org.codehaus.groovy.control with parameters of type ConstantExpression
private  void OptimizerVisitor.setConstField(ConstantExpression constantExpression)
           
 



Copyright © ${year} The Codehaus. All Rights Reserved.