| 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.visitConversion(SSAConversionInstruction instruction) |
| Modifier and Type | Method and Description |
|---|---|
SSAConversionInstruction |
JavaLanguage.JavaInstructionFactory.ConversionInstruction(int iindex,
int result,
int val,
TypeReference fromType,
TypeReference toType,
boolean overflow) |
| Modifier and Type | Method and Description |
|---|---|
SSAConversionInstruction |
SSAInstructionFactory.ConversionInstruction(int iindex,
int result,
int val,
TypeReference fromType,
TypeReference toType,
boolean overflow) |
| Modifier and Type | Method and Description |
|---|---|
void |
SSAInstruction.IVisitor.visitConversion(SSAConversionInstruction instruction) |
void |
SSAInstruction.Visitor.visitConversion(SSAConversionInstruction instruction) |
Copyright © 2015. All rights reserved.