samt-core
1.0.0
jvm
common
/
tools.samt.common
/
DiagnosticMessageBuilder
Diagnostic
Message
Builder
class
DiagnosticMessageBuilder
(
severity
:
DiagnosticSeverity
)
Members
Constructors
Diagnostic
Message
Builder
Link copied to clipboard
constructor
(
severity
:
DiagnosticSeverity
)
Functions
build
Link copied to clipboard
fun
build
(
)
:
DiagnosticMessage
help
Link copied to clipboard
fun
help
(
message
:
String
)
highlight
Link copied to clipboard
fun
highlight
(
location
:
Location
,
suggestChange
:
String
?
=
null
,
highlightBeginningOnly
:
Boolean
=
false
)
fun
highlight
(
message
:
String
,
location
:
Location
,
suggestChange
:
String
?
=
null
,
highlightBeginningOnly
:
Boolean
=
false
)
info
Link copied to clipboard
fun
info
(
message
:
String
)
message
Link copied to clipboard
fun
message
(
message
:
String
)