Uses of Interface
org.jikesrvm.compilers.opt.util.GraphEdgeFilter

Packages that use GraphEdgeFilter
org.jikesrvm.compilers.opt.util   
 

Uses of GraphEdgeFilter in org.jikesrvm.compilers.opt.util
 

Fields in org.jikesrvm.compilers.opt.util declared as GraphEdgeFilter
private  GraphEdgeFilter ReverseFilteredDFSenumerateByFinish.filter
           
private  GraphEdgeFilter FilteredDFSenumerateByFinish.filter
           
 

Methods in org.jikesrvm.compilers.opt.util with parameters of type GraphEdgeFilter
static GraphNodeEnumeration GraphUtilities.enumerateTopSort(Graph G, GraphNodeEnumeration ie, GraphEdgeFilter f)
           
 

Constructors in org.jikesrvm.compilers.opt.util with parameters of type GraphEdgeFilter
FilteredDFSenumerateByFinish(Graph net, GraphNodeEnumeration nodes, GraphEdgeFilter filter)
           
ReverseFilteredDFSenumerateByFinish(Graph net, GraphNodeEnumeration nodes, GraphEdgeFilter filter)