Package | Description |
---|---|
com.asakusafw.dmdl.spi |
Extension points for DMDL semantic analyzers.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyAttributeDriver.process(AttributeDriver.Context context,
Declaration declaration,
AstAttribute attribute) |
void |
ModelAttributeDriver.process(AttributeDriver.Context context,
Declaration declaration,
AstAttribute attribute) |
void |
AttributeDriver.process(AttributeDriver.Context context,
Declaration declaration,
AstAttribute attribute)
Processes and modifies the attributed declaration.
|
void |
PropertyAttributeDriver.verify(AttributeDriver.Context context,
Declaration declaration,
AstAttribute attribute) |
void |
ModelAttributeDriver.verify(AttributeDriver.Context context,
Declaration declaration,
AstAttribute attribute) |
default void |
AttributeDriver.verify(AttributeDriver.Context context,
Declaration declaration,
AstAttribute attribute)
Verifies the attributed declaration.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.