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 Constructor Description RewrittenStartLocal(StartLocal debugItem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringReference
getNameReference()
int
getRegister()
StringReference
getSignatureReference()
TypeReference
getTypeReference()
-
Methods inherited from class org.jf.dexlib2.rewriter.DebugItemRewriter.BaseRewrittenLocalInfoDebugItem
getCodeAddress, getDebugItemType, getName, getSignature, getType
-
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, getDebugItemType
-
Methods inherited from interface org.jf.dexlib2.iface.debug.LocalInfo
getName, getSignature, getType
-
-
-
-
Constructor Detail
-
RewrittenStartLocal
public RewrittenStartLocal(@Nonnull StartLocal debugItem)
-
-
Method Detail
-
getRegister
public int getRegister()
- Specified by:
getRegister
in interfaceStartLocal
-
getNameReference
@Nullable public StringReference getNameReference()
- Specified by:
getNameReference
in interfaceStartLocal
-
getTypeReference
@Nullable public TypeReference getTypeReference()
- Specified by:
getTypeReference
in interfaceStartLocal
-
getSignatureReference
@Nullable public StringReference getSignatureReference()
- Specified by:
getSignatureReference
in interfaceStartLocal
-
-