harpoon.ClassFile
Interface HCodeEdge<HCE extends HCodeElement>

All Known Implementing Classes:
CFGEdge, Edge, InstrEdge

public interface HCodeEdge<HCE extends HCodeElement>

An HCodeEdge connects two HCodeElements in a graph structure.

Version:
$Id: HCodeEdge.java,v 1.3 2002/04/10 03:04:15 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>
See Also:
HCodeElement

Method Summary
 HCE from()
          Returns the source of this HCodeEdge.
 HCE to()
          Returns the destination of the HCodeEdge.
 

Method Detail

from

HCE from()
Returns the source of this HCodeEdge.


to

HCE to()
Returns the destination of the HCodeEdge.