Class RepeatableCommentFieldLocation

All Implemented Interfaces:
Cloneable, Comparable<ProgramLocation>

public class RepeatableCommentFieldLocation extends CommentFieldLocation
The RepeatableCommentFieldLocation class contains specific location information within the Repeatable comment of an EOL comment field of a CodeUnitLocation object.
  • Constructor Details

    • RepeatableCommentFieldLocation

      public RepeatableCommentFieldLocation(Program program, Address addr, int[] componentPath, String[] comment, int row, int charOffset, int currentCommentRow)
      Construct a new RepeatableCommentFieldLocation.
      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.
      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 repeatable comment as displayed in the Eol comment field.
    • RepeatableCommentFieldLocation

      public RepeatableCommentFieldLocation()
      Default constructor needed for restoring an end-of-line field location from XML.
  • Method Details