// for us, given the resultSetExpr to use.
// return (this.resultSet = #resultSetExpr);
generatingClass.finishExecuteMethod(this instanceof CursorNode);
// wrap up the constructor by putting a return at the end of it
generatingClass.finishConstructor();
try {
// cook the completed class into a real class
// and stuff it into activationClass
GeneratedClass activationClass = generatingClass.getGeneratedClass(byteCode);