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
/
JmlLintingFacade
Jml
Linting
Facade
class
JmlLintingFacade
(
config
:
JmlLintingConfig
)
(
source
)
Author
Alexander Weigl
Members
Constructors
Jml
Linting
Facade
Link copied to clipboard
constructor
(
config
:
JmlLintingConfig
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
linters
Link copied to clipboard
val
linters
:
List
<
LintRule
>
Functions
as
Sarif
Link copied to clipboard
fun
asSarif
(
problems
:
Collection
<
LintProblem
>
)
:
SarifSchema
lint
Link copied to clipboard
fun
lint
(
nodes
:
Collection
<
Node
>
)
:
Collection
<
LintProblem
>
fun
lint
(
reporter
:
LintProblemReporter
,
nodes
:
Collection
<
Node
>
)