public class TabularTextDriver extends ModelAttributeDriver
@directio.text.tabular
attributes.TextFormatConstants
AttributeDriver.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, verify
public static final String NAME
public String getTargetName()
AttributeDriver
public void process(DmdlSemantics environment, ModelDeclaration declaration, AstAttribute attribute)
ModelAttributeDriver
process
in class ModelAttributeDriver
environment
- the processing environmentdeclaration
- the model declaration with the attribute
attribute
- the attribute with the target name
AttributeDriver.getTargetName()
public void verify(DmdlSemantics environment, ModelDeclaration declaration, AstAttribute attribute)
ModelAttributeDriver
processed
.verify
in class ModelAttributeDriver
environment
- the processing environmentdeclaration
- the model declaration with the attribute
attribute
- the attribute with the target name
AttributeDriver.getTargetName()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.