Package ghidra.program.util
Class RefRepeatCommentFieldLocation
java.lang.Object
ghidra.program.util.ProgramLocation
ghidra.program.util.CodeUnitLocation
ghidra.program.util.CommentFieldLocation
ghidra.program.util.RefRepeatCommentFieldLocation
- All Implemented Interfaces:
Cloneable,Comparable<ProgramLocation>
The
RefRepeatCommentFieldLocation class contains specific location information
within the Referenced Repeatable comments of an EOL comment field of a CodeUnitLocation object.-
Field Summary
Fields inherited from class ghidra.program.util.CommentFieldLocation
comment, typeFields inherited from class ghidra.program.util.ProgramLocation
addr, program, refAddr -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor needed for restoring an end-of-line field location from XML.RefRepeatCommentFieldLocation(Program program, Address addr, int[] componentPath, String[] comment, int row, int charOffset, int currentCommentRow, Address refRepeatAddress) Construct a new RefRepeatCommentFieldLocation. -
Method Summary
Modifier and TypeMethodDescriptionbooleanintinthashCode()voidrestoreState(Program p, SaveState obj) Restore this program location using the given program and save state object.voidSave this program location to the given save state object.toString()Returns a String representation of this location.Methods inherited from class ghidra.program.util.CommentFieldLocation
getComment, getCommentTypeMethods inherited from class ghidra.program.util.CodeUnitLocation
isValidMethods inherited from class ghidra.program.util.ProgramLocation
clone, compareAddr, compareTo, getAddress, getByteAddress, getCharOffset, getColumn, getComponentPath, getLocation, getProgram, getRefAddress, getRow, getTranslatedCopy
-
Constructor Details
-
RefRepeatCommentFieldLocation
public RefRepeatCommentFieldLocation(Program program, Address addr, int[] componentPath, String[] comment, int row, int charOffset, int currentCommentRow, Address refRepeatAddress) Construct a new RefRepeatCommentFieldLocation.- Parameters:
program- the program of the locationaddr- the address of the codeunit.componentPath- the componentPath of the codeUnitcomment- comment text for the particular comment indicated by the address, subtype, and reference address.row- the line within the Eol comment.charOffset- the character position on the line within the comment line.currentCommentRow- the row index relative to the beginning of the particular referenced repeatable comment that is displayed at this location in the Eol comment field.refRepeatAddress- the referred to address for the referenced repeatable comment that is being displayed at this location.
-
RefRepeatCommentFieldLocation
public RefRepeatCommentFieldLocation()Default constructor needed for restoring an end-of-line field location from XML.
-
-
Method Details
-
getReferencedRepeatableAddress
-
getCurrentCommentRow
public int getCurrentCommentRow() -
hashCode
public int hashCode()- Overrides:
hashCodein classCommentFieldLocation
-
equals
- Overrides:
equalsin classCommentFieldLocation
-
restoreState
Description copied from class:ProgramLocationRestore this program location using the given program and save state object.- Overrides:
restoreStatein classCommentFieldLocation- Parameters:
p- program to restore fromobj- the save state to restore from
-
saveState
Description copied from class:ProgramLocationSave this program location to the given save state object.- Overrides:
saveStatein classCommentFieldLocation- Parameters:
obj- the save state object for saving the location
-
toString
Description copied from class:CommentFieldLocationReturns a String representation of this location.- Overrides:
toStringin classCommentFieldLocation
-