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

Packages that use BinaryExpression
org.codehaus.groovy.ast   
org.codehaus.groovy.ast.expr   
org.codehaus.groovy.classgen   
 

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
 

Methods in org.codehaus.groovy.ast.expr that return BinaryExpression
static BinaryExpression BinaryExpression.newAssignmentExpression(String variable, Expression rhs)
          Creates an assignment expression in which the specified expression is written into the specified variable name.
static BinaryExpression BinaryExpression.newInitializationExpression(String variable, Type 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
 void VerifierCodeVisitor.visitBinaryExpression(BinaryExpression expression)
           
 void VariableScopeCodeVisitor.visitBinaryExpression(BinaryExpression expression)
           
 void AsmClassGenerator.visitBinaryExpression(BinaryExpression expression)
          Deprecated.  
protected  void AsmClassGenerator.evaluateLogicalOrExpression(BinaryExpression expression)
          Deprecated.  
protected  void AsmClassGenerator.evaluateLogicalAndExpression(BinaryExpression expression)
          Deprecated.  
protected  void AsmClassGenerator.evaluateBinaryExpression(String method, BinaryExpression expression)
          Deprecated.  
protected  void AsmClassGenerator.evaluateCompareTo(BinaryExpression expression)
          Deprecated.  
protected  void AsmClassGenerator.evaluateBinaryExpressionWithAsignment(String method, BinaryExpression expression)
          Deprecated.  
protected  void AsmClassGenerator.evaluateBinaryExpression(MethodCaller compareMethod, BinaryExpression expression)
          Deprecated.  
protected  void AsmClassGenerator.evaluateEqual(BinaryExpression expression)
          Deprecated.  
protected  void AsmClassGenerator.evaluateInstanceof(BinaryExpression expression)
          Deprecated.  
 void AsmClassGenerator2.visitBinaryExpression(BinaryExpression expression)
           
protected  void AsmClassGenerator2.evaluateLogicalOrExpression(BinaryExpression expression)
           
protected  void AsmClassGenerator2.evaluateLogicalAndExpression(BinaryExpression expression)
           
protected  void AsmClassGenerator2.evaluateBinaryExpression(String method, BinaryExpression expression)
           
protected  void AsmClassGenerator2.evaluateCompareTo(BinaryExpression expression)
           
protected  void AsmClassGenerator2.evaluateBinaryExpressionWithAsignment(String method, BinaryExpression expression)
           
protected  void AsmClassGenerator2.evalBinaryExp_LateBinding(MethodCaller compareMethod, BinaryExpression expression)
           
protected  void AsmClassGenerator2.evalBinaryExp_EarlyBinding(MethodCaller compareMethod, BinaryExpression expression)
          note: leave the primitive boolean on staock for comparison expressions.
protected  void AsmClassGenerator2.evaluateEqual(BinaryExpression expression)
           
protected  void AsmClassGenerator2.evaluateInstanceof(BinaryExpression expression)
           
 



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