| Package | Description |
|---|---|
| com.ibm.wala.ipa.cha |
This package provides functionality related to class hierarchies.
|
| com.ibm.wala.util.scope |
| Modifier and Type | Class and Description |
|---|---|
class |
CancelCHAConstructionException
Exception class that indicates that construction of class hierarchy has been cancelled by a progress monitor.
|
| Modifier and Type | Method and Description |
|---|---|
static ClassHierarchy |
ClassHierarchy.make(AnalysisScope scope) |
static ClassHierarchy |
ClassHierarchy.make(AnalysisScope scope,
ClassLoaderFactory factory) |
static ClassHierarchy |
ClassHierarchy.make(AnalysisScope scope,
ClassLoaderFactory factory,
Language language) |
static ClassHierarchy |
ClassHierarchy.make(AnalysisScope scope,
ClassLoaderFactory factory,
Language language,
com.ibm.wala.util.MonitorUtil.IProgressMonitor monitor)
temporarily marking this internal to avoid infinite sleep with randomly chosen IProgressMonitor.
|
static ClassHierarchy |
ClassHierarchy.make(AnalysisScope scope,
ClassLoaderFactory factory,
com.ibm.wala.util.MonitorUtil.IProgressMonitor monitor)
temporarily marking this internal to avoid infinite sleep with randomly chosen IProgressMonitor.
|
static ClassHierarchy |
ClassHierarchy.make(AnalysisScope scope,
ClassLoaderFactory factory,
Set<Language> languages) |
static ClassHierarchy |
ClassHierarchy.make(AnalysisScope scope,
com.ibm.wala.util.MonitorUtil.IProgressMonitor monitor)
temporarily marking this internal to avoid infinite sleep with randomly chosen IProgressMonitor.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<IMethod> |
JUnitEntryPoints.getSetUpTearDownMethods(IClass testClass)
Get the "setUp" and "tearDown" methods in the given class
|
Copyright © 2015. All rights reserved.