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

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

Uses of BooleanExpression in groovy.gdo
 

Methods in groovy.gdo with parameters of type BooleanExpression
 void SqlWhereVisitor.visitBooleanExpression(org.codehaus.groovy.ast.expr.BooleanExpression expression)
           
 

Uses of BooleanExpression in org.codehaus.groovy.ast
 

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

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

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

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

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

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

Uses of BooleanExpression in org.codehaus.groovy.classgen
 

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



Copyright © 2003 The Codehaus. All Rights Reserved.