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