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