Package ghidra.program.util
Class FunctionOpenCloseLocation
java.lang.Object
ghidra.program.util.ProgramLocation
ghidra.program.util.CodeUnitLocation
ghidra.program.util.FunctionOpenCloseLocation
- All Implemented Interfaces:
Cloneable,Comparable<ProgramLocation>
ProgramLocation that represents the cursor being on the function's open/close widget
-
Field Summary
Fields inherited from class ghidra.program.util.ProgramLocation
addr, program, refAddr -
Constructor Summary
ConstructorsConstructorDescriptionRequired constructor for serializationFunctionOpenCloseLocation(Program program, Address addr) Constructor -
Method Summary
Methods inherited from class ghidra.program.util.CodeUnitLocation
isValidMethods inherited from class ghidra.program.util.ProgramLocation
clone, compareAddr, compareTo, equals, getAddress, getByteAddress, getCharOffset, getColumn, getComponentPath, getLocation, getProgram, getRefAddress, getRow, getTranslatedCopy, hashCode, restoreState, saveState, toString
-
Constructor Details
-
FunctionOpenCloseLocation
Constructor- Parameters:
program- the program of the locationaddr- address of the location
-
FunctionOpenCloseLocation
public FunctionOpenCloseLocation()Required constructor for serialization
-