| 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.visitComparison(SSAComparisonInstruction instruction) |
| Modifier and Type | Method and Description |
|---|---|
SSAComparisonInstruction |
JavaLanguage.JavaInstructionFactory.ComparisonInstruction(int iindex,
com.ibm.wala.shrikeBT.IComparisonInstruction.Operator operator,
int result,
int val1,
int val2) |
| Modifier and Type | Method and Description |
|---|---|
SSAComparisonInstruction |
SSAInstructionFactory.ComparisonInstruction(int iindex,
com.ibm.wala.shrikeBT.IComparisonInstruction.Operator operator,
int result,
int val1,
int val2) |
| Modifier and Type | Method and Description |
|---|---|
void |
SSAInstruction.IVisitor.visitComparison(SSAComparisonInstruction instruction) |
void |
SSAInstruction.Visitor.visitComparison(SSAComparisonInstruction instruction) |
Copyright © 2015. All rights reserved.