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
public class BuilderSetSourceFile extends BuilderDebugItem implements SetSourceFile
-
-
Constructor Summary
Constructors Constructor Description BuilderSetSourceFile(StringReference sourceFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDebugItemType()
The type of this debug item.java.lang.String
getSourceFile()
StringReference
getSourceFileReference()
-
Methods inherited from class org.jf.dexlib2.builder.BuilderDebugItem
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
getCodeAddress
-
-
-
-
Constructor Detail
-
BuilderSetSourceFile
public BuilderSetSourceFile(@Nullable StringReference sourceFile)
-
-
Method Detail
-
getDebugItemType
public int getDebugItemType()
Description copied from interface:DebugItem
The type of this debug item. The returned integer will be one of the DebugItemType.* constants.- Specified by:
getDebugItemType
in interfaceDebugItem
- Returns:
- The type of this debug item.
-
getSourceFile
@Nullable public java.lang.String getSourceFile()
- Specified by:
getSourceFile
in interfaceSetSourceFile
-
getSourceFileReference
@Nullable public StringReference getSourceFileReference()
- Specified by:
getSourceFileReference
in interfaceSetSourceFile
-
-