public interface DmdlAnalyzerEnhancer
DmdlAnalyzer
.Modifier and Type | Field and Description |
---|---|
static DmdlAnalyzerEnhancer |
NULL
No enhancements.
|
Modifier and Type | Method and Description |
---|---|
default void |
validateSyntax(DmdlSemantics root,
AstModelDefinition<?> definition)
Validates the syntax of definitions.
|
static final DmdlAnalyzerEnhancer NULL
default void validateSyntax(DmdlSemantics root, AstModelDefinition<?> definition)
root
- the semantics root; this may have no definitionsdefinition
- the syntax modelCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.