Package ghidra.app.cmd.label
Class AddUniqueLabelCmd
java.lang.Object
ghidra.app.cmd.label.AddUniqueLabelCmd
Deprecated.
The need for this class is now unnecessary since duplicate labels are permitted
Command to add a label. If the label already
exists somewhere else, the address is appended to make
it unique.
-
Constructor Summary
ConstructorsConstructorDescriptionAddUniqueLabelCmd(Address address, String name, Namespace namespace, SourceType source) Deprecated.Constructs a new command for adding a label. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Applies the command to the given domain object.getName()Deprecated.Returns the name of this command.Deprecated.Returns the newly created symbol.Deprecated.Returns the status message indicating the status of the command.
-
Constructor Details
-
AddUniqueLabelCmd
Deprecated.Constructs a new command for adding a label.- Parameters:
address- address where the label is to be added.name- name of the new label. A null name will cause a default label be added.namespace- the namespace of the label. (i.e. the namespace this label is associated with)source- the source of this symbol
-
-
Method Details
-
applyTo
Deprecated.Description copied from interface:CommandApplies the command to the given domain object. -
getStatusMsg
Deprecated.Description copied from interface:CommandReturns the status message indicating the status of the command.- Specified by:
getStatusMsgin interfaceCommand<Program>- Returns:
- reason for failure, or null if the status of the command was successful
-
getName
Deprecated.Description copied from interface:CommandReturns the name of this command. -
getNewSymbol
Deprecated.Returns the newly created symbol.- Returns:
- the newly created symbol
-