MethodBuilder qualMethod = acb.newUserExprFun();
/* Generate a method that returns that expression */
acb.generateNull(qualMethod, operand.getTypeCompiler(),
operand.getTypeServices().getCollationType());
qualMethod.methodReturn();
qualMethod.complete();
/* Return an expression that evaluates to the GeneratedMethod */
acb.pushMethodReference(mb, qualMethod);
}