JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
GraphNode
from
()
GraphNode
to
()
Method Detail
from
GraphNode
from
()
to
GraphNode
to
()
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method