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

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

Completed in 79 milliseconds