public class ConcreteClassAnalyzer extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Set<Class<?>> |
getConcreteClasses(Class<?> clazz,
InheritanceTree inheritanceTree) |
static ConcreteClassAnalyzer |
getInstance() |
public static ConcreteClassAnalyzer getInstance()
public void clear()
public Set<Class<?>> getConcreteClasses(Class<?> clazz, InheritanceTree inheritanceTree)
Copyright © 2010–2017 EvoSuite. All rights reserved.