Searched defs:ImmutableInstructionFactory (Results 1 - 1 of 1) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
H A DImmutableInstructionFactory.java43 public class ImmutableInstructionFactory implements InstructionFactory<Reference> { class in inherits:InstructionFactory
44 public static final ImmutableInstructionFactory INSTANCE = new ImmutableInstructionFactory();
46 private ImmutableInstructionFactory() { method in class:ImmutableInstructionFactory

Completed in 73 milliseconds