Package org.jf.dexlib2.iface.debug
Interface EndLocal
-
- All Known Implementing Classes:
BuilderEndLocal
,DebugItemRewriter.RewrittenEndLocal
,ImmutableEndLocal
public interface EndLocal 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
-
-