Package org.jf.dexlib2.builder
Class BuilderOffsetInstruction
- java.lang.Object
-
- org.jf.dexlib2.builder.BuilderInstruction
-
- org.jf.dexlib2.builder.BuilderOffsetInstruction
-
- All Implemented Interfaces:
Instruction
,OffsetInstruction
- Direct Known Subclasses:
BuilderInstruction10t
,BuilderInstruction20t
,BuilderInstruction21t
,BuilderInstruction22t
,BuilderInstruction30t
,BuilderInstruction31t
public abstract class BuilderOffsetInstruction extends BuilderInstruction implements OffsetInstruction
-
-
Field Summary
Fields Modifier and Type Field Description protected Label
target
-
Fields inherited from class org.jf.dexlib2.builder.BuilderInstruction
opcode
-
-
Constructor Summary
Constructors Constructor Description BuilderOffsetInstruction(Opcode opcode, Label target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCodeOffset()
Label
getTarget()
-
Methods inherited from class org.jf.dexlib2.builder.BuilderInstruction
getCodeUnits, getFormat, getLocation, getOpcode
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
-
-
-
Field Detail
-
target
@Nonnull protected final Label target
-
-
Method Detail
-
getCodeOffset
public int getCodeOffset()
- Specified by:
getCodeOffset
in interfaceOffsetInstruction
-
getTarget
@Nonnull public Label getTarget()
-
-