Uses of Class
org.tranql.ql.BinaryOperation

Packages that use BinaryOperation
org.tranql.ejb.parser   
org.tranql.ejbqlcompiler   
org.tranql.ql   
org.tranql.ql.queryvisitor   
org.tranql.query   
org.tranql.sql.sql92   
 

Uses of BinaryOperation in org.tranql.ejb.parser
 

Methods in org.tranql.ejb.parser that return BinaryOperation
 BinaryOperation EJBQL21Compiler.and_expression(antlr.collections.AST _t)
           
 BinaryOperation EJBQL21Compiler.or_expression(antlr.collections.AST _t)
           
 BinaryOperation EJBQL21Compiler.comparison_expression(antlr.collections.AST _t)
           
 BinaryOperation EJBQL21Compiler.equals_comparison(antlr.collections.AST _t)
           
 BinaryOperation EJBQL21Compiler.not_equals_comparison(antlr.collections.AST _t)
           
 BinaryOperation EJBQL21Compiler.less_than_comparison(antlr.collections.AST _t)
           
 BinaryOperation EJBQL21Compiler.less_than_equals_comparison(antlr.collections.AST _t)
           
 BinaryOperation EJBQL21Compiler.greater_than_comparison(antlr.collections.AST _t)
           
 BinaryOperation EJBQL21Compiler.greater_than_equals_comparison(antlr.collections.AST _t)
           
 BinaryOperation EJBQL21Compiler.arithmetic_expression(antlr.collections.AST _t)
           
 BinaryOperation EJBQL21Compiler.addition_expression(antlr.collections.AST _t)
           
 BinaryOperation EJBQL21Compiler.subtraction_expression(antlr.collections.AST _t)
           
 BinaryOperation EJBQL21Compiler.multiplication_expression(antlr.collections.AST _t)
           
 BinaryOperation EJBQL21Compiler.division_expression(antlr.collections.AST _t)
           
 

Uses of BinaryOperation in org.tranql.ejbqlcompiler
 

Methods in org.tranql.ejbqlcompiler with parameters of type BinaryOperation
 java.lang.Object EntityReferenceTransformer.visit(BinaryOperation node, java.lang.Object param)
           
 

Uses of BinaryOperation in org.tranql.ql
 

Methods in org.tranql.ql with parameters of type BinaryOperation
 java.lang.Object QueryVisitor.visit(BinaryOperation node, java.lang.Object param)
           
 

Uses of BinaryOperation in org.tranql.ql.queryvisitor
 

Methods in org.tranql.ql.queryvisitor with parameters of type BinaryOperation
 java.lang.Object ExecutorVisitor.visit(BinaryOperation node, java.lang.Object param)
           
 

Uses of BinaryOperation in org.tranql.query
 

Methods in org.tranql.query with parameters of type BinaryOperation
 java.lang.Object QueryCloner.visit(BinaryOperation node, java.lang.Object param)
           
 

Uses of BinaryOperation in org.tranql.sql.sql92
 

Methods in org.tranql.sql.sql92 with parameters of type BinaryOperation
 java.lang.Object SQL92Generator.visit(BinaryOperation node, java.lang.Object param)
           
 



Copyright © -2006 The Codehaus. All Rights Reserved.