public class ScopeFileCallGraph
extends java.lang.Object
| Constructor and Description |
|---|
ScopeFileCallGraph() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Usage: ScopeFileCallGraph -scopeFile file_path [-entryClass class_name | -mainClass class_name]
|
public static void main(java.lang.String[] args)
throws java.io.IOException,
ClassHierarchyException,
java.lang.IllegalArgumentException,
CallGraphBuilderCancelException
If given -mainClass, uses main() method of class_name as entrypoint. If given -entryClass, uses all public methods of class_name.
java.io.IOExceptionClassHierarchyExceptionjava.lang.IllegalArgumentExceptionCallGraphBuilderCancelException