Package | Description |
---|---|
com.asakusafw.dmdl.java.emitter |
Java source code emitters.
|
com.asakusafw.dmdl.semantics |
Semantic intermediate representations of DMDL.
|
Modifier and Type | Method and Description |
---|---|
SimpleName |
EmitContext.getFieldName(MemberDeclaration property)
Returns the corresponded property name.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyDeclaration
Declaration of properties.
|
class |
PropertyReferenceDeclaration
Represents a reference of properties.
|
Modifier and Type | Method and Description |
---|---|
MemberDeclaration |
ModelDeclaration.findMemberDeclaration(String memberName)
Returns a declared member in this model.
|
Modifier and Type | Method and Description |
---|---|
List<MemberDeclaration> |
ModelDeclaration.getDeclaredMembers()
Returns all declared members in this model.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.