Uses of Class
org.jf.baksmali.Adaptors.MethodDefinition
Packages that use MethodDefinition
-
Uses of MethodDefinition in org.jf.baksmali.Adaptors.Format
Fields in org.jf.baksmali.Adaptors.Format declared as MethodDefinitionModifier and TypeFieldDescriptionprotected final MethodDefinitionInstructionMethodItem.methodDefMethods in org.jf.baksmali.Adaptors.Format with parameters of type MethodDefinitionModifier and TypeMethodDescriptionstatic InstructionMethodItemInstructionMethodItemFactory.makeInstructionFormatMethodItem(MethodDefinition methodDef, int codeAddress, Instruction instruction) Constructors in org.jf.baksmali.Adaptors.Format with parameters of type MethodDefinitionModifierConstructorDescriptionArrayDataMethodItem(MethodDefinition methodDef, int codeAddress, ArrayPayload instruction) InstructionMethodItem(MethodDefinition methodDef, int codeAddress, T instruction) OffsetInstructionFormatMethodItem(BaksmaliOptions options, MethodDefinition methodDef, int codeAddress, OffsetInstruction instruction) PackedSwitchMethodItem(MethodDefinition methodDef, int codeAddress, PackedSwitchPayload instruction) SparseSwitchMethodItem(MethodDefinition methodDef, int codeAddress, SparseSwitchPayload instruction) UnresolvedOdexInstructionMethodItem(MethodDefinition methodDef, int codeAddress, UnresolvedOdexInstruction instruction)