Package | Description |
---|---|
com.asakusafw.dmdl.semantics |
Semantic intermediate representations of DMDL.
|
com.asakusafw.dmdl.semantics.trait |
Core traits for intermediate representations of DMDL.
|
com.asakusafw.dmdl.semantics.type |
Core types for intermediate representations of DMDL.
|
Modifier and Type | Method and Description |
---|---|
static PropertyMappingKind |
PropertyMappingKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyMappingKind[] |
PropertyMappingKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Type |
Type.map(PropertyMappingKind mapping)
Returns the mapped result type.
|
Modifier and Type | Method and Description |
---|---|
PropertyMappingKind |
MappingFactor.getKind()
Returns the kind of mapping function.
|
Constructor and Description |
---|
MappingFactor(AstNode originalAst,
PropertyMappingKind kind,
PropertySymbol source,
PropertySymbol target)
Creates and returns a new instance.
|
Modifier and Type | Method and Description |
---|---|
Type |
BasicType.map(PropertyMappingKind mapping) |
Type |
CollectionType.map(PropertyMappingKind mapping) |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.