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

Packages that use ICompilationResult
org.ow2.opensuit.cel   
org.ow2.opensuit.cel.impl   
 

Uses of ICompilationResult in org.ow2.opensuit.cel
 

Methods in org.ow2.opensuit.cel that return ICompilationResult
abstract  ICompilationResult ExpressionFactory.compileExpression(ICompilationContext iContext, java.lang.String expr)
          Allow to compile the provided expression into the associated compilation context
 

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

Subinterfaces of ICompilationResult in org.ow2.opensuit.cel.impl
 interface ICompilationResultWriter
           
 

Classes in org.ow2.opensuit.cel.impl that implement ICompilationResult
 class CompilationResult
          Interface for types conversion
 

Methods in org.ow2.opensuit.cel.impl that return ICompilationResult
 ICompilationResult ExpressionFactoryImpl.compileExpression(ICompilationContext iContext, java.lang.String expression)
           
 



Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.