Package org.jf.dexlib2.iface.debug
Interface StartLocal
-
- All Known Implementing Classes:
BuilderStartLocal
,DebugItemRewriter.RewrittenStartLocal
,ImmutableStartLocal
public interface StartLocal extends DebugItem, LocalInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringReference
getNameReference()
int
getRegister()
StringReference
getSignatureReference()
TypeReference
getTypeReference()
-
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
-
-
-
-
Method Detail
-
getRegister
int getRegister()
-
getNameReference
@Nullable StringReference getNameReference()
-
getTypeReference
@Nullable TypeReference getTypeReference()
-
getSignatureReference
@Nullable StringReference getSignatureReference()
-
-