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

Packages that use BooleanExpression
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.ast.stmt AST nodes for Groovy statements 
org.codehaus.groovy.classgen Generates Java classes for Groovy classes using ASM. 
 

Uses of BooleanExpression in groovy.sql
 

Methods in groovy.sql with parameters of type BooleanExpression
 void SqlWhereVisitor.visitBooleanExpression(BooleanExpression expression)
           
 

Uses of BooleanExpression in org.codehaus.groovy.ast
 

Methods in org.codehaus.groovy.ast with parameters of type BooleanExpression
 void CodeVisitorSupport.visitBooleanExpression(BooleanExpression expression)
           
 void GroovyCodeVisitor.visitBooleanExpression(BooleanExpression expression)
           
 

Uses of BooleanExpression in org.codehaus.groovy.ast.expr
 

Subclasses of BooleanExpression in org.codehaus.groovy.ast.expr
 class NotExpression
           
 

Methods in org.codehaus.groovy.ast.expr that return BooleanExpression
 BooleanExpression TernaryExpression.getBooleanExpression()
           
 

Constructors in org.codehaus.groovy.ast.expr with parameters of type BooleanExpression
TernaryExpression(BooleanExpression booleanExpression, Expression trueExpression, Expression falseExpression)
           
 

Uses of BooleanExpression in org.codehaus.groovy.ast.stmt
 

Methods in org.codehaus.groovy.ast.stmt that return BooleanExpression
 BooleanExpression AssertStatement.getBooleanExpression()
           
 BooleanExpression DoWhileStatement.getBooleanExpression()
           
 BooleanExpression IfStatement.getBooleanExpression()
           
 BooleanExpression WhileStatement.getBooleanExpression()
           
 

Constructors in org.codehaus.groovy.ast.stmt with parameters of type BooleanExpression
AssertStatement(BooleanExpression booleanExpression)
           
AssertStatement(BooleanExpression booleanExpression, Expression messageExpression)
           
DoWhileStatement(BooleanExpression booleanExpression, Statement loopBlock)
           
IfStatement(BooleanExpression booleanExpression, Statement ifBlock, Statement elseBlock)
           
WhileStatement(BooleanExpression booleanExpression, Statement loopBlock)
           
 

Uses of BooleanExpression in org.codehaus.groovy.classgen
 

Methods in org.codehaus.groovy.classgen with parameters of type BooleanExpression
 void ClassGenerator.visitBooleanExpression(BooleanExpression expression)
           
 



Copyright © 2003-2004 The Codehaus. All Rights Reserved.