conditionEvaluator = ASMConditionEvaluatorJitter.jitEvaluator(expression, analyzedCondition, declarations, classLoader, leftTuple);
}
public ContextEntry createContextEntry() {
if (declarations.length == 0) return null;
ContextEntry contextEntry = new MvelContextEntry(declarations);
if (isUnification) {
contextEntry = new UnificationContextEntry(contextEntry, declarations[0]);
}
return contextEntry;
}