Package org.jf.dexlib2.builder.debug
Class BuilderEpilogueBegin
java.lang.Object
org.jf.dexlib2.builder.ItemWithLocation
org.jf.dexlib2.builder.BuilderDebugItem
org.jf.dexlib2.builder.debug.BuilderEpilogueBegin
- All Implemented Interfaces:
DebugItem,EpilogueBegin
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jf.dexlib2.builder.BuilderDebugItem
getCodeAddressMethods 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
getCodeAddress
-
Constructor Details
-
BuilderEpilogueBegin
public BuilderEpilogueBegin()
-
-
Method Details
-
getDebugItemType
public int getDebugItemType()Description copied from interface:DebugItemThe type of this debug item. The returned integer will be one of the DebugItemType.* constants.- Specified by:
getDebugItemTypein interfaceDebugItem- Returns:
- The type of this debug item.
-