kolasu
1.6.0-RC1-observers-SNAPSHOT
jvm
core
/
com.strumenta.kolasu.validation
/
Issue
/
Companion
Companion
object
Companion
Members
Functions
lexical
Link copied to clipboard
fun
lexical
(
message
:
String
,
severity
:
IssueSeverity
=
IssueSeverity.ERROR
,
range
:
Range
?
=
null
)
:
Issue
semantic
Link copied to clipboard
fun
semantic
(
message
:
String
,
severity
:
IssueSeverity
=
IssueSeverity.ERROR
,
range
:
Range
?
=
null
)
:
Issue
syntactic
Link copied to clipboard
fun
syntactic
(
message
:
String
,
severity
:
IssueSeverity
=
IssueSeverity.ERROR
,
range
:
Range
?
=
null
)
:
Issue
translation
Link copied to clipboard
fun
translation
(
message
:
String
,
severity
:
IssueSeverity
=
IssueSeverity.ERROR
,
range
:
Range
?
=
null
)
:
Issue