Package | Description |
---|---|
com.asakusafw.dmdl.analyzer |
Sematic analyzer for DMDL.
|
com.asakusafw.dmdl.semantics |
Semantic intermediate representations of DMDL.
|
com.asakusafw.dmdl.util |
Internal common libraries for DMDL.
|
Modifier and Type | Method and Description |
---|---|
List<Diagnostic> |
DmdlSemanticException.getDiagnostics()
Returns semantic diagnostics of current error.
|
Constructor and Description |
---|
DmdlSemanticException(String message,
List<? extends Diagnostic> diagnostics)
Creates and returns a new instance.
|
Modifier and Type | Method and Description |
---|---|
List<Diagnostic> |
DmdlSemantics.getDiagnostics()
Returns the all diagnostics about semantics analysis.
|
Modifier and Type | Method and Description |
---|---|
void |
DmdlSemantics.report(Diagnostic diagnostic)
Adds a diagnostic about semantics analysis.
|
Modifier and Type | Method and Description |
---|---|
void |
DmdlSemantics.reportAll(Iterable<? extends Diagnostic> diagnosticList)
Adds diagnostics about semantics analysis.
|
Modifier and Type | Method and Description |
---|---|
static List<Diagnostic> |
AttributeUtil.reportInvalidElements(AstAttribute attribute,
Collection<? extends AstAttributeElement> elements)
Returns erroneous diagnostics for the undefined
attribut elements . |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.