|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BooleanExpression | |
groovy.sql | Groovy helper classes for working with SQL data as Groovy objects |
org.codehaus.groovy.antlr | |
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.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()
|
Methods in org.codehaus.groovy.ast.stmt with parameters of type BooleanExpression | |
void |
AssertStatement.setBooleanExpression(BooleanExpression booleanExpression)
|
void |
IfStatement.setBooleanExpression(BooleanExpression booleanExpression)
|
void |
DoWhileStatement.setBooleanExpression(BooleanExpression booleanExpression)
|
void |
WhileStatement.setBooleanExpression(BooleanExpression booleanExpression)
|
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |