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