public static final class AnalyzerMessage.TextSpan extends Object
Modifier and Type | Field and Description |
---|---|
int |
endCharacter |
int |
endLine |
int |
startCharacter |
int |
startLine |
Constructor and Description |
---|
TextSpan(int startLine,
int startCharacter,
int endLine,
int endCharacter) |
Copyright © 2012–2016 SonarSource. All rights reserved.