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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
H A DImmutableInstruction20t.java41 public class ImmutableInstruction20t extends ImmutableInstruction implements Instruction20t { class in inherits:ImmutableInstruction,Instruction20t
46 public ImmutableInstruction20t(@Nonnull Opcode opcode, method in class:ImmutableInstruction20t
52 public static ImmutableInstruction20t of(Instruction20t instruction) {
53 if (instruction instanceof ImmutableInstruction20t) {
54 return (ImmutableInstruction20t)instruction;
56 return new ImmutableInstruction20t(

Completed in 41 milliseconds