| Package | Description |
|---|---|
| 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 | Method and Description |
|---|---|
protected SSAIndirectionData<SSAIndirectionData.Name> |
SyntheticIR.getIndirectionData() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SSAIndirectionData<T extends SSAIndirectionData.Name>
A mapping that tells, for a given instruction s, what "names" does s def and use indirectly.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ShrikeIndirectionData.ShrikeLocalName
In Shrike, the only "source" level entities which have names relevant to indirect pointer operations are bytecode locals.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract <T extends SSAIndirectionData.Name> |
IR.getIndirectionData()
subclasses must provide information about indirect use of values, if appropriate, and otherwise null
|
Copyright © 2015. All rights reserved.