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

Packages that use BinaryExpression
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.classgen Generates Java classes for Groovy classes using ASM. 
org.codehaus.groovy.syntax.parser The main parser of Groovy code into the Groovy AST model (Abstract Syntax Tree)  
 

Uses of BinaryExpression in groovy.gdo
 

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

Uses of BinaryExpression in org.codehaus.groovy.ast
 

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

Uses of BinaryExpression in org.codehaus.groovy.classgen
 

Methods in org.codehaus.groovy.classgen with parameters of type BinaryExpression
 void ClassGenerator.visitBinaryExpression(org.codehaus.groovy.ast.expr.BinaryExpression expression)
           
protected  void ClassGenerator.evaluateLogicalOrExpression(org.codehaus.groovy.ast.expr.BinaryExpression expression)
           
protected  void ClassGenerator.evaluateLogicalAndExpression(org.codehaus.groovy.ast.expr.BinaryExpression expression)
           
protected  void ClassGenerator.evaluateBinaryExpression(String method, org.codehaus.groovy.ast.expr.BinaryExpression expression)
           
protected  void ClassGenerator.evaluateBinaryExpressionWithAsignment(String method, org.codehaus.groovy.ast.expr.BinaryExpression expression)
           
protected  void ClassGenerator.evaluateBinaryExpression(org.codehaus.groovy.classgen.MethodCaller compareMethod, org.codehaus.groovy.ast.expr.BinaryExpression expression)
           
protected  void ClassGenerator.evaluateEqual(org.codehaus.groovy.ast.expr.BinaryExpression expression)
           
protected  void ClassGenerator.evaluateInstanceof(org.codehaus.groovy.ast.expr.BinaryExpression expression)
           
 void VariableScopeCodeVisitor.visitBinaryExpression(org.codehaus.groovy.ast.expr.BinaryExpression expression)
           
 void VerifierCodeVisitor.visitBinaryExpression(org.codehaus.groovy.ast.expr.BinaryExpression expression)
           
 

Uses of BinaryExpression in org.codehaus.groovy.syntax.parser
 

Methods in org.codehaus.groovy.syntax.parser that return BinaryExpression
protected  org.codehaus.groovy.ast.expr.BinaryExpression ASTBuilder.binaryExpression(org.codehaus.groovy.syntax.parser.CSTNode expressionRoot)
           
 



Copyright © 2003 The Codehaus. All Rights Reserved.