Package ghidra.program.util
Class VariablesOpenCloseLocation
java.lang.Object
ghidra.program.util.ProgramLocation
ghidra.program.util.CodeUnitLocation
ghidra.program.util.VariablesOpenCloseLocation
- All Implemented Interfaces:
Cloneable,Comparable<ProgramLocation>
ProgramLocation that represents the cursor being on the variables open/close widget
-
Field Summary
Fields inherited from class ghidra.program.util.ProgramLocation
addr, program, refAddr -
Constructor Summary
Constructors -
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
-
VariablesOpenCloseLocation
Constructor- Parameters:
program- the program of the locationaddr- address of the location
-
VariablesOpenCloseLocation
public VariablesOpenCloseLocation()
-