| 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 |
|---|---|
IBytecodeMethod |
ShrikeCFG.getMethod() |
| Modifier and Type | Method and Description |
|---|---|
static ShrikeCFG |
ShrikeCFG.make(IBytecodeMethod m) |
| Modifier and Type | Class and Description |
|---|---|
class |
ShrikeCTMethod
A wrapper around a Shrike object that represents a method
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ShrikeIRFactory.contextIsIrrelevant(IBytecodeMethod method) |
ControlFlowGraph |
ShrikeIRFactory.makeCFG(IBytecodeMethod method,
Context C) |
IR |
ShrikeIRFactory.makeIR(IBytecodeMethod method,
Context C,
SSAOptions options) |
| 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.