org.jikesrvm.compilers.opt.util
Interface GraphEdge

All Known Implementing Classes:
CoalesceGraph.Edge, DepGraphEdge, SpaceEffGraphEdge, ValueGraphEdge

public interface GraphEdge

Graph representations that use explicit edge objects should have their edge objects implement this interface.


Method Summary
 GraphNode from()
           
 GraphNode to()
           
 

Method Detail

from

GraphNode from()

to

GraphNode to()