Class Message.IssueLocation
java.lang.Object
net.ssehub.easy.dslCore.translation.Message.IssueLocation
- Enclosing class:
Message
Represents an issue location.
- Author:
- adapted from xText as calculation is not accessible
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
lineNumber
protected int lineNumber1-based line number. -
column
protected int column1-based column. -
lineNumberEnd
protected int lineNumberEnd1-based line number end. -
columnEnd
protected int columnEnd1-based column end. -
offset
protected int offset0-based offset. -
length
protected int length -
location
-
details
-
-
Constructor Details
-
IssueLocation
protected IssueLocation()Creates an issue location.
-
-
Method Details