T
- The return type of the visit operation. Use Void
for
operations with no return type.public interface MetaModelVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
MetaModelParser
.T visitMetamodel(MetaModelParser.MetamodelContext ctx)
MetaModelParser.metamodel()
.ctx
- the parse treeT visitIndexDeclr(MetaModelParser.IndexDeclrContext ctx)
MetaModelParser.indexDeclr()
.ctx
- the parse treeT visitIndexLiterals(MetaModelParser.IndexLiteralsContext ctx)
MetaModelParser.indexLiterals()
.ctx
- the parse treeT visitEnumDeclr(MetaModelParser.EnumDeclrContext ctx)
MetaModelParser.enumDeclr()
.ctx
- the parse treeT visitEnumLiterals(MetaModelParser.EnumLiteralsContext ctx)
MetaModelParser.enumLiterals()
.ctx
- the parse treeT visitClassDeclr(MetaModelParser.ClassDeclrContext ctx)
MetaModelParser.classDeclr()
.ctx
- the parse treeT visitParentsDeclr(MetaModelParser.ParentsDeclrContext ctx)
MetaModelParser.parentsDeclr()
.ctx
- the parse treeT visitSemanticDeclr(MetaModelParser.SemanticDeclrContext ctx)
MetaModelParser.semanticDeclr()
.ctx
- the parse treeT visitSemanticWith(MetaModelParser.SemanticWithContext ctx)
MetaModelParser.semanticWith()
.ctx
- the parse treeT visitSemanticUsing(MetaModelParser.SemanticUsingContext ctx)
MetaModelParser.semanticUsing()
.ctx
- the parse treeT visitSemanticFrom(MetaModelParser.SemanticFromContext ctx)
MetaModelParser.semanticFrom()
.ctx
- the parse treeT visitAnnotation(MetaModelParser.AnnotationContext ctx)
MetaModelParser.annotation()
.ctx
- the parse treeT visitAttributeType(MetaModelParser.AttributeTypeContext ctx)
MetaModelParser.attributeType()
.ctx
- the parse treeT visitAttributeDeclaration(MetaModelParser.AttributeDeclarationContext ctx)
MetaModelParser.attributeDeclaration()
.ctx
- the parse treeT visitRelationDeclaration(MetaModelParser.RelationDeclarationContext ctx)
MetaModelParser.relationDeclaration()
.ctx
- the parse treeCopyright © 2016. All Rights Reserved.