EvaluationResult rightNode) throws EvaluationException
{
Any _any = rightNode.getAny();
ETCLEvaluator _evaluator = context.getETCLEvaluator();
return _evaluator.evaluateElementInSequence(context, left, _any);
}
protected void visitThis(AbstractTCLVisitor visitor) throws VisitorException
{
visitor.visitIn(this);