Package | Description |
---|---|
com.asakusafw.dmdl.model |
Syntactic models for DMDL.
|
Modifier and Type | Field and Description |
---|---|
ModelDefinitionKind |
AstModelDefinition.kind
The kind of the defining model.
|
Modifier and Type | Method and Description |
---|---|
static ModelDefinitionKind |
ModelDefinitionKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelDefinitionKind[] |
ModelDefinitionKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AstModelDefinition(Region region,
ModelDefinitionKind kind,
AstDescription description,
List<AstAttribute> attributes,
AstSimpleName name,
AstExpression<T> expression)
Creates and returns a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.