Class WatchDog.Link
- java.lang.Object
-
- org.jd.core.v1.service.converter.classfiletojavasyntax.util.WatchDog.Link
-
- Enclosing class:
- WatchDog
protected static class WatchDog.Link extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected intchildIndexprotected intparentIndex
-
Constructor Summary
Constructors Constructor Description Link(BasicBlock parent, BasicBlock child)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()
-
-
-
Constructor Detail
-
Link
public Link(BasicBlock parent, BasicBlock child)
-
-