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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
H A DImmutableInstruction3rc.java44 public class ImmutableInstruction3rc extends ImmutableInstruction implements Instruction3rc { class in inherits:ImmutableInstruction,Instruction3rc
52 public ImmutableInstruction3rc(@Nonnull Opcode opcode, method in class:ImmutableInstruction3rc
62 public static ImmutableInstruction3rc of(Instruction3rc instruction) {
63 if (instruction instanceof ImmutableInstruction3rc) {
64 return (ImmutableInstruction3rc)instruction;
66 return new ImmutableInstruction3rc(

Completed in 74 milliseconds