Uses of Interface
jef.dna.instructions.InstructionFactory

Packages that use InstructionFactory
jef.dna   
jef.dna.attributes.impl   
jef.dna.instructions.impl   
 

Uses of InstructionFactory in jef.dna
 

Methods in jef.dna that return InstructionFactory
 InstructionFactory Dna.getInstructionFactory()
          Returns the InstructionFactory configured in the Dna configuration file, needed for instantiating Instruction instances.
 

Uses of InstructionFactory in jef.dna.attributes.impl
 

Fields in jef.dna.attributes.impl declared as InstructionFactory
protected  InstructionFactory GenericAttribute.instrFactory
           
 

Uses of InstructionFactory in jef.dna.instructions.impl
 

Classes in jef.dna.instructions.impl that implement InstructionFactory
 class InstructionFactory
          This factory class has to be used for instantiating instruction classes.