Package org.jf.dexlib2.immutable.debug
Class ImmutableSetSourceFile
- java.lang.Object
-
- org.jf.dexlib2.immutable.debug.ImmutableDebugItem
-
- org.jf.dexlib2.immutable.debug.ImmutableSetSourceFile
-
- All Implemented Interfaces:
DebugItem,SetSourceFile
public class ImmutableSetSourceFile extends ImmutableDebugItem implements SetSourceFile
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringsourceFile-
Fields inherited from class org.jf.dexlib2.immutable.debug.ImmutableDebugItem
codeAddress
-
-
Constructor Summary
Constructors Constructor Description ImmutableSetSourceFile(int codeAddress, java.lang.String sourceFile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDebugItemType()The type of this debug item.java.lang.StringgetSourceFile()StringReferencegetSourceFileReference()static ImmutableSetSourceFileof(SetSourceFile setSourceFile)-
Methods inherited from class org.jf.dexlib2.immutable.debug.ImmutableDebugItem
getCodeAddress, immutableListOf, of
-
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
-
-
-
-
Method Detail
-
of
@Nonnull public static ImmutableSetSourceFile of(@Nonnull SetSourceFile setSourceFile)
-
getSourceFile
@Nullable public java.lang.String getSourceFile()
- Specified by:
getSourceFilein interfaceSetSourceFile
-
getSourceFileReference
@Nullable public StringReference getSourceFileReference()
- Specified by:
getSourceFileReferencein interfaceSetSourceFile
-
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.
-
-