|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jf.baksmali.Adaptors.MethodItem
org.jf.baksmali.Adaptors.Format.InstructionMethodItem<org.jf.dexlib2.iface.instruction.OffsetInstruction>
org.jf.baksmali.Adaptors.Format.OffsetInstructionFormatMethodItem
public class OffsetInstructionFormatMethodItem
| Field Summary | |
|---|---|
protected LabelMethodItem |
label
|
| Fields inherited from class org.jf.baksmali.Adaptors.Format.InstructionMethodItem |
|---|
instruction, methodDef |
| Fields inherited from class org.jf.baksmali.Adaptors.MethodItem |
|---|
codeAddress |
| Constructor Summary | |
|---|---|
OffsetInstructionFormatMethodItem(baksmaliOptions options,
MethodDefinition methodDef,
int codeAddress,
org.jf.dexlib2.iface.instruction.OffsetInstruction instruction)
|
|
| Method Summary | |
|---|---|
LabelMethodItem |
getLabel()
|
protected void |
writeTargetLabel(org.jf.util.IndentingWriter writer)
|
| Methods inherited from class org.jf.baksmali.Adaptors.Format.InstructionMethodItem |
|---|
getSortOrder, writeFieldOffset, writeFirstRegister, writeInlineIndex, writeInvokeRangeRegisters, writeInvokeRegisters, writeLiteral, writeOpcode, writeRegister, writeResourceId, writeResourceId, writeSecondRegister, writeThirdRegister, writeTo, writeVtableIndex |
| Methods inherited from class org.jf.baksmali.Adaptors.MethodItem |
|---|
compareTo, getCodeAddress |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected LabelMethodItem label
| Constructor Detail |
|---|
public OffsetInstructionFormatMethodItem(@Nonnull
baksmaliOptions options,
@Nonnull
MethodDefinition methodDef,
int codeAddress,
org.jf.dexlib2.iface.instruction.OffsetInstruction instruction)
| Method Detail |
|---|
protected void writeTargetLabel(org.jf.util.IndentingWriter writer)
throws java.io.IOException
writeTargetLabel in class InstructionMethodItem<org.jf.dexlib2.iface.instruction.OffsetInstruction>java.io.IOExceptionpublic LabelMethodItem getLabel()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||