public class TabularTextDriver extends ModelAttributeDriver
@directio.text.tabular attributes.TextFormatConstantsAttributeDriver.Context| Constructor and Description |
|---|
TabularTextDriver() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTargetName()
Returns the qualified name of the target attribute.
|
void |
process(DmdlSemantics environment,
ModelDeclaration declaration,
AstAttribute attribute)
Processes and modifies the attributed data model declaration.
|
void |
verify(DmdlSemantics environment,
ModelDeclaration declaration,
AstAttribute attribute)
Verifies the attributed declaration.
|
process, verifypublic static final String NAME
public String getTargetName()
AttributeDriverpublic void process(DmdlSemantics environment, ModelDeclaration declaration, AstAttribute attribute)
ModelAttributeDriverprocess in class ModelAttributeDriverenvironment - the processing environmentdeclaration - the model declaration with the attributeattribute - the attribute with the target nameAttributeDriver.getTargetName()public void verify(DmdlSemantics environment, ModelDeclaration declaration, AstAttribute attribute)
ModelAttributeDriverprocessed.verify in class ModelAttributeDriverenvironment - the processing environmentdeclaration - the model declaration with the attributeattribute - the attribute with the target nameAttributeDriver.getTargetName()Copyright © 2011–2018 Asakusa Framework Team. All rights reserved.