final RuleConditionElement rce) {
final GroupElement exists = (GroupElement) rce;
// EXISTS must save some context info to restore it later
final int currentPatternIndex = context.getCurrentPatternOffset();
final TupleSource tupleSource = context.getTupleSource();
// get child
final RuleConditionElement child = (RuleConditionElement) exists.getChildren().get( 0 );
// get builder for child