org.ow2.opensuit.cel.impl.tree.impl.ast
Interface AstBinaryOperation.Operator

All Known Implementing Classes:
AstBinaryOperation.BooleanOperator, AstBinaryOperation.ComparisionOperator, AstBinaryOperation.NumberOperator
Enclosing class:
AstBinaryOperation

public static interface AstBinaryOperation.Operator


Method Summary
 java.lang.Object apply(ITypeConverter converter, java.lang.Object o1, java.lang.Object o2)
           
 boolean checkTypes(ITypeConverter converter, java.lang.Class<?> t1, java.lang.Class<?> t2)
           
 java.lang.Class<?> getType(java.lang.Class<?> t1, java.lang.Class<?> t2)
           
 

Method Detail

checkTypes

boolean checkTypes(ITypeConverter converter,
                   java.lang.Class<?> t1,
                   java.lang.Class<?> t2)

getType

java.lang.Class<?> getType(java.lang.Class<?> t1,
                           java.lang.Class<?> t2)

apply

java.lang.Object apply(ITypeConverter converter,
                       java.lang.Object o1,
                       java.lang.Object o2)
                       throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.