Package ghidra.program.util
Class FunctionStartParametersFieldLocation
java.lang.Object
ghidra.program.util.ProgramLocation
ghidra.program.util.FunctionLocation
ghidra.program.util.FunctionSignatureFieldLocation
ghidra.program.util.FunctionStartParametersFieldLocation
- All Implemented Interfaces:
- Cloneable,- Comparable<ProgramLocation>
The 
FunctionStartParametersFieldLocation class provides a field 
 for the open parenthesis of a function within a program location.- 
Field SummaryFields inherited from class ghidra.program.util.FunctionLocationfunctionAddrFields inherited from class ghidra.program.util.ProgramLocationaddr, program, refAddr
- 
Constructor SummaryConstructorsConstructorDescriptionDefault constructor needed for restoring a program location from XMLFunctionStartParametersFieldLocation(Program program, Address locationAddr, Address functionAddr, int charOffset, String signature) Construct a new FunctionStartParametersFieldLocation object.
- 
Method SummaryMethods inherited from class ghidra.program.util.FunctionSignatureFieldLocationequals, getSignature, hashCode, isFieldBasedPositioning, restoreState, saveState, toStringMethods inherited from class ghidra.program.util.FunctionLocationgetFunctionAddress, isValidMethods inherited from class ghidra.program.util.ProgramLocationclone, compareAddr, compareTo, getAddress, getByteAddress, getCharOffset, getColumn, getComponentPath, getLocation, getProgram, getRefAddress, getRow, getTranslatedCopy
- 
Constructor Details- 
FunctionStartParametersFieldLocationpublic FunctionStartParametersFieldLocation(Program program, Address locationAddr, Address functionAddr, int charOffset, String signature) Construct a new FunctionStartParametersFieldLocation object.- Parameters:
- program- the program of the location
- locationAddr- the address of the listing location (i.e., referent code unit)
- functionAddr- the function address
- charOffset- the position within the function name string for this location.
- signature- the function signature
 
- 
FunctionStartParametersFieldLocationpublic FunctionStartParametersFieldLocation()Default constructor needed for restoring a program location from XML
 
-