| 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.visitPut(SSAPutInstruction instruction) |
| Modifier and Type | Method and Description |
|---|---|
SSAPutInstruction |
JavaLanguage.JavaInstructionFactory.PutInstruction(int iindex,
int value,
FieldReference field) |
SSAPutInstruction |
JavaLanguage.JavaInstructionFactory.PutInstruction(int iindex,
int ref,
int value,
FieldReference field) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleDemandPointerFlowGraph.StatementVisitor.visitPut(SSAPutInstruction instruction) |
void |
DemandPointerFlowGraph.StatementVisitor.visitPut(SSAPutInstruction instruction) |
| Modifier and Type | Method and Description |
|---|---|
void |
SSAPropagationCallGraphBuilder.ConstraintVisitor.visitPut(SSAPutInstruction instruction) |
void |
SSAPropagationCallGraphBuilder.InterestingVisitor.visitPut(SSAPutInstruction instruction) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModRef.ModVisitor.visitPut(SSAPutInstruction instruction) |
| Modifier and Type | Method and Description |
|---|---|
SSAPutInstruction |
SSAInstructionFactory.PutInstruction(int iindex,
int value,
FieldReference field) |
SSAPutInstruction |
SSAInstructionFactory.PutInstruction(int iindex,
int ref,
int value,
FieldReference field) |
| Modifier and Type | Method and Description |
|---|---|
void |
SSAInstruction.IVisitor.visitPut(SSAPutInstruction instruction) |
void |
SSAInstruction.Visitor.visitPut(SSAPutInstruction instruction) |
| Modifier and Type | Method and Description |
|---|---|
SSAPutInstruction |
TypeSafeInstructionFactory.PutInstruction(int iindex,
SSAValue newValue,
FieldReference field)
Writes newValue to static field.
|
SSAPutInstruction |
TypeSafeInstructionFactory.PutInstruction(int iindex,
SSAValue targetInstance,
SSAValue newValue,
FieldReference field)
Writes newValue to field of targetInstance.
|
Copyright © 2015. All rights reserved.