/* */ {
/* 898 */ if (this.inheritsBindings)
/* */ {
/* 900 */ if (!this.parentFirst)
/* */ {
/* 902 */ DynamicCFlow cflow = super.getDynamicCFlow(name);
/* 903 */ if (cflow == null)
/* */ {
/* 905 */ cflow = this.parent.getDynamicCFlow(name);
/* */ }
/* 907 */ return cflow;
/* */ }
/* */
/* 911 */ DynamicCFlow cflow = this.parent.getDynamicCFlow(name);
/* 912 */ if (cflow == null)
/* */ {
/* 914 */ cflow = super.getDynamicCFlow(name);
/* */ }
/* 916 */ return cflow;