public class HeapInsNodeGenerator extends IEncodingBroker
| Constructor and Description |
|---|
HeapInsNodeGenerator() |
| Modifier and Type | Method and Description |
|---|---|
IVarAbstraction |
generateNode(Node vNode)
Generate a node of proper kind.
|
java.lang.String |
getSignature()
Return the signature of the implemented sub-class, may be useful in somewhere.
|
void |
initFlowGraph(GeomPointsTo ptAnalyzer)
Build the initial encoding of the pointer assignments and points-to facts.
|
public void initFlowGraph(GeomPointsTo ptAnalyzer)
IEncodingBrokerinitFlowGraph in class IEncodingBrokerpublic IVarAbstraction generateNode(Node vNode)
IEncodingBrokergenerateNode in class IEncodingBrokerpublic java.lang.String getSignature()
IEncodingBrokergetSignature in class IEncodingBroker