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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
H A DImmutableInstruction22t.java41 public class ImmutableInstruction22t extends ImmutableInstruction implements Instruction22t { class in inherits:ImmutableInstruction,Instruction22t
48 public ImmutableInstruction22t(@Nonnull Opcode opcode, method in class:ImmutableInstruction22t
58 public static ImmutableInstruction22t of(Instruction22t instruction) {
59 if (instruction instanceof ImmutableInstruction22t) {
60 return (ImmutableInstruction22t)instruction;
62 return new ImmutableInstruction22t(

Completed in 111 milliseconds