Package | Description |
---|---|
com.asakusafw.dmdl.java.util |
Internal common libraries for DMDL Java backend.
|
com.asakusafw.dmdl.model |
Syntactic models for DMDL.
|
com.asakusafw.dmdl.semantics.trait |
Core traits for intermediate representations of DMDL.
|
Modifier and Type | Method and Description |
---|---|
static String |
NameUtil.toPackageName(AstName name)
Convert the DMDL name into Java package-like name.
|
Modifier and Type | Class and Description |
---|---|
class |
AstQualifiedName
Represents simple names.
|
class |
AstSimpleName
Represents simple names.
|
Modifier and Type | Field and Description |
---|---|
AstName |
AstPropertyFolding.aggregator
The function name of the aggregator.
|
AstName |
AstAttribute.name
The name of this attribute.
|
AstName |
AstQualifiedName.qualifier
The qualifier of this name.
|
Modifier and Type | Method and Description |
---|---|
AstName |
AstQualifiedName.getQualifier() |
AstName |
AstName.getQualifier()
Returns the qualifier of this name.
|
AstName |
AstSimpleName.getQualifier() |
Constructor and Description |
---|
AstAttribute(Region region,
AstName name,
AstAttributeElement... elements)
Creates and returns a new instance.
|
AstAttribute(Region region,
AstName name,
List<AstAttributeElement> elements)
Creates and returns a new instance.
|
AstPropertyFolding(Region region,
AstDescription description,
List<AstAttribute> attributes,
AstName aggregator,
AstSimpleName source,
AstSimpleName target)
Creates and returns a new instance.
|
AstQualifiedName(Region region,
AstName qualifier,
AstSimpleName simpleName)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
AstName |
NamespaceTrait.getNamespace()
Returns the specified namespace.
|
Constructor and Description |
---|
NamespaceTrait(AstAttribute originalAst,
AstName namespace)
Creates and returns a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.