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