| Package | Description |
|---|---|
| com.ibm.wala.analysis.typeInference |
This package provides intraprocedural type inference over the SSA form.
|
| com.ibm.wala.classLoader |
This package provides functionality related to class loading and
management of loaded classes.
|
| com.ibm.wala.ssa |
This package provides the WALA SSA IR.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeInference.TypeOperatorFactory.visitStoreIndirect(SSAStoreIndirectInstruction instruction) |
| Modifier and Type | Method and Description |
|---|---|
SSAStoreIndirectInstruction |
JavaLanguage.JavaInstructionFactory.StoreIndirectInstruction(int iindex,
int addressVal,
int rval,
TypeReference pointeeType) |
| Modifier and Type | Method and Description |
|---|---|
SSAStoreIndirectInstruction |
SSAInstructionFactory.StoreIndirectInstruction(int iindex,
int addressVal,
int rval,
TypeReference pointeeType) |
| Modifier and Type | Method and Description |
|---|---|
void |
IVisitorWithAddresses.visitStoreIndirect(SSAStoreIndirectInstruction instruction) |
Copyright © 2015. All rights reserved.