Package org.jf.dexlib2.builder.debug
Class BuilderRestartLocal
- java.lang.Object
-
- org.jf.dexlib2.builder.ItemWithLocation
-
- org.jf.dexlib2.builder.BuilderDebugItem
-
- org.jf.dexlib2.builder.debug.BuilderRestartLocal
-
- All Implemented Interfaces:
DebugItem,LocalInfo,RestartLocal
public class BuilderRestartLocal extends BuilderDebugItem implements RestartLocal
-
-
Constructor Summary
Constructors Constructor Description BuilderRestartLocal(int register)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDebugItemType()The type of this debug item.java.lang.StringgetName()intgetRegister()java.lang.StringgetSignature()java.lang.StringgetType()-
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
-
-
-
-
Method Detail
-
getRegister
public int getRegister()
- Specified by:
getRegisterin interfaceRestartLocal
-
getSignature
@Nullable public java.lang.String getSignature()
- Specified by:
getSignaturein interfaceLocalInfo
-
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.
-
-