Class Watchdog
- java.lang.Object
-
- net.sourceforge.pmd.lang.modelica.resolver.Watchdog
-
public class Watchdog extends Object
A watchdog counter initialized with some value. Throws an exception after the specifieddecrement()
calls. Is used to break possible resolution loops.