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

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

Completed in 314 milliseconds