C
- type of visitor contextR
- type of visitor resultpublic static interface AstNode.Visitor<C,R>
AstNode
.R visitAttribute(C context, AstAttribute node)
AstAttribute
.context
- the context of this visitornode
- the node invoked AstNode.accept(Object, Visitor)
R visitAttributeElement(C context, AstAttributeElement node)
AstAttributeElement
.context
- the context of this visitornode
- the node invoked AstNode.accept(Object, Visitor)
R visitAttributeValueArray(C context, AstAttributeValueArray node)
AstAttributeValueArray
.context
- the context of this visitornode
- the node invoked AstNode.accept(Object, Visitor)
R visitAttributeValueMap(C context, AstAttributeValueMap node)
AstAttributeValueMap
.context
- the context of this visitornode
- the node invoked AstNode.accept(Object, Visitor)
R visitBasicType(C context, AstBasicType node)
AstBasicType
.context
- the context of this visitornode
- the node invoked AstNode.accept(Object, Visitor)
R visitCollectionType(C context, AstCollectionType node)
AstCollectionType
.context
- the context of this visitornode
- the node invoked AstNode.accept(Object, Visitor)
R visitDescription(C context, AstDescription node)
AstDescription
.context
- the context of this visitornode
- the node invoked AstNode.accept(Object, Visitor)
R visitGrouping(C context, AstGrouping node)
AstGrouping
.context
- the context of this visitornode
- the node invoked AstNode.accept(Object, Visitor)
R visitJoin(C context, AstJoin node)
AstJoin
.context
- the context of this visitornode
- the node invoked AstNode.accept(Object, Visitor)
R visitLiteral(C context, AstLiteral node)
AstLiteral
.context
- the context of this visitornode
- the node invoked AstNode.accept(Object, Visitor)
<T extends AstTerm<T>> R visitModelDefinition(C context, AstModelDefinition<T> node)
AstModelDefinition
.T
- Type of target definition typecontext
- the context of this visitornode
- the node invoked AstNode.accept(Object, Visitor)
R visitModelFolding(C context, AstModelFolding node)
AstModelFolding
.context
- the context of this visitornode
- the node invoked AstNode.accept(Object, Visitor)
R visitModelMapping(C context, AstModelMapping node)
AstModelMapping
.context
- the context of this visitornode
- the node invoked AstNode.accept(Object, Visitor)
R visitModelReference(C context, AstModelReference node)
AstModelReference
.context
- the context of this visitornode
- the node invoked AstNode.accept(Object, Visitor)
R visitPropertyDefinition(C context, AstPropertyDefinition node)
AstPropertyDefinition
.context
- the context of this visitornode
- the node invoked AstNode.accept(Object, Visitor)
R visitPropertyFolding(C context, AstPropertyFolding node)
AstPropertyFolding
.context
- the context of this visitornode
- the node invoked AstNode.accept(Object, Visitor)
R visitPropertyMapping(C context, AstPropertyMapping node)
AstPropertyMapping
.context
- the context of this visitornode
- the node invoked AstNode.accept(Object, Visitor)
R visitReferenceType(C context, AstReferenceType node)
AstReferenceType
.context
- the context of this visitornode
- the node invoked AstNode.accept(Object, Visitor)
R visitRecordDefinition(C context, AstRecordDefinition node)
AstRecordDefinition
.context
- the context of this visitornode
- the node invoked AstNode.accept(Object, Visitor)
R visitSequenceType(C context, AstSequenceType node)
AstSequenceType
.context
- the context of this visitornode
- the node invoked AstNode.accept(Object, Visitor)
R visitScript(C context, AstScript node)
AstScript
.context
- the context of this visitornode
- the node invoked AstNode.accept(Object, Visitor)
R visitSummarize(C context, AstSummarize node)
AstSummarize
.context
- the context of this visitornode
- the node invoked AstNode.accept(Object, Visitor)
<T extends AstTerm<T>> R visitUnionExpression(C context, AstUnionExpression<T> node)
AstUnionExpression
.T
- the target definition typecontext
- the context of this visitornode
- the node invoked AstNode.accept(Object, Visitor)
R visitSimpleName(C context, AstSimpleName node)
AstSimpleName
.context
- the context of this visitornode
- the node invoked AstNode.accept(Object, Visitor)
R visitQualifiedName(C context, AstQualifiedName node)
AstQualifiedName
.context
- the context of this visitornode
- the node invoked AstNode.accept(Object, Visitor)
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.