Uses of Class
org.mmtk.vm.ReferenceProcessor.Semantics

Packages that use ReferenceProcessor.Semantics
org.jikesrvm.mm.mmtk   
org.mmtk.vm   
 

Uses of ReferenceProcessor.Semantics in org.jikesrvm.mm.mmtk
 

Fields in org.jikesrvm.mm.mmtk declared as ReferenceProcessor.Semantics
private  ReferenceProcessor.Semantics ReferenceProcessor.semantics
          Semantics
 

Methods in org.jikesrvm.mm.mmtk with parameters of type ReferenceProcessor.Semantics
static ReferenceProcessor ReferenceProcessor.get(ReferenceProcessor.Semantics semantics)
          Factory method.
 ReferenceProcessor Factory.newReferenceProcessor(ReferenceProcessor.Semantics semantics)
           
 

Constructors in org.jikesrvm.mm.mmtk with parameters of type ReferenceProcessor.Semantics
ReferenceProcessor(ReferenceProcessor.Semantics semantics)
          Create a reference processor for a given semantics
 

Uses of ReferenceProcessor.Semantics in org.mmtk.vm
 

Methods in org.mmtk.vm that return ReferenceProcessor.Semantics
static ReferenceProcessor.Semantics ReferenceProcessor.Semantics.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReferenceProcessor.Semantics[] ReferenceProcessor.Semantics.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.mmtk.vm with parameters of type ReferenceProcessor.Semantics
abstract  ReferenceProcessor Factory.newReferenceProcessor(ReferenceProcessor.Semantics semantics)
          Create a new ReferenceProcessor instance using the appropriate VM-specific concrete ReferenceProcessor sub-class.