Uses of Class
org.mmtk.plan.Phase

Packages that use Phase
org.mmtk.plan   
 

Uses of Phase in org.mmtk.plan
 

Subclasses of Phase in org.mmtk.plan
 class ComplexPhase
          Phases of a garbage collection.
 class ConcurrentPhase
          Phases of a garbage collection.
 class SimplePhase
          Phases of a garbage collection.
 

Fields in org.mmtk.plan declared as Phase
private static Phase[] Phase.phases
          The array of phase instances.
 

Methods in org.mmtk.plan that return Phase
static Phase Phase.getPhase(short id)
          Retrieve a phase by the unique phase identifier.