All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface harpoon.IR.Properties.Edges

public interface Edges
Edges defines an interface for intermediate representations that are interconnected as directed graphs.

Version:
$Id: Edges.java,v 1.3 1998/10/11 02:37:46 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>

Method Index

 o edges()
Returns an array of all the edges to and from this HCodeElement.
 o pred()
 o succ()

Methods

 o edges
 public abstract HCodeEdge[] edges()
Returns an array of all the edges to and from this HCodeElement.

 o pred
 public abstract HCodeEdge[] pred()
 o succ
 public abstract HCodeEdge[] succ()

All Packages  Class Hierarchy  This Package  Previous  Next  Index