public interface ScalafixPosition
| Modifier and Type | Method and Description |
|---|---|
int |
endColumn() |
int |
endLine() |
int |
endOffset() |
java.lang.String |
formatMessage(java.lang.String severity,
java.lang.String message)
Pretty-print a message at this source location.
|
ScalafixInput |
input() |
int |
startColumn() |
int |
startLine() |
int |
startOffset() |
java.lang.String formatMessage(java.lang.String severity,
java.lang.String message)
severity - the severity of this message.message - the actual message contents.int startOffset()
int startLine()
int startColumn()
int endOffset()
int endLine()
int endColumn()
ScalafixInput input()