Searched defs:InstructionFactory (Results 1 – 3 of 3) sorted by relevance
35 public class InstructionFactory implements InstructionConstants { class55 public InstructionFactory(final ClassGen cg, final ConstantPoolGen cp) { in InstructionFactory() method in InstructionFactory63 public InstructionFactory(final ClassGen cg) { in InstructionFactory() method in InstructionFactory70 public InstructionFactory(final ConstantPoolGen cp) { in InstructionFactory() method in InstructionFactory
28 public class InstructionFactory class
44 public interface InstructionFactory<Ref extends Reference> { interface