| Package | Description |
|---|---|
| com.ibm.wala.ipa.callgraph |
This package provides basic interfaces and functions for call graph
construction.
|
| com.ibm.wala.ipa.callgraph.impl |
This package provides some implementations of basic functions needed for
various call graph construction algorithms.
|
| com.ibm.wala.ipa.summaries |
This package provides class hierarchy analysis.
|
| Modifier and Type | Method and Description |
|---|---|
MethodTargetSelector |
AnalysisOptions.getMethodTargetSelector() |
| Modifier and Type | Method and Description |
|---|---|
void |
AnalysisOptions.setSelector(MethodTargetSelector x)
install a method target selector
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassHierarchyMethodTargetSelector
A
MethodTargetSelector that simply looks up the declared type, name and descriptor of a CallSiteReference in the
appropriate class hierarchy. |
| Modifier and Type | Class and Description |
|---|---|
class |
BypassMethodTargetSelector
"Non-standard" bypass rules to use during call graph construction.
|
class |
LambdaMethodTargetSelector |
| Modifier and Type | Field and Description |
|---|---|
protected MethodTargetSelector |
BypassMethodTargetSelector.parent
target selector to use for non-bypassed calls
|
| Constructor and Description |
|---|
BypassMethodTargetSelector(MethodTargetSelector parent,
Map<MethodReference,MethodSummary> methodSummaries,
Set<Atom> ignoredPackages,
IClassHierarchy cha) |
LambdaMethodTargetSelector(MethodTargetSelector base) |
Copyright © 2015. All rights reserved.