| Package | Description |
|---|---|
| com.ibm.wala.cfg |
This package provides control-flow graph utilities.
|
| 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 |
InducedCFG.BranchVisitor.visitSwitch(SSASwitchInstruction instruction) |
| Modifier and Type | Method and Description |
|---|---|
SSASwitchInstruction |
JavaLanguage.JavaInstructionFactory.SwitchInstruction(int iindex,
int val,
int defaultLabel,
int[] casesAndLabels) |
| Modifier and Type | Method and Description |
|---|---|
SSASwitchInstruction |
SSAInstructionFactory.SwitchInstruction(int iindex,
int val,
int defaultLabel,
int[] casesAndLabels) |
| Modifier and Type | Method and Description |
|---|---|
void |
SSAInstruction.IVisitor.visitSwitch(SSASwitchInstruction instruction) |
void |
SSAInstruction.Visitor.visitSwitch(SSASwitchInstruction instruction) |
Copyright © 2015. All rights reserved.