| Package | Description |
|---|---|
| com.ibm.wala.analysis.reflection |
This package provides functions to deal with reflection.
|
| 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 | Class and Description |
|---|---|
protected class |
AbstractReflectionInterpreter.SpecializedMethod |
protected class |
FactoryBypassInterpreter.SpecializedFactoryMethod |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRootMethod
A synthetic method from the
FakeRootClass |
class |
FakeRootMethod
A synthetic method that models the fake root node.
|
class |
FakeWorldClinitMethod
A synthetic method that calls all class initializers
|
| Modifier and Type | Class and Description |
|---|---|
class |
SummarizedMethod
A
SyntheticMethod representing the semantics encoded in a MethodSummary |
class |
SummarizedMethodWithNames
A SummarizedMethod (for synthetic functions) with variable names.
|
| Modifier and Type | Method and Description |
|---|---|
protected SyntheticMethod |
BypassMethodTargetSelector.findOrCreateSyntheticMethod(IMethod m,
boolean isStatic) |
protected SyntheticMethod |
BypassMethodTargetSelector.findOrCreateSyntheticMethod(MethodReference m,
boolean isStatic) |
SyntheticMethod |
MethodBypass.getBypass(IMethod target)
Method getBypass.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SyntheticIRFactory.contextIsIrrelevant(SyntheticMethod method) |
ControlFlowGraph |
SyntheticIRFactory.makeCFG(SyntheticMethod method,
Context C) |
IR |
SyntheticIRFactory.makeIR(SyntheticMethod method,
Context C,
SSAOptions options) |
Copyright © 2015. All rights reserved.