All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface harpoon.ClassFile.HCodeEdge

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 Index

 o from()
Returns the source of this HCodeEdge.
 o to()
Returns the destination of the HCodeEdge.

Methods

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

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index