|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BinaryExpression | |
---|---|
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.classgen | Generates Java classes for Groovy classes using ASM. |
org.codehaus.groovy.control | Compiler control classes. |
Uses of BinaryExpression in groovy.sql |
---|
Methods in groovy.sql with parameters of type BinaryExpression | |
---|---|
void |
SqlWhereVisitor.visitBinaryExpression(BinaryExpression expression)
|
Uses of BinaryExpression in org.codehaus.groovy.ast |
---|
Methods in org.codehaus.groovy.ast with parameters of type BinaryExpression | |
---|---|
void |
CodeVisitorSupport.visitBinaryExpression(BinaryExpression expression)
|
void |
GroovyCodeVisitor.visitBinaryExpression(BinaryExpression expression)
|
Uses of BinaryExpression in org.codehaus.groovy.ast.expr |
---|
Subclasses of BinaryExpression in org.codehaus.groovy.ast.expr | |
---|---|
class |
DeclarationExpression
Represents a local variable name declaration, an expression like "def foo" or with type "String foo". |
Methods in org.codehaus.groovy.ast.expr that return BinaryExpression | |
---|---|
static BinaryExpression |
BinaryExpression.newAssignmentExpression(Variable variable,
Expression rhs)
Creates an assignment expression in which the specified expression is written into the specified variable name. |
static BinaryExpression |
BinaryExpression.newInitializationExpression(java.lang.String variable,
ClassNode type,
Expression rhs)
Creates variable initialization expression in which the specified expression is written into the specified variable name. |
Uses of BinaryExpression in org.codehaus.groovy.classgen |
---|
Methods in org.codehaus.groovy.classgen with parameters of type BinaryExpression | |
---|---|
private void |
AsmClassGenerator.evaluateBinaryExpression(MethodCaller compareMethod,
BinaryExpression expression)
|
protected void |
AsmClassGenerator.evaluateBinaryExpression(java.lang.String method,
BinaryExpression expression)
|
protected void |
AsmClassGenerator.evaluateBinaryExpressionWithAssignment(java.lang.String method,
BinaryExpression expression)
|
protected void |
AsmClassGenerator.evaluateCompareTo(BinaryExpression expression)
|
protected void |
AsmClassGenerator.evaluateEqual(BinaryExpression expression,
boolean defineVariable)
|
protected void |
AsmClassGenerator.evaluateInstanceof(BinaryExpression expression)
|
protected void |
AsmClassGenerator.evaluateLogicalAndExpression(BinaryExpression expression)
|
protected void |
AsmClassGenerator.evaluateLogicalOrExpression(BinaryExpression expression)
|
private void |
AsmClassGenerator.makeBinopCallSite(BinaryExpression bin,
java.lang.String message)
|
void |
AsmClassGenerator.visitBinaryExpression(BinaryExpression expression)
|
void |
ClassCompletionVerifier.visitBinaryExpression(BinaryExpression expression)
|
void |
VerifierCodeVisitor.visitBinaryExpression(BinaryExpression expression)
|
Uses of BinaryExpression in org.codehaus.groovy.control |
---|
Methods in org.codehaus.groovy.control with parameters of type BinaryExpression | |
---|---|
protected Expression |
ResolveVisitor.transformBinaryExpression(BinaryExpression be)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |