| 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.visitAddressOf(SSAAddressOfInstruction instruction) |
| Modifier and Type | Method and Description |
|---|---|
SSAAddressOfInstruction |
JavaLanguage.JavaInstructionFactory.AddressOfInstruction(int iindex,
int lval,
int local,
FieldReference field,
TypeReference pointeeType) |
SSAAddressOfInstruction |
JavaLanguage.JavaInstructionFactory.AddressOfInstruction(int iindex,
int lval,
int local,
int indexVal,
TypeReference pointeeType) |
SSAAddressOfInstruction |
JavaLanguage.JavaInstructionFactory.AddressOfInstruction(int iindex,
int lval,
int local,
TypeReference pointeeType) |
| Modifier and Type | Method and Description |
|---|---|
SSAAddressOfInstruction |
SSAInstructionFactory.AddressOfInstruction(int iindex,
int lval,
int local,
FieldReference field,
TypeReference pointeeType) |
SSAAddressOfInstruction |
SSAInstructionFactory.AddressOfInstruction(int iindex,
int lval,
int local,
int indexVal,
TypeReference pointeeType) |
SSAAddressOfInstruction |
SSAInstructionFactory.AddressOfInstruction(int iindex,
int lval,
int local,
TypeReference pointeeType) |
| Modifier and Type | Method and Description |
|---|---|
void |
IVisitorWithAddresses.visitAddressOf(SSAAddressOfInstruction instruction) |
Copyright © 2015. All rights reserved.