| Package | Description |
|---|---|
| com.ibm.wala.classLoader |
This package provides functionality related to class loading and
management of loaded classes.
|
| com.ibm.wala.client |
This package provides interfaces for some base utilities for use by WALA clients.
|
| com.ibm.wala.ipa.cha |
This package provides functionality related to class hierarchies.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassLoaderFactoryImpl
An implementation of the class loader factory that produces ClassLoaderImpls
|
| Modifier and Type | Method and Description |
|---|---|
protected ClassLoaderFactory |
AbstractAnalysisEngine.makeClassLoaderFactory(com.ibm.wala.util.config.SetOfClasses exclusions) |
| Modifier and Type | Method and Description |
|---|---|
ClassLoaderFactory |
IClassHierarchy.getFactory() |
ClassLoaderFactory |
ClassHierarchy.getFactory() |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2015. All rights reserved.