| ExistsNode existsNode = new ExistsNode( buildContext.getNextId(),
leftTupleSource,
rightObjectSource,
constraints,
buildContext );
existsNode.attach(buildContext);
context.put( name,
existsNode );
} else {
throw new IllegalArgumentException( "Cannot arguments " + args );
|