com.ibm.wala.cast.ipa.callgraph
Class AstSSAPropagationCallGraphBuilder.AstPointerFlowGraph

java.lang.Object
  extended by com.ibm.wala.util.graph.AbstractGraph<PointerKey>
      extended by com.ibm.wala.ipa.callgraph.propagation.PointerFlowGraph
          extended by com.ibm.wala.cast.ipa.callgraph.AstSSAPropagationCallGraphBuilder.AstPointerFlowGraph
All Implemented Interfaces:
EdgeManager<PointerKey>, Graph<PointerKey>, NodeManager<PointerKey>, java.lang.Iterable<PointerKey>
Direct Known Subclasses:
AstJavaSSAPropagationCallGraphBuilder.AstJavaPointerFlowGraph, CrossLanguageSSAPropagationCallGraphBuilder.CrossLanguagePointerFlowGraph, JSSSAPropagationCallGraphBuilder.JSPointerFlowGraph
Enclosing class:
AstSSAPropagationCallGraphBuilder

public static class AstSSAPropagationCallGraphBuilder.AstPointerFlowGraph
extends PointerFlowGraph


Nested Class Summary
static class AstSSAPropagationCallGraphBuilder.AstPointerFlowGraph.AstPointerFlowVisitor
           
 
Nested classes/interfaces inherited from class com.ibm.wala.ipa.callgraph.propagation.PointerFlowGraph
PointerFlowGraph.InstructionVisitor
 
Field Summary
 
Fields inherited from class com.ibm.wala.ipa.callgraph.propagation.PointerFlowGraph
cg, delegate, pa
 
Constructor Summary
protected AstSSAPropagationCallGraphBuilder.AstPointerFlowGraph(PointerAnalysis pa, CallGraph cg)
           
 
Method Summary
protected  PointerFlowGraph.InstructionVisitor makeInstructionVisitor(CGNode node, IR ir, SSACFG.BasicBlock bb)
           
 
Methods inherited from class com.ibm.wala.ipa.callgraph.propagation.PointerFlowGraph
getEdgeManager, getNodeManager, getPointerAnalysis, iterator
 
Methods inherited from class com.ibm.wala.util.graph.AbstractGraph
addEdge, addNode, containsNode, getNumberOfNodes, getPredNodeCount, getPredNodes, getSuccNodeCount, getSuccNodes, hasEdge, removeAllIncidentEdges, removeEdge, removeIncomingEdges, removeNode, removeNodeAndEdges, removeOutgoingEdges, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AstSSAPropagationCallGraphBuilder.AstPointerFlowGraph

protected AstSSAPropagationCallGraphBuilder.AstPointerFlowGraph(PointerAnalysis pa,
                                                                CallGraph cg)
Method Detail

makeInstructionVisitor

protected PointerFlowGraph.InstructionVisitor makeInstructionVisitor(CGNode node,
                                                                     IR ir,
                                                                     SSACFG.BasicBlock bb)
Overrides:
makeInstructionVisitor in class PointerFlowGraph