public abstract class IEncodingBroker extends Object
| Constructor and Description |
|---|
IEncodingBroker() |
| Modifier and Type | Method and Description |
|---|---|
abstract IVarAbstraction |
generateNode(Node v)
Generate a node of proper kind.
|
abstract String |
getSignature()
Return the signature of the implemented sub-class, may be useful in somewhere.
|
abstract void |
initFlowGraph(GeomPointsTo ptAnalyzer)
Build the initial encoding of the pointer assignments and points-to facts.
|
public abstract IVarAbstraction generateNode(Node v)
v - public abstract void initFlowGraph(GeomPointsTo ptAnalyzer)
public abstract String getSignature()
Copyright © 2020 Soot OSS. All rights reserved.