harpoon.ClassFile
Interface HCodeEdge

All Known Implementing Classes:
CFGEdge

public interface HCodeEdge

An HCodeEdge connects two HCodeElements in a graph structure.

Version:
$Id: HCodeEdge.java,v 1.2 1998/10/11 02:37:08 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>
See Also:
HCodeElement

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

Method Detail

from

public HCodeElement from()
Returns the source of this HCodeEdge.


to

public HCodeElement to()
Returns the destination of the HCodeEdge.