Package | Description |
---|---|
com.asakusafw.dmdl.model |
Syntactic models for DMDL.
|
Modifier and Type | Field and Description |
---|---|
AstModelMapping |
AstJoin.mapping
The mapping function how to convert join target to the result model.
|
Modifier and Type | Method and Description |
---|---|
R |
AstNode.Visitor.visitModelMapping(C context,
AstModelMapping node)
Called back from
AstModelMapping . |
R |
AstNode.AbstractVisitor.visitModelMapping(C context,
AstModelMapping node) |
Constructor and Description |
---|
AstJoin(Region region,
AstModelReference reference,
AstModelMapping mapping,
AstGrouping grouping)
Creates and returns a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.