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
-
Field Summary
Fields inherited from class org.jf.dexlib2.builder.ItemWithLocation
location -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jf.dexlib2.builder.ItemWithLocation
isPlaced, setLocationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jf.dexlib2.iface.debug.DebugItem
getDebugItemType
-
Constructor Details
-
BuilderDebugItem
public BuilderDebugItem()
-
-
Method Details
-
getCodeAddress
public int getCodeAddress()- Specified by:
getCodeAddressin interfaceDebugItem- Returns:
- The code address
-