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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
H A DImmutableInstruction20bc.java45 public class ImmutableInstruction20bc extends ImmutableInstruction implements Instruction20bc { class in inherits:ImmutableInstruction,Instruction20bc
51 public ImmutableInstruction20bc(@Nonnull Opcode opcode, method in class:ImmutableInstruction20bc
59 public static ImmutableInstruction20bc of(Instruction20bc instruction) {
60 if (instruction instanceof ImmutableInstruction20bc) {
61 return (ImmutableInstruction20bc)instruction;
63 return new ImmutableInstruction20bc(

Completed in 95 milliseconds