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 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 ProgramLocation
clone, compareAddr, compareTo, equals, getAddress, getByteAddress, getCharOffset, getColumn, getComponentPath, getLocation, getProgram, getRefAddress, getRow, getTranslatedCopy, hashCode, isValid, restoreState, saveState, toString
-
Constructor Details
-
CollapsedCodeLocation
-
CollapsedCodeLocation
public CollapsedCodeLocation()Default constructor needed for restoring a program location from XML
-