public final class CodeSmellInfo
extends java.lang.Object
Constructor and Description |
---|
CodeSmellInfo(Document document,
java.lang.String description,
TextRange textRange,
HighlightSeverity severity) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
Document |
getDocument() |
HighlightSeverity |
getSeverity() |
int |
getStartColumn() |
int |
getStartLine() |
TextRange |
getTextRange() |
public CodeSmellInfo(Document document, java.lang.String description, TextRange textRange, HighlightSeverity severity)
public Document getDocument()
public java.lang.String getDescription()
public TextRange getTextRange()
public HighlightSeverity getSeverity()
public int getStartLine()
public int getStartColumn()