Package | Description |
---|---|
com.asakusafw.dmdl.model |
Syntactic models for DMDL.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AstName
Represents names.
|
Modifier and Type | Class and Description |
---|---|
class |
AstAttributeValueArray
Represents an array of values.
|
class |
AstAttributeValueMap
Represents a map of string to attribute values.
|
class |
AstLiteral
Represents literals.
|
class |
AstQualifiedName
Represents simple names.
|
class |
AstSimpleName
Represents simple names.
|
Modifier and Type | Field and Description |
---|---|
AstAttributeValue |
AstPropertyDefinition.expression
The value of the defining property.
|
AstAttributeValue |
AstAttributeValueMap.Entry.value
The entry value.
|
AstAttributeValue |
AstAttributeElement.value
The holding value of this element.
|
Modifier and Type | Field and Description |
---|---|
List<AstAttributeValue> |
AstAttributeValueArray.elements
Elements in this array.
|
Modifier and Type | Method and Description |
---|---|
Map<Object,AstAttributeValue> |
AstAttributeValueMap.asMap()
Returns entries as map object.
|
Constructor and Description |
---|
AstAttributeElement(Region region,
AstSimpleName name,
AstAttributeValue value)
Creates and returns a new instance.
|
AstPropertyDefinition(Region region,
AstDescription description,
List<AstAttribute> attributes,
AstSimpleName name,
AstType type,
AstAttributeValue expression)
Creates and returns a new instance.
|
Entry(AstLiteral key,
AstAttributeValue value)
Creates a new instance.
|
Constructor and Description |
---|
AstAttributeValueArray(Region region,
List<? extends AstAttributeValue> elements)
Creates and returns a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.