| 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 | Class and Description |
|---|---|
static class |
SummarizedMethodWithNames.SyntheticIRWithNames.SyntheticSSA2LocalMap |
| Modifier and Type | Method and Description |
|---|---|
IR.SSA2LocalMap |
SyntheticIR.getLocalMap()
This returns null, as synthetic IRs have no local names right now.
|
IR.SSA2LocalMap |
SummarizedMethodWithNames.SyntheticIRWithNames.getLocalMap() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract IR.SSA2LocalMap |
IR.getLocalMap()
subclasses must provide a source name mapping, if they want one (or null otherwise)
|
Copyright © 2015. All rights reserved.