jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
jmlparser-parent
lint
/
io.github.jmltoolkit.lint.rules
/
LintProblemMeta
Lint
Problem
Meta
@
JvmRecord
data
class
LintProblemMeta
(
val
id
:
String
,
val
message
:
String
,
val
level
:
String
)
:
Record
(
source
)
Author
Alexander Weigl
Members
Constructors
Lint
Problem
Meta
Link copied to clipboard
constructor
(
id
:
String
,
message
:
String
,
level
:
String
)
Properties
id
Link copied to clipboard
val
id
:
String
level
Link copied to clipboard
val
level
:
String
message
Link copied to clipboard
val
message
:
String
Functions
create
Link copied to clipboard
fun
create
(
n
:
NodeWithTokenRange
<
Node
?
>
)
:
LintProblem