public class TarjanAlgorithm extends Object
| Constructor and Description |
|---|
TarjanAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCallEdge(Method caller,
Method callee) |
void |
addMethodAsVertex(Method method) |
void |
markRecursiveMethods() |
Copyright © 2019. All rights reserved.