Uses of Class
org.teamapps.dto.TeamAppsDtoParser.EventDeclarationContext
-
Packages that use TeamAppsDtoParser.EventDeclarationContext Package Description org.teamapps.dto org.teamapps.dto.generate org.teamapps.dto.generate.adapter -
-
Uses of TeamAppsDtoParser.EventDeclarationContext in org.teamapps.dto
Methods in org.teamapps.dto that return TeamAppsDtoParser.EventDeclarationContext Modifier and Type Method Description TeamAppsDtoParser.EventDeclarationContextTeamAppsDtoParser.ClassDeclarationContext. eventDeclaration(int i)TeamAppsDtoParser.EventDeclarationContextTeamAppsDtoParser. eventDeclaration()TeamAppsDtoParser.EventDeclarationContextTeamAppsDtoParser.InterfaceDeclarationContext. eventDeclaration(int i)Methods in org.teamapps.dto that return types with arguments of type TeamAppsDtoParser.EventDeclarationContext Modifier and Type Method Description java.util.List<TeamAppsDtoParser.EventDeclarationContext>TeamAppsDtoParser.ClassDeclarationContext. eventDeclaration()java.util.List<TeamAppsDtoParser.EventDeclarationContext>TeamAppsDtoParser.InterfaceDeclarationContext. eventDeclaration()Methods in org.teamapps.dto with parameters of type TeamAppsDtoParser.EventDeclarationContext Modifier and Type Method Description voidTeamAppsDtoBaseListener. 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.EventDeclarationContext Modifier and Type Method Description java.util.List<TeamAppsDtoParser.EventDeclarationContext>TeamAppsDtoModel. getAllEvents(TeamAppsDtoParser.ClassDeclarationContext classContext)java.util.List<TeamAppsDtoParser.EventDeclarationContext>TeamAppsDtoModel. getAllEvents(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext)java.util.List<TeamAppsDtoParser.EventDeclarationContext>TeamAppsDtoModel. getEventDeclarations()Methods in org.teamapps.dto.generate with parameters of type TeamAppsDtoParser.EventDeclarationContext Modifier and Type Method Description java.util.List<org.antlr.v4.runtime.ParserRuleContext>TeamAppsDtoModel. findAllReferencedClassesAndInterfaces(TeamAppsDtoParser.EventDeclarationContext eventContext)java.util.List<TeamAppsDtoParser.EnumDeclarationContext>TeamAppsDtoModel. findAllReferencedEnums(TeamAppsDtoParser.EventDeclarationContext eventDeclarationContext)Method parameters in org.teamapps.dto.generate with type arguments of type TeamAppsDtoParser.EventDeclarationContext Modifier and Type Method Description voidTeamAppsTypeScriptGenerator. generateEventBaseDefinition(java.util.List<TeamAppsDtoParser.EventDeclarationContext> eventDeclarations, java.io.Writer writer) -
Uses of TeamAppsDtoParser.EventDeclarationContext in org.teamapps.dto.generate.adapter
Methods in org.teamapps.dto.generate.adapter with parameters of type TeamAppsDtoParser.EventDeclarationContext Modifier and Type Method Description protected java.lang.StringEventDeclarationContextModelAdaptor. getJavaClassName(TeamAppsDtoParser.EventDeclarationContext node)protected java.lang.StringEventDeclarationContextModelAdaptor. getJsonIdentifier(TeamAppsDtoParser.EventDeclarationContext node)protected java.lang.StringEventDeclarationContextModelAdaptor. getTypeScriptIdentifier(TeamAppsDtoParser.EventDeclarationContext node)
-