Package org.jf.dexlib2.rewriter
Class DebugItemRewriter.RewrittenStartLocal
java.lang.Object
org.jf.dexlib2.rewriter.DebugItemRewriter.BaseRewrittenLocalInfoDebugItem<StartLocal>
org.jf.dexlib2.rewriter.DebugItemRewriter.RewrittenStartLocal
- All Implemented Interfaces:
DebugItem,LocalInfo,StartLocal
- Enclosing class:
DebugItemRewriter
protected class DebugItemRewriter.RewrittenStartLocal
extends DebugItemRewriter.BaseRewrittenLocalInfoDebugItem<StartLocal>
implements StartLocal
-
Field Summary
Fields inherited from class org.jf.dexlib2.rewriter.DebugItemRewriter.BaseRewrittenLocalInfoDebugItem
debugItem -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintMethods inherited from class org.jf.dexlib2.rewriter.DebugItemRewriter.BaseRewrittenLocalInfoDebugItem
getCodeAddress, getDebugItemType, getName, getSignature, getTypeMethods 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, getDebugItemTypeMethods inherited from interface org.jf.dexlib2.iface.debug.LocalInfo
getName, getSignature, getType
-
Constructor Details
-
RewrittenStartLocal
-
-
Method Details
-
getRegister
public int getRegister()- Specified by:
getRegisterin interfaceStartLocal
-
getNameReference
- Specified by:
getNameReferencein interfaceStartLocal
-
getTypeReference
- Specified by:
getTypeReferencein interfaceStartLocal
-
getSignatureReference
- Specified by:
getSignatureReferencein interfaceStartLocal
-