| 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.visitLoadIndirect(SSALoadIndirectInstruction instruction) |
| Modifier and Type | Method and Description |
|---|---|
SSALoadIndirectInstruction |
JavaLanguage.JavaInstructionFactory.LoadIndirectInstruction(int iindex,
int lval,
TypeReference t,
int addressVal) |
| Modifier and Type | Method and Description |
|---|---|
SSALoadIndirectInstruction |
SSAInstructionFactory.LoadIndirectInstruction(int iindex,
int lval,
TypeReference t,
int addressVal) |
| Modifier and Type | Method and Description |
|---|---|
void |
IVisitorWithAddresses.visitLoadIndirect(SSALoadIndirectInstruction instruction) |
Copyright © 2015. All rights reserved.