| Package | Description |
|---|---|
| com.ibm.wala.analysis.stackMachine |
This package provides a layer to perform abstract interpretation over
the JVM stack machine.
|
| com.ibm.wala.cfg |
This package provides control-flow graph utilities.
|
| com.ibm.wala.ssa |
This package provides the WALA SSA IR.
|
| Constructor and Description |
|---|
AbstractIntStackMachine.BasicStackFlowProvider(ShrikeCFG cfg)
Only subclasses can instantiate
|
AbstractIntStackMachine(ShrikeCFG G) |
| Modifier and Type | Method and Description |
|---|---|
static ShrikeCFG |
ShrikeCFG.make(IBytecodeMethod m) |
| Modifier and Type | Method and Description |
|---|---|
static SSABuilder |
SSABuilder.make(IBytecodeMethod method,
SSACFG cfg,
ShrikeCFG scfg,
SSAInstruction[] instructions,
SymbolTable symbolTable,
boolean buildLocalMap,
SSAPiNodePolicy piNodePolicy) |
Copyright © 2015. All rights reserved.