Uses of Class
org.teamapps.dto.TeamAppsDtoParser.InterfaceDeclarationContext
Packages that use TeamAppsDtoParser.InterfaceDeclarationContext
-
Uses of TeamAppsDtoParser.InterfaceDeclarationContext in org.teamapps.dto
Methods in org.teamapps.dto that return TeamAppsDtoParser.InterfaceDeclarationContextModifier and TypeMethodDescriptionTeamAppsDtoParser.interfaceDeclaration()TeamAppsDtoParser.TypeDeclarationContext.interfaceDeclaration()Methods in org.teamapps.dto with parameters of type TeamAppsDtoParser.InterfaceDeclarationContextModifier and TypeMethodDescriptionvoidTeamAppsDtoBaseListener.enterInterfaceDeclaration(TeamAppsDtoParser.InterfaceDeclarationContext ctx) Enter a parse tree produced byTeamAppsDtoParser.interfaceDeclaration().voidTeamAppsDtoListener.enterInterfaceDeclaration(TeamAppsDtoParser.InterfaceDeclarationContext ctx) Enter a parse tree produced byTeamAppsDtoParser.interfaceDeclaration().voidTeamAppsDtoBaseListener.exitInterfaceDeclaration(TeamAppsDtoParser.InterfaceDeclarationContext ctx) Exit a parse tree produced byTeamAppsDtoParser.interfaceDeclaration().voidTeamAppsDtoListener.exitInterfaceDeclaration(TeamAppsDtoParser.InterfaceDeclarationContext ctx) Exit a parse tree produced byTeamAppsDtoParser.interfaceDeclaration(). -
Uses of TeamAppsDtoParser.InterfaceDeclarationContext in org.teamapps.dto.generate
Methods in org.teamapps.dto.generate that return TeamAppsDtoParser.InterfaceDeclarationContextModifier and TypeMethodDescriptionTeamAppsDtoModel.findInterfaceByName(String name, boolean throwExceptionIfNotFound) TeamAppsDtoModel.findReferencedInterface(TeamAppsDtoParser.TypeContext typeContext) Methods in org.teamapps.dto.generate that return types with arguments of type TeamAppsDtoParser.InterfaceDeclarationContextModifier and TypeMethodDescriptionTeamAppsDtoModel.findAllImplementedInterfaces(TeamAppsDtoParser.ClassDeclarationContext classContext) TeamAppsDtoModel.findAllSubInterfaces(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) TeamAppsDtoModel.findAllSuperInterfaces(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) TeamAppsDtoModel.findAllSuperInterfacesAndSelf(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) TeamAppsDtoModel.findSuperInterfaces(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) TeamAppsDtoModel.getDirectlyImplementedInterfaces(TeamAppsDtoParser.ClassDeclarationContext classContext) TeamAppsDtoModel.getInterfaceDeclarations()Methods in org.teamapps.dto.generate with parameters of type TeamAppsDtoParser.InterfaceDeclarationContextModifier and TypeMethodDescriptionTeamAppsDtoModel.findAllImplementingClasses(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) TeamAppsDtoModel.findAllProperties(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) List<org.antlr.v4.runtime.ParserRuleContext> TeamAppsDtoModel.findAllReferencedClassesAndInterfaces(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) TeamAppsDtoModel.findAllReferencedEnums(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) TeamAppsDtoModel.findAllSubClasses(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) TeamAppsDtoModel.findAllSubInterfaces(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) TeamAppsDtoModel.findAllSuperInterfaces(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) TeamAppsDtoModel.findAllSuperInterfacesAndSelf(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) TeamAppsDtoModel.findSuperInterfaces(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) voidTeamAppsTypeScriptGenerator.generateInterfaceDefinition(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext, Writer writer) TeamAppsDtoModel.getAllCommands(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) TeamAppsDtoModel.getAllEvents(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) TeamAppsDtoModel.getAllQueries(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) List<org.antlr.v4.runtime.ParserRuleContext> TeamAppsDtoModel.getSuperInterfacesWithCommands(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) List<org.antlr.v4.runtime.ParserRuleContext> TeamAppsDtoModel.getSuperInterfacesWithEvents(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) booleanTeamAppsDtoModel.isDescendantOfClassOrInterfaceReferencedForSubEvents(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) -
Uses of TeamAppsDtoParser.InterfaceDeclarationContext in org.teamapps.dto.generate.adapter
Methods in org.teamapps.dto.generate.adapter with parameters of type TeamAppsDtoParser.InterfaceDeclarationContextModifier and TypeMethodDescriptionprotected StringInterfaceDeclarationContextModelAdaptor.getJavaClassName(TeamAppsDtoParser.InterfaceDeclarationContext node) protected StringInterfaceDeclarationContextModelAdaptor.getJsonIdentifier(TeamAppsDtoParser.InterfaceDeclarationContext node) protected StringInterfaceDeclarationContextModelAdaptor.getTypeScriptIdentifier(TeamAppsDtoParser.InterfaceDeclarationContext node)