Uses of Class
org.jf.dexlib2.immutable.instruction.ImmutableInstruction
Packages that use ImmutableInstruction
-
Uses of ImmutableInstruction in org.jf.dexlib2.immutable
Fields in org.jf.dexlib2.immutable with type parameters of type ImmutableInstructionModifier and TypeFieldDescriptionprotected final com.google.common.collect.ImmutableList<? extends ImmutableInstruction> ImmutableMethodImplementation.instructionsMethods in org.jf.dexlib2.immutable that return types with arguments of type ImmutableInstructionModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<? extends ImmutableInstruction> ImmutableMethodImplementation.getInstructions()Constructor parameters in org.jf.dexlib2.immutable with type arguments of type ImmutableInstructionModifierConstructorDescriptionImmutableMethodImplementation(int registerCount, com.google.common.collect.ImmutableList<? extends ImmutableInstruction> instructions, com.google.common.collect.ImmutableList<? extends ImmutableTryBlock> tryBlocks, com.google.common.collect.ImmutableList<? extends ImmutableDebugItem> debugItems) -
Uses of ImmutableInstruction in org.jf.dexlib2.immutable.instruction
Subclasses of ImmutableInstruction in org.jf.dexlib2.immutable.instructionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in org.jf.dexlib2.immutable.instruction with type parameters of type ImmutableInstructionModifier and TypeFieldDescriptionprivate static final ImmutableConverter<ImmutableInstruction, Instruction> ImmutableInstruction.CONVERTERMethods in org.jf.dexlib2.immutable.instruction that return ImmutableInstructionModifier and TypeMethodDescriptionstatic ImmutableInstructionImmutableInstruction.of(Instruction instruction) Methods in org.jf.dexlib2.immutable.instruction that return types with arguments of type ImmutableInstructionModifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableList<ImmutableInstruction> ImmutableInstruction.immutableListOf(Iterable<? extends Instruction> list)