public class BuilderStartLocal extends BuilderDebugItem implements StartLocal
| Constructor and Description |
|---|
BuilderStartLocal(int register,
StringReference name,
TypeReference type,
StringReference signature) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDebugItemType()
The type of this debug item.
|
java.lang.String |
getName() |
StringReference |
getNameReference() |
int |
getRegister() |
java.lang.String |
getSignature() |
StringReference |
getSignatureReference() |
java.lang.String |
getType() |
TypeReference |
getTypeReference() |
getCodeAddressisPlaced, setLocationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCodeAddresspublic BuilderStartLocal(int register,
@Nullable
StringReference name,
@Nullable
TypeReference type,
@Nullable
StringReference signature)
public int getRegister()
getRegister in interface StartLocal@Nullable public StringReference getNameReference()
getNameReference in interface StartLocal@Nullable public TypeReference getTypeReference()
getTypeReference in interface StartLocal@Nullable public StringReference getSignatureReference()
getSignatureReference in interface StartLocal@Nullable public java.lang.String getSignature()
getSignature in interface LocalInfopublic int getDebugItemType()
DebugItemgetDebugItemType in interface DebugItem