Package | Description |
---|---|
com.asakusafw.dmdl.model |
Syntactic models for DMDL.
|
com.asakusafw.dmdl.util |
Internal common libraries for DMDL.
|
Modifier and Type | Field and Description |
---|---|
AstLiteral |
AstAttributeValueMap.Entry.key
The entry key.
|
Modifier and Type | Method and Description |
---|---|
R |
AstNode.Visitor.visitLiteral(C context,
AstLiteral node)
Called back from
AstLiteral . |
R |
AstNode.AbstractVisitor.visitLiteral(C context,
AstLiteral node) |
Constructor and Description |
---|
Entry(AstLiteral key,
AstAttributeValue value)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
static AstLiteral |
AttributeUtil.takeLiteral(DmdlSemantics environment,
AstAttribute attribute,
Map<String,AstAttributeElement> elements,
String elementName,
LiteralKind literalKind,
boolean mandatory)
Removes
AstAttributeElement from elements and extracts string value from it. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.