Package ghidra.program.util
Class FunctionParameterNameFieldLocation
java.lang.Object
ghidra.program.util.ProgramLocation
ghidra.program.util.FunctionLocation
ghidra.program.util.FunctionSignatureFieldLocation
ghidra.program.util.FunctionParameterFieldLocation
ghidra.program.util.FunctionParameterNameFieldLocation
- All Implemented Interfaces:
Cloneable
,Comparable<ProgramLocation>
A
FunctionSignatureFieldLocation
that indicates the user clicked on a function
parameter name.-
Field Summary
Fields inherited from class ghidra.program.util.FunctionLocation
functionAddr
Fields inherited from class ghidra.program.util.ProgramLocation
addr, program, refAddr
-
Constructor Summary
ConstructorDescriptionDefault constructor needed for restoring a program location from XMLFunctionParameterNameFieldLocation
(Program program, Address locationAddr, Address functionAddr, int charOffset, String signature, Parameter parameter) Construct a new FunctionParameterNameFieldLocation object. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
restoreState
(Program p, SaveState obj) Restore this function location using the given program and save state object.void
Save this function location to the given save state object.Methods inherited from class ghidra.program.util.FunctionParameterFieldLocation
getOrdinal, getParameter, toString
Methods inherited from class ghidra.program.util.FunctionSignatureFieldLocation
getSignature, isFieldBasedPositioning
Methods inherited from class ghidra.program.util.FunctionLocation
getFunctionAddress, isValid
Methods inherited from class ghidra.program.util.ProgramLocation
clone, compareAddr, compareTo, getAddress, getByteAddress, getCharOffset, getColumn, getComponentPath, getLocation, getProgram, getRefAddress, getRow, getTranslatedCopy
-
Constructor Details
-
FunctionParameterNameFieldLocation
public FunctionParameterNameFieldLocation(Program program, Address locationAddr, Address functionAddr, int charOffset, String signature, Parameter parameter) Construct a new FunctionParameterNameFieldLocation object.- Parameters:
program
- the program of the locationlocationAddr
- the address of the listing location (i.e., referent code unit)functionAddr
- the function addresscharOffset
- the position within the function signature string for this location.signature
- the function signature string at this location.parameter
- the function parameter at this location.
-
FunctionParameterNameFieldLocation
public FunctionParameterNameFieldLocation()Default constructor needed for restoring a program location from XML
-
-
Method Details
-
getParameterName
-
hashCode
public int hashCode()- Overrides:
hashCode
in classFunctionSignatureFieldLocation
-
equals
- Overrides:
equals
in classFunctionParameterFieldLocation
- See Also:
-
saveState
Description copied from class:FunctionLocation
Save this function location to the given save state object.- Overrides:
saveState
in classFunctionParameterFieldLocation
- Parameters:
obj
- the save state object for saving the location
-
restoreState
Description copied from class:FunctionLocation
Restore this function location using the given program and save state object.- Overrides:
restoreState
in classFunctionParameterFieldLocation
- Parameters:
p
- the program containing the function locationobj
- the save state object for saving the location
-