Package org.jf.dexlib2.iface.debug
Interface RestartLocal
-
- All Known Implementing Classes:
BuilderRestartLocal
,DebugItemRewriter.RewrittenRestartLocal
,ImmutableRestartLocal
public interface RestartLocal extends DebugItem, LocalInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getRegister()
-
Methods inherited from interface org.jf.dexlib2.iface.debug.DebugItem
getCodeAddress, getDebugItemType
-
Methods inherited from interface org.jf.dexlib2.iface.debug.LocalInfo
getName, getSignature, getType
-
-