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

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

Completed in 58 milliseconds