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

Packages that use BooleanExpression
groovy.sql   
org.codehaus.groovy.antlr   
org.codehaus.groovy.ast   
org.codehaus.groovy.ast.expr   
org.codehaus.groovy.ast.stmt   
org.codehaus.groovy.classgen   
 

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.antlr
 

Methods in org.codehaus.groovy.antlr that return BooleanExpression
protected  BooleanExpression AntlrParserPlugin.booleanExpression(antlr.collections.AST node)
           
 

Uses of BooleanExpression in org.codehaus.groovy.ast
 

Methods in org.codehaus.groovy.ast with parameters of type BooleanExpression
 void GroovyCodeVisitor.visitBooleanExpression(BooleanExpression expression)
           
 void CodeVisitorSupport.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 IfStatement.getBooleanExpression()
           
 BooleanExpression DoWhileStatement.getBooleanExpression()
           
 BooleanExpression WhileStatement.getBooleanExpression()
           
 

Constructors in org.codehaus.groovy.ast.stmt with parameters of type BooleanExpression
AssertStatement(BooleanExpression booleanExpression)
           
AssertStatement(BooleanExpression booleanExpression, Expression messageExpression)
           
IfStatement(BooleanExpression booleanExpression, Statement ifBlock, Statement elseBlock)
           
DoWhileStatement(BooleanExpression booleanExpression, Statement loopBlock)
           
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 AsmClassGenerator.visitBooleanExpression(BooleanExpression expression)
          return a primitive boolean value of the BooleanExpresion.
 



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