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
-
Field Summary
FieldsFields inherited from class org.jf.dexlib2.immutable.debug.ImmutableDebugItem
codeAddress -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintThe type of this debug item.static ImmutableSetSourceFileof(SetSourceFile setSourceFile) Methods inherited from class org.jf.dexlib2.immutable.debug.ImmutableDebugItem
getCodeAddress, immutableListOf, ofMethods 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
-
ImmutableSetSourceFile
-
-
Method Details
-
of
-
getSourceFile
- Specified by:
getSourceFilein interfaceSetSourceFile
-
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.
-