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

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

Completed in 87 milliseconds