Package ghidra.program.util
Class FunctionEndParametersFieldLocation
- java.lang.Object
- 
- ghidra.program.util.ProgramLocation
- 
- ghidra.program.util.FunctionLocation
- 
- ghidra.program.util.FunctionSignatureFieldLocation
- 
- ghidra.program.util.FunctionEndParametersFieldLocation
 
 
 
 
- 
- All Implemented Interfaces:
- java.lang.Comparable<ProgramLocation>
 
 public class FunctionEndParametersFieldLocation extends FunctionSignatureFieldLocation TheFunctionEndParametersFieldLocationclass provides a field for the close parenthesis of a function within a program location.
- 
- 
Field Summary- 
Fields inherited from class ghidra.program.util.FunctionLocationfunctionAddr
 - 
Fields inherited from class ghidra.program.util.ProgramLocationaddr, program, refAddr
 
- 
 - 
Constructor SummaryConstructors Constructor Description FunctionEndParametersFieldLocation()Default constructor needed for restoring a program location from XMLFunctionEndParametersFieldLocation(Program program, Address locationAddr, Address functionAddr, int charOffset, java.lang.String signature)Construct a new FunctionEndParametersFieldLocation object.
 - 
Method Summary- 
Methods inherited from class ghidra.program.util.FunctionSignatureFieldLocationequals, getSignature, hashCode, isFieldBasedPositioning, restoreState, saveState, toString
 - 
Methods inherited from class ghidra.program.util.FunctionLocationgetFunctionAddress, isValid
 - 
Methods inherited from class ghidra.program.util.ProgramLocationcompareAddr, compareTo, getAddress, getByteAddress, getCharOffset, getColumn, getComponentPath, getLocation, getProgram, getRefAddress, getRow
 
- 
 
- 
- 
- 
Constructor Detail- 
FunctionEndParametersFieldLocationpublic FunctionEndParametersFieldLocation(Program program, Address locationAddr, Address functionAddr, int charOffset, java.lang.String signature) Construct a new FunctionEndParametersFieldLocation object.- Parameters:
- 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 signature string for this location.
- signature- the function signature string at this location.
 
 - 
FunctionEndParametersFieldLocationpublic FunctionEndParametersFieldLocation() Default constructor needed for restoring a program location from XML
 
- 
 
-