| Package | Description |
|---|---|
| com.ibm.wala.cfg |
This package provides control-flow graph utilities.
|
| com.ibm.wala.classLoader |
This package provides functionality related to class loading and
management of loaded classes.
|
| com.ibm.wala.demandpa.flowgraph | |
| com.ibm.wala.ipa.callgraph.propagation |
This package provides the base layer for propagation-based call graph
construction and pointer analysis.
|
| com.ibm.wala.ipa.modref | |
| com.ibm.wala.ssa |
This package provides the WALA SSA IR.
|
| com.ibm.wala.util.ssa |
A set of classes facilitating the construction of synthetic methods.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InducedCFG.PEIVisitor.visitArrayStore(SSAArrayStoreInstruction instruction) |
| Modifier and Type | Method and Description |
|---|---|
SSAArrayStoreInstruction |
JavaLanguage.JavaInstructionFactory.ArrayStoreInstruction(int iindex,
int arrayref,
int index,
int value,
TypeReference declaredType) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleDemandPointerFlowGraph.StatementVisitor.visitArrayStore(SSAArrayStoreInstruction instruction) |
void |
DemandPointerFlowGraph.StatementVisitor.visitArrayStore(SSAArrayStoreInstruction instruction) |
| Modifier and Type | Method and Description |
|---|---|
void |
SSAPropagationCallGraphBuilder.ConstraintVisitor.visitArrayStore(SSAArrayStoreInstruction instruction) |
void |
SSAPropagationCallGraphBuilder.InterestingVisitor.visitArrayStore(SSAArrayStoreInstruction instruction) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModRef.ModVisitor.visitArrayStore(SSAArrayStoreInstruction instruction) |
| Modifier and Type | Method and Description |
|---|---|
SSAArrayStoreInstruction |
SSAInstructionFactory.ArrayStoreInstruction(int iindex,
int arrayref,
int index,
int value,
TypeReference declaredType) |
| Modifier and Type | Method and Description |
|---|---|
void |
SSAInstruction.IVisitor.visitArrayStore(SSAArrayStoreInstruction instruction) |
void |
SSAInstruction.Visitor.visitArrayStore(SSAArrayStoreInstruction instruction) |
| Modifier and Type | Method and Description |
|---|---|
SSAArrayStoreInstruction |
TypeSafeInstructionFactory.ArrayStoreInstruction(int iindex,
SSAValue array,
int index,
SSAValue value)
array[index] = value.
|
Copyright © 2015. All rights reserved.