Package org.jf.baksmali.Adaptors.Format
Class PackedSwitchMethodItem
java.lang.Object
org.jf.baksmali.Adaptors.MethodItem
org.jf.baksmali.Adaptors.Format.InstructionMethodItem<PackedSwitchPayload>
org.jf.baksmali.Adaptors.Format.PackedSwitchMethodItem
- All Implemented Interfaces:
Comparable<MethodItem>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classprivate static classprivate static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate final intprivate final List<PackedSwitchMethodItem.PackedSwitchTarget> Fields inherited from class org.jf.baksmali.Adaptors.Format.InstructionMethodItem
instruction, methodDefFields inherited from class org.jf.baksmali.Adaptors.MethodItem
codeAddress -
Constructor Summary
ConstructorsConstructorDescriptionPackedSwitchMethodItem(MethodDefinition methodDef, int codeAddress, PackedSwitchPayload instruction) -
Method Summary
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, writeVtableIndexMethods inherited from class org.jf.baksmali.Adaptors.MethodItem
compareTo, getCodeAddress
-
Field Details
-
targets
-
firstKey
private final int firstKey -
commentedOut
private boolean commentedOut
-
-
Constructor Details
-
PackedSwitchMethodItem
public PackedSwitchMethodItem(MethodDefinition methodDef, int codeAddress, PackedSwitchPayload instruction)
-
-
Method Details
-
writeTo
- Overrides:
writeToin classInstructionMethodItem<PackedSwitchPayload>- Throws:
IOException
-