| Package | Description |
|---|---|
| com.asakusafw.dmdl.model |
Syntactic models for DMDL.
|
| com.asakusafw.dmdl.semantics.type |
Core types for intermediate representations of DMDL.
|
| Modifier and Type | Method and Description |
|---|---|
R |
AstNode.Visitor.visitCollectionType(C context,
AstCollectionType node)
Called back from
AstCollectionType. |
R |
AstNode.AbstractVisitor.visitCollectionType(C context,
AstCollectionType node) |
| Modifier and Type | Method and Description |
|---|---|
AstCollectionType |
CollectionType.getOriginalAst() |
| Constructor and Description |
|---|
CollectionType(AstCollectionType originalAst,
CollectionType.CollectionKind kind,
Type elementType)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.