| Package | Description |
|---|---|
| com.ibm.wala.classLoader |
This package provides functionality related to class loading and
management of loaded classes.
|
| com.ibm.wala.ipa.callgraph |
This package provides basic interfaces and functions for call graph
construction.
|
| com.ibm.wala.ipa.summaries |
This package provides class hierarchy analysis.
|
| com.ibm.wala.ssa |
This package provides the WALA SSA IR.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShrikeIRFactory
An
IRFactory that for methods that originate from Shrike. |
| Modifier and Type | Method and Description |
|---|---|
IRFactory<IMethod> |
AnalysisCache.getIRFactory() |
| Constructor and Description |
|---|
AnalysisCache(IRFactory<IMethod> irFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
SyntheticIRFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIRFactory
Default implementation of
IRFactory. |
| Constructor and Description |
|---|
SSACache(IRFactory<IMethod> factory) |
Copyright © 2015. All rights reserved.