All Packages Class Hierarchy This Package Previous Next Index
Interface harpoon.ClassFile.HCodeEdge
- public interface HCodeEdge
An HCodeEdge
connects two HCodeElement
s
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
-
from()
- Returns the source of this
HCodeEdge
.
-
to()
- Returns the destination of the
HCodeEdge
.
from
public abstract HCodeElement from()
- Returns the source of this
HCodeEdge
.
to
public abstract HCodeElement to()
- Returns the destination of the
HCodeEdge
.
All Packages Class Hierarchy This Package Previous Next Index