Class Message.IssueLocation
- java.lang.Object
-
- net.ssehub.easy.dslCore.translation.Message.IssueLocation
-
- Enclosing class:
- Message
protected static class Message.IssueLocation extends java.lang.ObjectRepresents an issue location.- Author:
- adapted from xText as calculation is not accessible
-
-
Field Summary
Fields Modifier and Type Field Description protected intcolumn1-based column.protected intcolumnEnd1-based column end.private java.lang.Stringdetailsprotected intlengthprotected intlineNumber1-based line number.protected intlineNumberEnd1-based line number end.private java.lang.Stringlocationprotected intoffset0-based offset.
-
Constructor Summary
Constructors Modifier Constructor Description protectedIssueLocation()Creates an issue location.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
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 java.lang.String location
-
details
private java.lang.String details
-
-