mjc

Uses of Interface
org.multijava.util.DirectedAcyclicGraph.EdgeCalculator

Packages that use DirectedAcyclicGraph.EdgeCalculator
org.multijava.mjc Implements mjc, a MultiJava compiler. 
org.multijava.relaxed.runtime   
org.multijava.util   
 

Uses of DirectedAcyclicGraph.EdgeCalculator in org.multijava.mjc
 

Classes in org.multijava.mjc that implement DirectedAcyclicGraph.EdgeCalculator
(package private) static class CSourceDispatcherMethod.CSourceDispatcherMethod$1
           
 

Fields in org.multijava.mjc declared as DirectedAcyclicGraph.EdgeCalculator
private static DirectedAcyclicGraph.EdgeCalculator CSourceDispatcherMethod.OVERRIDES_RELATION
           
 

Uses of DirectedAcyclicGraph.EdgeCalculator in org.multijava.relaxed.runtime
 

Classes in org.multijava.relaxed.runtime that implement DirectedAcyclicGraph.EdgeCalculator
(package private) static class RMJClassLoader.RMJClassLoader$1
           
 

Fields in org.multijava.relaxed.runtime declared as DirectedAcyclicGraph.EdgeCalculator
private static DirectedAcyclicGraph.EdgeCalculator RMJClassLoader.OVERRIDES_RELATION
           
 

Uses of DirectedAcyclicGraph.EdgeCalculator in org.multijava.util
 

Classes in org.multijava.util that implement DirectedAcyclicGraph.EdgeCalculator
(package private) static class TestDirectedAcyclicGraph.TestDirectedAcyclicGraph$1
           
 

Fields in org.multijava.util declared as DirectedAcyclicGraph.EdgeCalculator
private static DirectedAcyclicGraph.EdgeCalculator TestDirectedAcyclicGraph.EC
           
 

Methods in org.multijava.util with parameters of type DirectedAcyclicGraph.EdgeCalculator
private  void DirectedAcyclicGraph.initEdges(DirectedAcyclicGraph.EdgeCalculator calc)
          Initializes the edges of the DAG representation using the given calculator.
 

Constructors in org.multijava.util with parameters of type DirectedAcyclicGraph.EdgeCalculator
DirectedAcyclicGraph(Object[] vertices, DirectedAcyclicGraph.EdgeCalculator calc)
          Constructs a directed acyclic graph with the given objects as the vertices and the given calculator specifying the edges.
 


mjc

mjc is Copyright (C) 2000-2004 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. mjc is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.