Uses of Interface
org.ow2.opensuit.cel.ITypeConverter

Packages that use ITypeConverter
org.ow2.opensuit.cel   
org.ow2.opensuit.cel.impl   
org.ow2.opensuit.cel.impl.misc   
org.ow2.opensuit.cel.impl.tree   
org.ow2.opensuit.cel.impl.tree.impl.ast   
org.ow2.opensuit.cel.util   
 

Uses of ITypeConverter in org.ow2.opensuit.cel
 

Methods in org.ow2.opensuit.cel that return ITypeConverter
 ITypeConverter ExpressionFactory.getConverter()
           
 

Methods in org.ow2.opensuit.cel with parameters of type ITypeConverter
static ExpressionFactory ExpressionFactory.newInstance(ITypeConverter converter)
           
 

Constructors in org.ow2.opensuit.cel with parameters of type ITypeConverter
ExpressionFactory(ITypeConverter converter)
           
 

Uses of ITypeConverter in org.ow2.opensuit.cel.impl
 

Constructors in org.ow2.opensuit.cel.impl with parameters of type ITypeConverter
ExpressionFactoryImpl(ITypeConverter converter)
           
 

Uses of ITypeConverter in org.ow2.opensuit.cel.impl.misc
 

Methods in org.ow2.opensuit.cel.impl.misc with parameters of type ITypeConverter
static java.lang.Number NumberOperations.add(ITypeConverter converter, java.lang.Object o1, java.lang.Object o2)
           
static boolean BooleanOperations.and(ITypeConverter converter, java.lang.Object o1, java.lang.Object o2)
           
static boolean BooleanOperations.checkBooleanTypes(ITypeConverter converter, java.lang.Class<?> c1, java.lang.Class<?> c2)
           
static boolean BooleanOperations.checkComparisonTypes(ITypeConverter converter, java.lang.Class<?> c1, java.lang.Class<?> c2)
           
static boolean NumberOperations.checkType(ITypeConverter converter, java.lang.Class<?> c)
           
static boolean NumberOperations.checkTypes(ITypeConverter converter, java.lang.Class<?> c1, java.lang.Class<?> c2)
           
static java.lang.Number NumberOperations.div(ITypeConverter converter, java.lang.Object o1, java.lang.Object o2)
           
static boolean BooleanOperations.empty(ITypeConverter converter, java.lang.Object o)
           
static boolean BooleanOperations.eq(ITypeConverter converter, java.lang.Object o1, java.lang.Object o2)
           
static boolean BooleanOperations.ge(ITypeConverter converter, java.lang.Object o1, java.lang.Object o2)
           
static boolean BooleanOperations.gt(ITypeConverter converter, java.lang.Object o1, java.lang.Object o2)
           
static boolean BooleanOperations.le(ITypeConverter converter, java.lang.Object o1, java.lang.Object o2)
           
static boolean BooleanOperations.lt(ITypeConverter converter, java.lang.Object o1, java.lang.Object o2)
           
static java.lang.Number NumberOperations.mod(ITypeConverter converter, java.lang.Object o1, java.lang.Object o2)
           
static java.lang.Number NumberOperations.mul(ITypeConverter converter, java.lang.Object o1, java.lang.Object o2)
           
static boolean BooleanOperations.ne(ITypeConverter converter, java.lang.Object o1, java.lang.Object o2)
           
static java.lang.Number NumberOperations.neg(ITypeConverter converter, java.lang.Object value)
           
static boolean BooleanOperations.not(ITypeConverter converter, java.lang.Object o)
           
static boolean BooleanOperations.or(ITypeConverter converter, java.lang.Object o1, java.lang.Object o2)
           
static java.lang.Number NumberOperations.sub(ITypeConverter converter, java.lang.Object o1, java.lang.Object o2)
           
 

Uses of ITypeConverter in org.ow2.opensuit.cel.impl.tree
 

Methods in org.ow2.opensuit.cel.impl.tree with parameters of type ITypeConverter
 boolean IExprNode.compile(ITypeConverter converter, ICompilationContext context, ICompilationResultWriter results)
          Allow to compile the given expression with the associated and .
 

Uses of ITypeConverter in org.ow2.opensuit.cel.impl.tree.impl.ast
 

Fields in org.ow2.opensuit.cel.impl.tree.impl.ast declared as ITypeConverter
protected  ITypeConverter AstInvocation.converter
           
 

Methods in org.ow2.opensuit.cel.impl.tree.impl.ast with parameters of type ITypeConverter
 java.lang.Object AstUnaryOperation.Operator.apply(ITypeConverter converter, java.lang.Object o)
           
 java.lang.Object AstBinaryOperation.Operator.apply(ITypeConverter converter, java.lang.Object o1, java.lang.Object o2)
           
 boolean AstUnaryOperation.Operator.checkType(ITypeConverter converter, java.lang.Class<?> t)
           
 boolean AstBinaryOperation.Operator.checkTypes(ITypeConverter converter, java.lang.Class<?> t1, java.lang.Class<?> t2)
           
 boolean AstBinaryOperation.ComparisionOperator.checkTypes(ITypeConverter converter, java.lang.Class<?> t1, java.lang.Class<?> t2)
           
 boolean AstBinaryOperation.NumberOperator.checkTypes(ITypeConverter converter, java.lang.Class<?> t1, java.lang.Class<?> t2)
           
 boolean AstBracket.compile(ITypeConverter converter, ICompilationContext ctx, ICompilationResultWriter messages)
           
 boolean AstInvocation.compile(ITypeConverter converter, ICompilationContext context, ICompilationResultWriter results)
           
 boolean AstUnaryOperation.compile(ITypeConverter converter, ICompilationContext ctx, ICompilationResultWriter messages)
           
 boolean AstBinaryOperation.compile(ITypeConverter converter, ICompilationContext ctx, ICompilationResultWriter messages)
           
 boolean AstComposite.compile(ITypeConverter converter, ICompilationContext ctx, ICompilationResultWriter messages)
           
 boolean AstEval.compile(ITypeConverter converter, ICompilationContext ctx, ICompilationResultWriter messages)
           
 boolean AstNested.compile(ITypeConverter converter, ICompilationContext ctx, ICompilationResultWriter messages)
           
 boolean AstText.compile(ITypeConverter converter, ICompilationContext ctx, ICompilationResultWriter messages)
           
 boolean AstDot.compile(ITypeConverter converter, ICompilationContext ctx, ICompilationResultWriter messages)
           
 boolean AstMethod.compile(ITypeConverter converter, ICompilationContext context, ICompilationResultWriter messages)
           
 boolean AstFunction.compile(ITypeConverter converter, ICompilationContext context, ICompilationResultWriter messages)
           
 boolean AstChoice.compile(ITypeConverter converter, ICompilationContext ctx, ICompilationResultWriter messages)
           
 boolean AstLiteral.compile(ITypeConverter converter, ICompilationContext ctx, ICompilationResultWriter messages)
           
 boolean AstIdentifier.compile(ITypeConverter converter, ICompilationContext ctx, ICompilationResultWriter messages)
           
 

Uses of ITypeConverter in org.ow2.opensuit.cel.util
 

Classes in org.ow2.opensuit.cel.util that implement ITypeConverter
 class StrictTypeConverter
          Type Conversions as described in EL 2.1 specification (section 1.17).
 



Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.