|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.opensuit.cel.ExpressionFactory
public abstract class ExpressionFactory
Represent the factory that allow to recover the implementation.
| Constructor Summary | |
|---|---|
protected |
ExpressionFactory(ITypeConverter converter)
|
| Method Summary | |
|---|---|
abstract ICompilationResult |
compileExpression(ICompilationContext iContext,
java.lang.String expr)
Allow to compile the provided expression into the associated compilation context |
ITypeConverter |
getConverter()
|
static ExpressionFactory |
newInstance(ITypeConverter converter)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ExpressionFactory(ITypeConverter converter)
| Method Detail |
|---|
public static ExpressionFactory newInstance(ITypeConverter converter)
public ITypeConverter getConverter()
public abstract ICompilationResult compileExpression(ICompilationContext iContext,
java.lang.String expr)
iContext - The context with which the compilation is performedexpr - The
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||