Package ghidra.program.util
Class CollapsedCodeLocation
java.lang.Object
ghidra.program.util.ProgramLocation
ghidra.program.util.CollapsedCodeLocation
- All Implemented Interfaces:
Cloneable,Comparable<ProgramLocation>
CollapsedCodeLocation is program location generated when the cursor is on a field
representing code from a collapsed function.-
Field Summary
Fields inherited from class ghidra.program.util.ProgramLocation
addr, program, refAddr -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor needed for restoring a program location from XMLCollapsedCodeLocation(Program program, Address addr) Create a new DividerLocation. -
Method Summary
Methods inherited from class ghidra.program.util.ProgramLocation
clone, compareAddr, compareTo, equals, getAddress, getByteAddress, getCharOffset, getColumn, getComponentPath, getLocation, getProgram, getRefAddress, getRow, getTranslatedCopy, hashCode, isValid, restoreState, saveState, toString
-
Constructor Details
-
CollapsedCodeLocation
Create a new DividerLocation.- Parameters:
program- the program of the locationaddr- address of bookmark by its hierarchy names; this parameter may be null
-
CollapsedCodeLocation
public CollapsedCodeLocation()Default constructor needed for restoring a program location from XML
-