public abstract class IEncodingBroker
extends java.lang.Object
Constructor and Description |
---|
IEncodingBroker() |
Modifier and Type | Method and Description |
---|---|
abstract IVarAbstraction |
generateNode(Node v)
Generate a node of proper kind.
|
abstract java.lang.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 java.lang.String getSignature()