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 int
childIndex
protected int
parentIndex
-
Constructor Summary
Constructors Constructor Description Link(BasicBlock parent, BasicBlock child)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
-
-
-
Constructor Detail
-
Link
public Link(BasicBlock parent, BasicBlock child)
-
-