Package | Description |
---|---|
com.asakusafw.dmdl.model |
Syntactic models for DMDL.
|
Modifier and Type | Class and Description |
---|---|
static class |
AstNode.AbstractVisitor<C,R>
Default implementation of
AstNode.Visitor ,
which all declared methods returns just null . |
Modifier and Type | Method and Description |
---|---|
<C,R> R |
AstQualifiedName.accept(C context,
AstNode.Visitor<C,R> visitor) |
<C,R> R |
AstUnionExpression.accept(C context,
AstNode.Visitor<C,R> visitor) |
<C,R> R |
AstSummarize.accept(C context,
AstNode.Visitor<C,R> visitor) |
<C,R> R |
AstScript.accept(C context,
AstNode.Visitor<C,R> visitor) |
<C,R> R |
AstSequenceType.accept(C context,
AstNode.Visitor<C,R> visitor) |
<C,R> R |
AstRecordDefinition.accept(C context,
AstNode.Visitor<C,R> visitor) |
<C,R> R |
AstReferenceType.accept(C context,
AstNode.Visitor<C,R> visitor) |
<C,R> R |
AstPropertyFolding.accept(C context,
AstNode.Visitor<C,R> visitor) |
<C,R> R |
AstPropertyDefinition.accept(C context,
AstNode.Visitor<C,R> visitor) |
<C,R> R |
AstModelReference.accept(C context,
AstNode.Visitor<C,R> visitor) |
<C,R> R |
AstModelFolding.accept(C context,
AstNode.Visitor<C,R> visitor) |
<C,R> R |
AstModelDefinition.accept(C context,
AstNode.Visitor<C,R> visitor) |
<C,R> R |
AstLiteral.accept(C context,
AstNode.Visitor<C,R> visitor) |
<C,R> R |
AstJoin.accept(C context,
AstNode.Visitor<C,R> visitor) |
<C,R> R |
AstGrouping.accept(C context,
AstNode.Visitor<C,R> visitor) |
<C,R> R |
AstCollectionType.accept(C context,
AstNode.Visitor<C,R> visitor) |
<C,R> R |
AstBasicType.accept(C context,
AstNode.Visitor<C,R> visitor) |
<C,R> R |
AstAttributeValueMap.accept(C context,
AstNode.Visitor<C,R> visitor) |
<C,R> R |
AstAttributeValueArray.accept(C context,
AstNode.Visitor<C,R> visitor) |
<C,R> R |
AstAttributeElement.accept(C context,
AstNode.Visitor<C,R> visitor) |
<C,R> R |
AstSimpleName.accept(C context,
AstNode.Visitor<C,R> visitor) |
<C,R> R |
AstAttribute.accept(C context,
AstNode.Visitor<C,R> visitor) |
<C,R> R |
AstDescription.accept(C context,
AstNode.Visitor<C,R> visitor) |
<C,R> R |
AstPropertyMapping.accept(C context,
AstNode.Visitor<C,R> visitor) |
<C,R> R |
AstNode.accept(C context,
AstNode.Visitor<C,R> visitor)
Accepts and calls back the visitor.
|
<C,R> R |
AstModelMapping.accept(C context,
AstNode.Visitor<C,R> visitor) |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.