| 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.
|
| Modifier and Type | Method and Description |
|---|---|
SSAAbstractInvokeInstruction |
Entrypoint.addCall(AbstractRootMethod m)
Add a call to this entrypoint from the fake root method
|
protected int |
Entrypoint.makeArgument(AbstractRootMethod m,
int i)
Add allocation statements to the fake root method for each possible value of parameter i.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FakeRootMethod
A synthetic method that models the fake root node.
|
class |
FakeWorldClinitMethod
A synthetic method that calls all class initializers
|
Copyright © 2015. All rights reserved.