Package org.jf.dexlib2.builder
Class BuilderDebugItem
- java.lang.Object
-
- org.jf.dexlib2.builder.ItemWithLocation
-
- org.jf.dexlib2.builder.BuilderDebugItem
-
- All Implemented Interfaces:
DebugItem
- Direct Known Subclasses:
BuilderEndLocal
,BuilderEpilogueBegin
,BuilderLineNumber
,BuilderPrologueEnd
,BuilderRestartLocal
,BuilderSetSourceFile
,BuilderStartLocal
public abstract class BuilderDebugItem extends ItemWithLocation implements DebugItem
-
-
Constructor Summary
Constructors Constructor Description BuilderDebugItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCodeAddress()
-
Methods inherited from class org.jf.dexlib2.builder.ItemWithLocation
isPlaced, setLocation
-
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.debug.DebugItem
getDebugItemType
-
-
-
-
Method Detail
-
getCodeAddress
public int getCodeAddress()
- Specified by:
getCodeAddress
in interfaceDebugItem
- Returns:
- The code address
-
-