if (isBindable)
{
// move function into bindable namespace
bindableName = BindableHelper.getBackingPropertyName(funcName, "_" + this.classDefinition.getQualifiedName());
wasOverride = funcDef.isOverride();
funcDef.unsetOverride();
}
// Save the constructor function until
// we've seen all the instance variables
// that might need initialization.