| Package | Description |
|---|---|
| com.ibm.wala.ssa |
This package provides the WALA SSA IR.
|
| Modifier and Type | Method and Description |
|---|---|
SSACFG |
IR.getControlFlowGraph() |
| Modifier and Type | Method and Description |
|---|---|
static SSABuilder |
SSABuilder.make(IBytecodeMethod method,
SSACFG cfg,
ShrikeCFG scfg,
SSAInstruction[] instructions,
SymbolTable symbolTable,
boolean buildLocalMap,
SSAPiNodePolicy piNodePolicy) |
| Constructor and Description |
|---|
IR(IMethod method,
SSAInstruction[] instructions,
SymbolTable symbolTable,
SSACFG cfg,
SSAOptions options)
Simple constructor when someone else has already computed the symbol table and cfg.
|
Copyright © 2015. All rights reserved.