Uses of Class
org.teamapps.dto.TeamAppsDtoParser.EventDeclarationContext
Packages that use TeamAppsDtoParser.EventDeclarationContext
-
Uses of TeamAppsDtoParser.EventDeclarationContext in org.teamapps.dto
Methods in org.teamapps.dto that return TeamAppsDtoParser.EventDeclarationContextModifier and TypeMethodDescriptionTeamAppsDtoParser.ClassDeclarationContext.eventDeclaration(int i) TeamAppsDtoParser.eventDeclaration()TeamAppsDtoParser.InterfaceDeclarationContext.eventDeclaration(int i) Methods in org.teamapps.dto that return types with arguments of type TeamAppsDtoParser.EventDeclarationContextModifier and TypeMethodDescriptionTeamAppsDtoParser.ClassDeclarationContext.eventDeclaration()TeamAppsDtoParser.InterfaceDeclarationContext.eventDeclaration()Methods in org.teamapps.dto with parameters of type TeamAppsDtoParser.EventDeclarationContextModifier and TypeMethodDescriptionvoidTeamAppsDtoBaseListener.enterEventDeclaration(TeamAppsDtoParser.EventDeclarationContext ctx) Enter a parse tree produced byTeamAppsDtoParser.eventDeclaration().voidTeamAppsDtoListener.enterEventDeclaration(TeamAppsDtoParser.EventDeclarationContext ctx) Enter a parse tree produced byTeamAppsDtoParser.eventDeclaration().voidTeamAppsDtoBaseListener.exitEventDeclaration(TeamAppsDtoParser.EventDeclarationContext ctx) Exit a parse tree produced byTeamAppsDtoParser.eventDeclaration().voidTeamAppsDtoListener.exitEventDeclaration(TeamAppsDtoParser.EventDeclarationContext ctx) Exit a parse tree produced byTeamAppsDtoParser.eventDeclaration(). -
Uses of TeamAppsDtoParser.EventDeclarationContext in org.teamapps.dto.generate
Methods in org.teamapps.dto.generate that return types with arguments of type TeamAppsDtoParser.EventDeclarationContextModifier and TypeMethodDescriptionTeamAppsDtoModel.getAllEvents(TeamAppsDtoParser.ClassDeclarationContext classContext) TeamAppsDtoModel.getAllEvents(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) TeamAppsDtoModel.getEventDeclarations()Methods in org.teamapps.dto.generate with parameters of type TeamAppsDtoParser.EventDeclarationContextModifier and TypeMethodDescriptionList<org.antlr.v4.runtime.ParserRuleContext> TeamAppsDtoModel.findAllReferencedClassesAndInterfaces(TeamAppsDtoParser.EventDeclarationContext eventContext) TeamAppsDtoModel.findAllReferencedEnums(TeamAppsDtoParser.EventDeclarationContext eventDeclarationContext) Method parameters in org.teamapps.dto.generate with type arguments of type TeamAppsDtoParser.EventDeclarationContextModifier and TypeMethodDescriptionvoidTeamAppsTypeScriptGenerator.generateEventBaseDefinition(List<TeamAppsDtoParser.EventDeclarationContext> eventDeclarations, Writer writer) voidTeamAppsTypeScriptGenerator.generateQueryBaseDefinition(List<TeamAppsDtoParser.EventDeclarationContext> eventDeclarations, Writer writer) -
Uses of TeamAppsDtoParser.EventDeclarationContext in org.teamapps.dto.generate.adapter
Methods in org.teamapps.dto.generate.adapter with parameters of type TeamAppsDtoParser.EventDeclarationContextModifier and TypeMethodDescriptionprotected StringEventDeclarationContextModelAdaptor.getJavaClassName(TeamAppsDtoParser.EventDeclarationContext node) protected StringEventDeclarationContextModelAdaptor.getJsonIdentifier(TeamAppsDtoParser.EventDeclarationContext node) protected StringEventDeclarationContextModelAdaptor.getTypeScriptIdentifier(TeamAppsDtoParser.EventDeclarationContext node)