Package org.jf.baksmali.Adaptors.Format
Class PackedSwitchMethodItem
- java.lang.Object
-
- org.jf.baksmali.Adaptors.MethodItem
-
- org.jf.baksmali.Adaptors.Format.InstructionMethodItem<org.jf.dexlib2.iface.instruction.formats.PackedSwitchPayload>
-
- org.jf.baksmali.Adaptors.Format.PackedSwitchMethodItem
-
- All Implemented Interfaces:
java.lang.Comparable<MethodItem>
public class PackedSwitchMethodItem extends InstructionMethodItem<org.jf.dexlib2.iface.instruction.formats.PackedSwitchPayload>
-
-
Field Summary
-
Fields inherited from class org.jf.baksmali.Adaptors.Format.InstructionMethodItem
instruction, methodDef
-
Fields inherited from class org.jf.baksmali.Adaptors.MethodItem
codeAddress
-
-
Constructor Summary
Constructors Constructor Description PackedSwitchMethodItem(MethodDefinition methodDef, int codeAddress, org.jf.dexlib2.iface.instruction.formats.PackedSwitchPayload instruction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanwriteTo(BaksmaliWriter writer)-
Methods inherited from class org.jf.baksmali.Adaptors.Format.InstructionMethodItem
getSortOrder, writeCommentIfLikelyDouble, writeCommentIfLikelyDouble, writeCommentIfLikelyFloat, writeCommentIfLikelyFloat, writeCommentIfResourceId, writeCommentIfResourceId, writeFieldOffset, writeFirstRegister, writeInlineIndex, writeInvokeRangeRegisters, writeInvokeRegisters, writeLiteral, writeOpcode, writeRegister, writeSecondRegister, writeTargetLabel, writeThirdRegister, writeVtableIndex
-
Methods inherited from class org.jf.baksmali.Adaptors.MethodItem
compareTo, getCodeAddress
-
-
-
-
Constructor Detail
-
PackedSwitchMethodItem
public PackedSwitchMethodItem(MethodDefinition methodDef, int codeAddress, org.jf.dexlib2.iface.instruction.formats.PackedSwitchPayload instruction)
-
-
Method Detail
-
writeTo
public boolean writeTo(BaksmaliWriter writer) throws java.io.IOException
- Overrides:
writeToin classInstructionMethodItem<org.jf.dexlib2.iface.instruction.formats.PackedSwitchPayload>- Throws:
java.io.IOException
-
-