public class DependencyScanner extends Object
| Constructor and Description |
|---|
DependencyScanner() |
| Modifier and Type | Method and Description |
|---|---|
static void |
logTree(org.eclipse.jdt.core.dom.CompilationUnit ast)
Log tree.
|
static void |
main(String[] args)
A sample CLI application which loads a maven java project and prints out the parse tree.
|
public static void main(String[] args) throws Exception
args - the input argumentsException - the exceptionpublic static void logTree(org.eclipse.jdt.core.dom.CompilationUnit ast)
ast - the astCopyright © 2018 SimiaCryptus Software. All rights reserved.