org.ow2.opensuit.cel.impl
Class ExpressionFactoryImpl

java.lang.Object
  extended by org.ow2.opensuit.cel.ExpressionFactory
      extended by org.ow2.opensuit.cel.impl.ExpressionFactoryImpl

public class ExpressionFactoryImpl
extends ExpressionFactory

Version:
1.0
Author:
Adrien Ruffie / Pierre Smeyers, http://opensuit.ow2.org/

Constructor Summary
ExpressionFactoryImpl(ITypeConverter converter)
           
 
Method Summary
 ICompilationResult compileExpression(ICompilationContext iContext, java.lang.String expression)
          Allow to compile the provided expression into the associated compilation context
 
Methods inherited from class org.ow2.opensuit.cel.ExpressionFactory
getConverter, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionFactoryImpl

public ExpressionFactoryImpl(ITypeConverter converter)
Method Detail

compileExpression

public ICompilationResult compileExpression(ICompilationContext iContext,
                                            java.lang.String expression)
Description copied from class: ExpressionFactory
Allow to compile the provided expression into the associated compilation context

Specified by:
compileExpression in class ExpressionFactory
Parameters:
iContext - The context with which the compilation is performed
expression - The value of the expression
Returns:
IReaderCompilationResult


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.