Package ghidra.program.util
Class PostCommentFieldLocation
java.lang.Object
ghidra.program.util.ProgramLocation
ghidra.program.util.CodeUnitLocation
ghidra.program.util.CommentFieldLocation
ghidra.program.util.PostCommentFieldLocation
- All Implemented Interfaces:
- Cloneable,- Comparable<ProgramLocation>
The 
EolCommentFieldLocation class contains specific location information
 within the EOL comment field of a CodeUnitLocation object.- 
Field SummaryFields inherited from class ghidra.program.util.CommentFieldLocationcomment, typeFields inherited from class ghidra.program.util.ProgramLocationaddr, program, refAddr
- 
Constructor SummaryConstructorsConstructorDescriptionDefault constructor needed for restoring an end-of-line field location from XML.PostCommentFieldLocation(Program program, Address addr, int[] componentPath, String[] comment, int displayableCommentRow, int charOffset) Construct a new PostCommentFieldLocation.
- 
Method SummaryMethods inherited from class ghidra.program.util.CommentFieldLocationequals, getComment, getCommentType, hashCode, restoreState, saveState, toStringMethods inherited from class ghidra.program.util.CodeUnitLocationisValidMethods inherited from class ghidra.program.util.ProgramLocationclone, compareAddr, compareTo, getAddress, getByteAddress, getCharOffset, getColumn, getComponentPath, getLocation, getProgram, getRefAddress, getRow, getTranslatedCopy
- 
Constructor Details- 
PostCommentFieldLocationpublic PostCommentFieldLocation(Program program, Address addr, int[] componentPath, String[] comment, int displayableCommentRow, int charOffset) Construct a new PostCommentFieldLocation.- Parameters:
- program- the program of the location
- addr- the address of the codeunit.
- componentPath- the componentPath of the codeUnit
- comment- comment text for the particular comment indicated by the address, subtype, and reference address.
- displayableCommentRow- the line within the Post comment as displayed.
- charOffset- the character position on the line within the comment line.
 
- 
PostCommentFieldLocationpublic PostCommentFieldLocation()Default constructor needed for restoring an end-of-line field location from XML.
 
-