public class ExpressionEval extends ExtendOperation<java.lang.Object>
Constructor and Description |
---|
ExpressionEval(IExpressionEvaluator evaluator,
java.util.Map<java.lang.String,java.lang.Integer> nameMap,
int position) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Integer> |
getVariablePositions() |
void |
onInitialize(MatchingFrame frame,
ISearchContext context)
During the execution of the corresponding plan, the onInitialize callback is evaluated before the execution of
the operation may begin.
|
java.lang.String |
toString() |
execute, onBacktrack
public ExpressionEval(IExpressionEvaluator evaluator, java.util.Map<java.lang.String,java.lang.Integer> nameMap, int position)
public void onInitialize(MatchingFrame frame, ISearchContext context) throws LocalSearchException
ISearchOperation
LocalSearchException
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.List<java.lang.Integer> getVariablePositions()