Class Message.IssueLocation

java.lang.Object
net.ssehub.easy.dslCore.translation.Message.IssueLocation
Enclosing class:
Message

protected static class Message.IssueLocation extends Object
Represents an issue location.
Author:
adapted from xText as calculation is not accessible
  • Field Details

    • lineNumber

      protected int lineNumber
      1-based line number.
    • column

      protected int column
      1-based column.
    • lineNumberEnd

      protected int lineNumberEnd
      1-based line number end.
    • columnEnd

      protected int columnEnd
      1-based column end.
    • offset

      protected int offset
      0-based offset.
    • length

      protected int length
    • location

      private String location
    • details

      private String details
  • Constructor Details

    • IssueLocation

      protected IssueLocation()
      Creates an issue location.
  • Method Details