T - The return type of the visit operation. Use Void for
operations with no return type.public interface InflectionVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
InflectionParser.T visitSuperHgroupDeclaration(@NotNull InflectionParser.SuperHgroupDeclarationContext ctx)
InflectionParser.superHgroupDeclaration().ctx - the parse treeT visitVmapDeclaration(@NotNull InflectionParser.VmapDeclarationContext ctx)
InflectionParser.vmapDeclaration().ctx - the parse treeT visitMappingDeclaration(@NotNull InflectionParser.MappingDeclarationContext ctx)
InflectionParser.mappingDeclaration().ctx - the parse treeT visitMappedVisitors(@NotNull InflectionParser.MappedVisitorsContext ctx)
InflectionParser.mappedVisitors().ctx - the parse treeT visitVmapBody(@NotNull InflectionParser.VmapBodyContext ctx)
InflectionParser.vmapBody().ctx - the parse treeT visitAPackage(@NotNull InflectionParser.APackageContext ctx)
InflectionParser.aPackage().ctx - the parse treeT visitGroupedClassView(@NotNull InflectionParser.GroupedClassViewContext ctx)
InflectionParser.groupedClassView().ctx - the parse treeT visitType(@NotNull InflectionParser.TypeContext ctx)
InflectionParser.type().ctx - the parse treeT visitHgroupDeclaration(@NotNull InflectionParser.HgroupDeclarationContext ctx)
InflectionParser.hgroupDeclaration().ctx - the parse treeT visitMemberView(@NotNull InflectionParser.MemberViewContext ctx)
InflectionParser.memberView().ctx - the parse treeT visitHgroup(@NotNull InflectionParser.HgroupContext ctx)
InflectionParser.hgroup().ctx - the parse treeT visitMemberViewDeclaration(@NotNull InflectionParser.MemberViewDeclarationContext ctx)
InflectionParser.memberViewDeclaration().ctx - the parse treeT visitVmap(@NotNull InflectionParser.VmapContext ctx)
InflectionParser.vmap().ctx - the parse treeT visitClassView(@NotNull InflectionParser.ClassViewContext ctx)
InflectionParser.classView().ctx - the parse treeT visitDefaultSuperDeclaration(@NotNull InflectionParser.DefaultSuperDeclarationContext ctx)
InflectionParser.defaultSuperDeclaration().ctx - the parse treeT visitMappingMemberView(@NotNull InflectionParser.MappingMemberViewContext ctx)
InflectionParser.mappingMemberView().ctx - the parse treeT visitNoSuperHgroupDeclaration(@NotNull InflectionParser.NoSuperHgroupDeclarationContext ctx)
InflectionParser.noSuperHgroupDeclaration().ctx - the parse treeT visitViewBody(@NotNull InflectionParser.ViewBodyContext ctx)
InflectionParser.viewBody().ctx - the parse treeT visitDefaultMemberTypeModifier(@NotNull InflectionParser.DefaultMemberTypeModifierContext ctx)
InflectionParser.defaultMemberTypeModifier().ctx - the parse treeT visitSuperVmapDeclaration(@NotNull InflectionParser.SuperVmapDeclarationContext ctx)
InflectionParser.superVmapDeclaration().ctx - the parse treeT visitMappingInflectionView(@NotNull InflectionParser.MappingInflectionViewContext ctx)
InflectionParser.mappingInflectionView().ctx - the parse treeT visitMappingInflectionViews(@NotNull InflectionParser.MappingInflectionViewsContext ctx)
InflectionParser.mappingInflectionViews().ctx - the parse treeT visitDefaultAggregationModifier(@NotNull InflectionParser.DefaultAggregationModifierContext ctx)
InflectionParser.defaultAggregationModifier().ctx - the parse treeT visitSuperDeclaration(@NotNull InflectionParser.SuperDeclarationContext ctx)
InflectionParser.superDeclaration().ctx - the parse treeT visitImportDeclarations(@NotNull InflectionParser.ImportDeclarationsContext ctx)
InflectionParser.importDeclarations().ctx - the parse treeT visitImportDeclaration(@NotNull InflectionParser.ImportDeclarationContext ctx)
InflectionParser.importDeclaration().ctx - the parse treeT visitImportPackageSymbol(@NotNull InflectionParser.ImportPackageSymbolContext ctx)
InflectionParser.importPackageSymbol().ctx - the parse treeT visitSimpleType(@NotNull InflectionParser.SimpleTypeContext ctx)
InflectionParser.simpleType().ctx - the parse treeT visitStandardMappingDeclaration(@NotNull InflectionParser.StandardMappingDeclarationContext ctx)
InflectionParser.standardMappingDeclaration().ctx - the parse treeT visitIdentifier(@NotNull InflectionParser.IdentifierContext ctx)
InflectionParser.identifier().ctx - the parse treeT visitMemberTypeModifier(@NotNull InflectionParser.MemberTypeModifierContext ctx)
InflectionParser.memberTypeModifier().ctx - the parse treeT visitMemberViewName(@NotNull InflectionParser.MemberViewNameContext ctx)
InflectionParser.memberViewName().ctx - the parse treeT visitMappingClassView(@NotNull InflectionParser.MappingClassViewContext ctx)
InflectionParser.mappingClassView().ctx - the parse treeT visitImportTypeSymbol(@NotNull InflectionParser.ImportTypeSymbolContext ctx)
InflectionParser.importTypeSymbol().ctx - the parse treeT visitDeclaration(@NotNull InflectionParser.DeclarationContext ctx)
InflectionParser.declaration().ctx - the parse treeT visitDeclarations(@NotNull InflectionParser.DeclarationsContext ctx)
InflectionParser.declarations().ctx - the parse treeT visitAggregationModifier(@NotNull InflectionParser.AggregationModifierContext ctx)
InflectionParser.aggregationModifier().ctx - the parse treeT visitHgroupBody(@NotNull InflectionParser.HgroupBodyContext ctx)
InflectionParser.hgroupBody().ctx - the parse treeT visitPackageDeclaration(@NotNull InflectionParser.PackageDeclarationContext ctx)
InflectionParser.packageDeclaration().ctx - the parse treeT visitMappedVisitor(@NotNull InflectionParser.MappedVisitorContext ctx)
InflectionParser.mappedVisitor().ctx - the parse treeT visitCompilationUnit(@NotNull InflectionParser.CompilationUnitContext ctx)
InflectionParser.compilationUnit().ctx - the parse treeT visitDefaultMappingDeclaration(@NotNull InflectionParser.DefaultMappingDeclarationContext ctx)
InflectionParser.defaultMappingDeclaration().ctx - the parse treeT visitNoSuperVmapDeclaration(@NotNull InflectionParser.NoSuperVmapDeclarationContext ctx)
InflectionParser.noSuperVmapDeclaration().ctx - the parse treeT visitClassViewDeclaration(@NotNull InflectionParser.ClassViewDeclarationContext ctx)
InflectionParser.classViewDeclaration().ctx - the parse treeT visitImportSymbol(@NotNull InflectionParser.ImportSymbolContext ctx)
InflectionParser.importSymbol().ctx - the parse treeT visitViewofDeclaration(@NotNull InflectionParser.ViewofDeclarationContext ctx)
InflectionParser.viewofDeclaration().ctx - the parse treeT visitAClass(@NotNull InflectionParser.AClassContext ctx)
InflectionParser.aClass().ctx - the parse tree