Package | Description |
---|---|
com.asakusafw.dmdl.directio.util |
Utilities for DMDL for Direct I/O.
|
com.asakusafw.dmdl.model |
Syntactic models for DMDL.
|
Modifier and Type | Method and Description |
---|---|
AstAttributeValueMap.Entry |
MapValue.Entry.getDeclaration()
Returns the declaration.
|
Modifier and Type | Method and Description |
---|---|
void |
MapValue.add(AstAttributeValueMap.Entry decl,
K key,
V value)
Adds an entry.
|
void |
AttributeAnalyzer.error(AstAttributeElement element,
AstAttributeValueMap.Entry entry,
String message,
Object... arguments)
Reports an error.
|
void |
AttributeAnalyzer.warn(AstAttributeElement element,
AstAttributeValueMap.Entry entry,
String message,
Object... arguments)
Reports a warning.
|
Modifier and Type | Field and Description |
---|---|
List<AstAttributeValueMap.Entry> |
AstAttributeValueMap.entries
Entries in this map.
|
Constructor and Description |
---|
AstAttributeValueMap(Region region,
List<? extends AstAttributeValueMap.Entry> entries)
Creates and returns a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.