Package | Description |
---|---|
com.asakusafw.dmdl.model |
Syntactic models for DMDL.
|
Modifier and Type | Field and Description |
---|---|
List<AstPropertyMapping> |
AstModelMapping.properties
The mapping functions for each property.
|
Modifier and Type | Method and Description |
---|---|
R |
AstNode.Visitor.visitPropertyMapping(C context,
AstPropertyMapping node)
Called back from
AstPropertyMapping . |
R |
AstNode.AbstractVisitor.visitPropertyMapping(C context,
AstPropertyMapping node) |
Constructor and Description |
---|
AstModelMapping(Region region,
List<AstPropertyMapping> properties)
Creates and returns a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.