edu.cmu.cs.crystal.cfg
Interface ICFGEdge<N>

All Known Implementing Classes:
EclipseCFGEdge

public interface ICFGEdge<N>

Abstract TODO: define subclasses for exceptions, normal, true, false, switch edges

Author:
aldrich

Method Summary
 ILabel getLabel()
           
 ICFGNode<N> getSink()
           
 ICFGNode<N> getSource()
           
 

Method Detail

getSource

ICFGNode<N> getSource()

getSink

ICFGNode<N> getSink()

getLabel

ILabel getLabel()