Package org.jf.dexlib2.iface.debug
Interface SetSourceFile
-
- All Superinterfaces:
DebugItem
- All Known Implementing Classes:
BuilderSetSourceFile
,ImmutableSetSourceFile
public interface SetSourceFile extends DebugItem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getSourceFile()
StringReference
getSourceFileReference()
-
Methods inherited from interface org.jf.dexlib2.iface.debug.DebugItem
getCodeAddress, getDebugItemType
-
-
-
-
Method Detail
-
getSourceFile
@Nullable java.lang.String getSourceFile()
-
getSourceFileReference
@Nullable StringReference getSourceFileReference()
-
-