Uses of Class
org.teamapps.dto.TeamAppsDtoParser.CommandDeclarationContext
| Package | Description |
|---|---|
| org.teamapps.dto | |
| org.teamapps.dto.generate | |
| org.teamapps.dto.generate.adapter |
-
Uses of TeamAppsDtoParser.CommandDeclarationContext in org.teamapps.dto
Methods in org.teamapps.dto that return TeamAppsDtoParser.CommandDeclarationContext Modifier and Type Method Description TeamAppsDtoParser.CommandDeclarationContextTeamAppsDtoParser.ClassDeclarationContext. commandDeclaration(int i)TeamAppsDtoParser.CommandDeclarationContextTeamAppsDtoParser. commandDeclaration()TeamAppsDtoParser.CommandDeclarationContextTeamAppsDtoParser.InterfaceDeclarationContext. commandDeclaration(int i)Methods in org.teamapps.dto that return types with arguments of type TeamAppsDtoParser.CommandDeclarationContext Modifier and Type Method Description java.util.List<TeamAppsDtoParser.CommandDeclarationContext>TeamAppsDtoParser.ClassDeclarationContext. commandDeclaration()java.util.List<TeamAppsDtoParser.CommandDeclarationContext>TeamAppsDtoParser.InterfaceDeclarationContext. commandDeclaration()Methods in org.teamapps.dto with parameters of type TeamAppsDtoParser.CommandDeclarationContext Modifier and Type Method Description voidTeamAppsDtoBaseListener. enterCommandDeclaration(TeamAppsDtoParser.CommandDeclarationContext ctx)Enter a parse tree produced byTeamAppsDtoParser.commandDeclaration().voidTeamAppsDtoListener. enterCommandDeclaration(TeamAppsDtoParser.CommandDeclarationContext ctx)Enter a parse tree produced byTeamAppsDtoParser.commandDeclaration().voidTeamAppsDtoBaseListener. exitCommandDeclaration(TeamAppsDtoParser.CommandDeclarationContext ctx)Exit a parse tree produced byTeamAppsDtoParser.commandDeclaration().voidTeamAppsDtoListener. exitCommandDeclaration(TeamAppsDtoParser.CommandDeclarationContext ctx)Exit a parse tree produced byTeamAppsDtoParser.commandDeclaration(). -
Uses of TeamAppsDtoParser.CommandDeclarationContext in org.teamapps.dto.generate
Methods in org.teamapps.dto.generate that return types with arguments of type TeamAppsDtoParser.CommandDeclarationContext Modifier and Type Method Description java.util.List<TeamAppsDtoParser.CommandDeclarationContext>TeamAppsDtoModel. getAllCommands(TeamAppsDtoParser.ClassDeclarationContext classContext)java.util.List<TeamAppsDtoParser.CommandDeclarationContext>TeamAppsDtoModel. getAllCommands(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext)java.util.List<TeamAppsDtoParser.CommandDeclarationContext>TeamAppsDtoModel. getCommandDeclarations()Method parameters in org.teamapps.dto.generate with type arguments of type TeamAppsDtoParser.CommandDeclarationContext Modifier and Type Method Description voidTeamAppsTypeScriptGenerator. generateCommandExecutor(java.util.List<TeamAppsDtoParser.CommandDeclarationContext> commandDeclarationContexts, java.io.Writer writer) -
Uses of TeamAppsDtoParser.CommandDeclarationContext in org.teamapps.dto.generate.adapter
Methods in org.teamapps.dto.generate.adapter with parameters of type TeamAppsDtoParser.CommandDeclarationContext Modifier and Type Method Description protected java.lang.StringCommandDeclarationContextModelAdaptor. getJavaClassName(TeamAppsDtoParser.CommandDeclarationContext node)protected java.lang.StringCommandDeclarationContextModelAdaptor. getJsonIdentifier(TeamAppsDtoParser.CommandDeclarationContext node)protected java.lang.StringCommandDeclarationContextModelAdaptor. getTypeScriptIdentifier(TeamAppsDtoParser.CommandDeclarationContext node)