Package | Description |
---|---|
com.asakusafw.dmdl.java.emitter |
Java source code emitters.
|
com.asakusafw.dmdl.semantics |
Semantic intermediate representations of DMDL.
|
com.asakusafw.dmdl.spi |
Extension points for DMDL semantic analyzers.
|
Modifier and Type | Method and Description |
---|---|
String |
EmitContext.getDescription(Declaration declaration)
Returns the description text of the declaration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Symbol<D extends Declaration>
Super interface of the all reference symbols.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MemberDeclaration
Represents a declaration of
model members. |
Modifier and Type | Class and Description |
---|---|
class |
ModelDeclaration
Declaration of data models.
|
class |
PropertyDeclaration
Declaration of properties.
|
class |
PropertyReferenceDeclaration
Represents a reference of properties.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyAttributeDriver.process(AttributeDriver.Context context,
Declaration declaration,
AstAttribute attribute) |
void |
ModelAttributeDriver.process(AttributeDriver.Context context,
Declaration declaration,
AstAttribute attribute) |
void |
AttributeDriver.process(AttributeDriver.Context context,
Declaration declaration,
AstAttribute attribute)
Processes and modifies the attributed declaration.
|
void |
PropertyAttributeDriver.verify(AttributeDriver.Context context,
Declaration declaration,
AstAttribute attribute) |
void |
ModelAttributeDriver.verify(AttributeDriver.Context context,
Declaration declaration,
AstAttribute attribute) |
default void |
AttributeDriver.verify(AttributeDriver.Context context,
Declaration declaration,
AstAttribute attribute)
Verifies the attributed declaration.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.