C - type of visitor contextR - type of visitor resultpublic abstract static class AstNode.AbstractVisitor<C,R> extends Object implements AstNode.Visitor<C,R>
AstNode.Visitor,
which all declared methods returns just null.| Constructor and Description |
|---|
AbstractVisitor() |
public R visitAttribute(C context, AstAttribute node)
AstNode.VisitorAstAttribute.visitAttribute in interface AstNode.Visitor<C,R>context - the context of this visitornode - the node invoked AstNode.accept(Object, Visitor)public R visitAttributeElement(C context, AstAttributeElement node)
AstNode.VisitorAstAttributeElement.visitAttributeElement in interface AstNode.Visitor<C,R>context - the context of this visitornode - the node invoked AstNode.accept(Object, Visitor)public R visitAttributeValueArray(C context, AstAttributeValueArray node)
AstNode.VisitorAstAttributeValueArray.visitAttributeValueArray in interface AstNode.Visitor<C,R>context - the context of this visitornode - the node invoked AstNode.accept(Object, Visitor)public R visitAttributeValueMap(C context, AstAttributeValueMap node)
AstNode.VisitorAstAttributeValueMap.visitAttributeValueMap in interface AstNode.Visitor<C,R>context - the context of this visitornode - the node invoked AstNode.accept(Object, Visitor)public R visitBasicType(C context, AstBasicType node)
AstNode.VisitorAstBasicType.visitBasicType in interface AstNode.Visitor<C,R>context - the context of this visitornode - the node invoked AstNode.accept(Object, Visitor)public R visitCollectionType(C context, AstCollectionType node)
AstNode.VisitorAstCollectionType.visitCollectionType in interface AstNode.Visitor<C,R>context - the context of this visitornode - the node invoked AstNode.accept(Object, Visitor)public R visitDescription(C context, AstDescription node)
AstNode.VisitorAstDescription.visitDescription in interface AstNode.Visitor<C,R>context - the context of this visitornode - the node invoked AstNode.accept(Object, Visitor)public R visitGrouping(C context, AstGrouping node)
AstNode.VisitorAstGrouping.visitGrouping in interface AstNode.Visitor<C,R>context - the context of this visitornode - the node invoked AstNode.accept(Object, Visitor)public R visitJoin(C context, AstJoin node)
AstNode.VisitorAstJoin.visitJoin in interface AstNode.Visitor<C,R>context - the context of this visitornode - the node invoked AstNode.accept(Object, Visitor)public R visitLiteral(C context, AstLiteral node)
AstNode.VisitorAstLiteral.visitLiteral in interface AstNode.Visitor<C,R>context - the context of this visitornode - the node invoked AstNode.accept(Object, Visitor)public <T extends AstTerm<T>> R visitModelDefinition(C context, AstModelDefinition<T> node)
AstNode.VisitorAstModelDefinition.visitModelDefinition in interface AstNode.Visitor<C,R>T - Type of target definition typecontext - the context of this visitornode - the node invoked AstNode.accept(Object, Visitor)public R visitModelFolding(C context, AstModelFolding node)
AstNode.VisitorAstModelFolding.visitModelFolding in interface AstNode.Visitor<C,R>context - the context of this visitornode - the node invoked AstNode.accept(Object, Visitor)public R visitModelMapping(C context, AstModelMapping node)
AstNode.VisitorAstModelMapping.visitModelMapping in interface AstNode.Visitor<C,R>context - the context of this visitornode - the node invoked AstNode.accept(Object, Visitor)public R visitModelReference(C context, AstModelReference node)
AstNode.VisitorAstModelReference.visitModelReference in interface AstNode.Visitor<C,R>context - the context of this visitornode - the node invoked AstNode.accept(Object, Visitor)public R visitPropertyDefinition(C context, AstPropertyDefinition node)
AstNode.VisitorAstPropertyDefinition.visitPropertyDefinition in interface AstNode.Visitor<C,R>context - the context of this visitornode - the node invoked AstNode.accept(Object, Visitor)public R visitPropertyFolding(C context, AstPropertyFolding node)
AstNode.VisitorAstPropertyFolding.visitPropertyFolding in interface AstNode.Visitor<C,R>context - the context of this visitornode - the node invoked AstNode.accept(Object, Visitor)public R visitPropertyMapping(C context, AstPropertyMapping node)
AstNode.VisitorAstPropertyMapping.visitPropertyMapping in interface AstNode.Visitor<C,R>context - the context of this visitornode - the node invoked AstNode.accept(Object, Visitor)public R visitRecordDefinition(C context, AstRecordDefinition node)
AstNode.VisitorAstRecordDefinition.visitRecordDefinition in interface AstNode.Visitor<C,R>context - the context of this visitornode - the node invoked AstNode.accept(Object, Visitor)public R visitReferenceType(C context, AstReferenceType node)
AstNode.VisitorAstReferenceType.visitReferenceType in interface AstNode.Visitor<C,R>context - the context of this visitornode - the node invoked AstNode.accept(Object, Visitor)public R visitSequenceType(C context, AstSequenceType node)
AstNode.VisitorAstSequenceType.visitSequenceType in interface AstNode.Visitor<C,R>context - the context of this visitornode - the node invoked AstNode.accept(Object, Visitor)public R visitScript(C context, AstScript node)
AstNode.VisitorAstScript.visitScript in interface AstNode.Visitor<C,R>context - the context of this visitornode - the node invoked AstNode.accept(Object, Visitor)public R visitSummarize(C context, AstSummarize node)
AstNode.VisitorAstSummarize.visitSummarize in interface AstNode.Visitor<C,R>context - the context of this visitornode - the node invoked AstNode.accept(Object, Visitor)public <T extends AstTerm<T>> R visitUnionExpression(C context, AstUnionExpression<T> node)
AstNode.VisitorAstUnionExpression.visitUnionExpression in interface AstNode.Visitor<C,R>T - the target definition typecontext - the context of this visitornode - the node invoked AstNode.accept(Object, Visitor)public R visitSimpleName(C context, AstSimpleName node)
AstNode.VisitorAstSimpleName.visitSimpleName in interface AstNode.Visitor<C,R>context - the context of this visitornode - the node invoked AstNode.accept(Object, Visitor)public R visitQualifiedName(C context, AstQualifiedName node)
AstNode.VisitorAstQualifiedName.visitQualifiedName in interface AstNode.Visitor<C,R>context - the context of this visitornode - the node invoked AstNode.accept(Object, Visitor)Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.