Uses of Interface
de.xima.fc.workflow.parser.infix.IEvalContext
-
Packages that use IEvalContext Package Description de.xima.fc.workflow.parser.infix de.xima.fc.workflow.parser.infix.bool -
-
Uses of IEvalContext in de.xima.fc.workflow.parser.infix
Methods in de.xima.fc.workflow.parser.infix with parameters of type IEvalContext Modifier and Type Method Description <TData> TData
IInfixExpressionHandler. evaluate(IEvalContext<TData,TConstant,TOperator> ctx, Iterable<IParsedElement<TConstant,TOperator>> rpn, Locale locale)
Evaluates the given reverse polish notation with the given context. -
Uses of IEvalContext in de.xima.fc.workflow.parser.infix.bool
Methods in de.xima.fc.workflow.parser.infix.bool that return IEvalContext Modifier and Type Method Description static IEvalContext<Boolean,de.xima.fc.workflow.parser.infix.bool.EBooleanConstant,de.xima.fc.workflow.parser.infix.bool.EBooleanOperator>
BooleanExpression. newEvalContext(Function<String,Boolean> variableResolver)
Creates a new context for evaluating boolean expressions.
-