Uses of Interface
edu.cmu.cs.crystal.cfg.ICFGEdge

Packages that use ICFGEdge
edu.cmu.cs.crystal.cfg An internal package for defining a control flow graph. 
edu.cmu.cs.crystal.cfg.eclipse An internal package for creating a control flow graph from Eclipse. 
 

Uses of ICFGEdge in edu.cmu.cs.crystal.cfg
 

Methods in edu.cmu.cs.crystal.cfg that return types with arguments of type ICFGEdge
 Set<? extends ICFGEdge<N>> ICFGNode.getInputEdges(ILabel label)
           
 Set<? extends ICFGEdge<N>> ICFGNode.getInputs()
           
 Set<? extends ICFGEdge<N>> ICFGNode.getOutputEdges(ILabel label)
           
 Set<? extends ICFGEdge<N>> ICFGNode.getOutputs()
           
 

Uses of ICFGEdge in edu.cmu.cs.crystal.cfg.eclipse
 

Classes in edu.cmu.cs.crystal.cfg.eclipse that implement ICFGEdge
 class EclipseCFGEdge