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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
H A DImmutableInstruction35c.java44 public class ImmutableInstruction35c extends ImmutableInstruction implements Instruction35c { class in inherits:ImmutableInstruction,Instruction35c
55 public ImmutableInstruction35c(@Nonnull Opcode opcode, method in class:ImmutableInstruction35c
73 public static ImmutableInstruction35c of(Instruction35c instruction) {
74 if (instruction instanceof ImmutableInstruction35c) {
75 return (ImmutableInstruction35c)instruction;
77 return new ImmutableInstruction35c(

Completed in 59 milliseconds