| 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.PEIVisitor.visitMonitor(SSAMonitorInstruction instruction) |
| Modifier and Type | Method and Description |
|---|---|
SSAMonitorInstruction |
JavaLanguage.JavaInstructionFactory.MonitorInstruction(int iindex,
int ref,
boolean isEnter) |
| Modifier and Type | Method and Description |
|---|---|
SSAMonitorInstruction |
SSAInstructionFactory.MonitorInstruction(int iindex,
int ref,
boolean isEnter) |
| Modifier and Type | Method and Description |
|---|---|
void |
SSAInstruction.IVisitor.visitMonitor(SSAMonitorInstruction instruction) |
void |
SSAInstruction.Visitor.visitMonitor(SSAMonitorInstruction instruction) |
Copyright © 2015. All rights reserved.