public class ClassAnalyzer extends Object
| Constructor and Description |
|---|
ClassAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
doAnalyze(Collection<String> classNames)
Try to load the given classes, and do different kind of analysis via reflection.
|
public static void doAnalyze(Collection<String> classNames)
Note: this will have side effects on static data structures
classNames - the list of classes names to be analyzedCopyright © 2016–2024. All rights reserved.