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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
H A DImmutableInstruction10t.java41 public class ImmutableInstruction10t extends ImmutableInstruction implements Instruction10t { class in inherits:ImmutableInstruction,Instruction10t
46 public ImmutableInstruction10t(@Nonnull Opcode opcode, method in class:ImmutableInstruction10t
52 public static ImmutableInstruction10t of(Instruction10t instruction) {
53 if (instruction instanceof ImmutableInstruction10t) {
54 return (ImmutableInstruction10t)instruction;
56 return new ImmutableInstruction10t(

Completed in 50 milliseconds