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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
H A DImmutableInstruction21t.java41 public class ImmutableInstruction21t extends ImmutableInstruction implements Instruction21t { class in inherits:ImmutableInstruction,Instruction21t
47 public ImmutableInstruction21t(@Nonnull Opcode opcode, method in class:ImmutableInstruction21t
55 public static ImmutableInstruction21t of(Instruction21t instruction) {
56 if (instruction instanceof ImmutableInstruction21t) {
57 return (ImmutableInstruction21t)instruction;
59 return new ImmutableInstruction21t(

Completed in 95 milliseconds