org.ow2.opensuit.cel.impl.tree.impl.ast
Class AstBinaryOperation.NumberOperator

java.lang.Object
  extended by org.ow2.opensuit.cel.impl.tree.impl.ast.AstBinaryOperation.NumberOperator
All Implemented Interfaces:
AstBinaryOperation.Operator
Enclosing class:
AstBinaryOperation

public abstract static class AstBinaryOperation.NumberOperator
extends java.lang.Object
implements AstBinaryOperation.Operator


Constructor Summary
AstBinaryOperation.NumberOperator()
           
 
Method Summary
 boolean checkTypes(ITypeConverter converter, java.lang.Class<?> t1, java.lang.Class<?> t2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ow2.opensuit.cel.impl.tree.impl.ast.AstBinaryOperation.Operator
apply, getType
 

Constructor Detail

AstBinaryOperation.NumberOperator

public AstBinaryOperation.NumberOperator()
Method Detail

checkTypes

public boolean checkTypes(ITypeConverter converter,
                          java.lang.Class<?> t1,
                          java.lang.Class<?> t2)
Specified by:
checkTypes in interface AstBinaryOperation.Operator


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.