infinite recursion
常見例句
- Logging the log methods would result in an infinite recursion.
記錄 log 方法將導致無限遞歸。 - In order to avoid infinite recursion, Scala requires each auxiliary constructor to invoke another constructor defined before it [ScalaSpec2009].
為了避免無限遞歸,Scala 要求每一個輔助構造函數(shù)調用在它之前定義的構造函數(shù)[ScalaSpec2009]。 - Setting it to true ensures that when a rule updates the knowledge in the working memory, you don't end up with rules being reevaluated and reexecuted, which could then cause an infinite recursion.
將它設為 true 可以確保當一個規(guī)則更新工作內存中的知識時,最終不會導致對規(guī)則重新求值并重新執(zhí)行規(guī)則,也就不會導致無限循環(huán)。 返回 infinite recursion