Package org.jf.dexlib2.builder.debug
Class BuilderSetSourceFile
java.lang.Object
org.jf.dexlib2.builder.ItemWithLocation
org.jf.dexlib2.builder.BuilderDebugItem
org.jf.dexlib2.builder.debug.BuilderSetSourceFile
- All Implemented Interfaces:
DebugItem,SetSourceFile
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintThe type of this debug item.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
-
Field Details
-
sourceFile
-
-
Constructor Details
-
BuilderSetSourceFile
-
-
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.
-
getSourceFile
- Specified by:
getSourceFilein interfaceSetSourceFile
-
getSourceFileReference
- Specified by:
getSourceFileReferencein interfaceSetSourceFile
-