public class BindEvaluatorXImplEx extends BindEvaluatorXImpl
| Constructor and Description |
|---|
BindEvaluatorXImplEx() |
BindEvaluatorXImplEx(FunctionMapper mapper) |
BindEvaluatorXImplEx(FunctionMapper mapper,
java.lang.Class<? extends ExpressionFactory> expfcls) |
| Modifier and Type | Method and Description |
|---|---|
ExpressionX |
parseExpressionX(BindContext ctx,
java.lang.String expression,
java.lang.Class<?> expectedType)
Prepares the expressionX.
|
getType, getValue, getValueReference, isReadOnly, newXelContext, setValueevaluate, evaluate, getExpressionFactory, getExpressionFactoryClass, getFunctionMapper, getVariableResolver, newXelContext, parseExpressionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluate, evaluate, parseExpressionpublic BindEvaluatorXImplEx(FunctionMapper mapper, java.lang.Class<? extends ExpressionFactory> expfcls)
public BindEvaluatorXImplEx(FunctionMapper mapper)
public BindEvaluatorXImplEx()
public ExpressionX parseExpressionX(BindContext ctx, java.lang.String expression, java.lang.Class<?> expectedType) throws XelException
BindEvaluatorXparseExpressionX in interface BindEvaluatorXparseExpressionX in class BindEvaluatorXImplexpression - the expression to be prepared for being evaluated
later.expectedType - the expected type of the result of the evaluationXelExceptionCopyright © 2005-2011 Potix Corporation. All Rights Reserved.