Class WatchDog
- java.lang.Object
-
- org.jd.core.v1.service.converter.classfiletojavasyntax.util.WatchDog
-
public class WatchDog extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
WatchDog.Link
-
Field Summary
Fields Modifier and Type Field Description protected java.util.HashSet<WatchDog.Link>
links
-
Constructor Summary
Constructors Constructor Description WatchDog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
check(BasicBlock parent, BasicBlock child)
void
clear()
-
-
-
Field Detail
-
links
protected java.util.HashSet<WatchDog.Link> links
-
-
Method Detail
-
clear
public void clear()
-
check
public void check(BasicBlock parent, BasicBlock child)
-
-