Class RefRepeatCommentFieldLocation

  • All Implemented Interfaces:
    java.lang.Comparable<ProgramLocation>

    public class RefRepeatCommentFieldLocation
    extends CommentFieldLocation
    The RefRepeatCommentFieldLocation class contains specific location information within the Referenced Repeatable comments of an EOL comment field of a CodeUnitLocation object.
    • Constructor Detail

      • RefRepeatCommentFieldLocation

        public RefRepeatCommentFieldLocation​(Program program,
                                             Address addr,
                                             int[] componentPath,
                                             java.lang.String[] comment,
                                             int row,
                                             int charOffset,
                                             int currentCommentRow,
                                             Address refRepeatAddress)
        Construct a new RefRepeatCommentFieldLocation.
        Parameters:
        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 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.