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, setValue
evaluate, evaluate, getExpressionFactory, getExpressionFactoryClass, getFunctionMapper, getVariableResolver, newXelContext, parseExpression
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
evaluate, evaluate, parseExpression
public 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
BindEvaluatorX
parseExpressionX
in interface BindEvaluatorX
parseExpressionX
in class BindEvaluatorXImpl
expression
- the expression to be prepared for being evaluated
later.expectedType
- the expected type of the result of the evaluationXelException
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.