Verwendungen von Klasse
org.teamapps.dto.TeamAppsDtoParser.InterfaceDeclarationContext
Packages, die TeamAppsDtoParser.InterfaceDeclarationContext verwenden
-
Verwendungen von TeamAppsDtoParser.InterfaceDeclarationContext in org.teamapps.dto
Methoden in org.teamapps.dto, die TeamAppsDtoParser.InterfaceDeclarationContext zurückgebenModifizierer und TypMethodeBeschreibungTeamAppsDtoParser.interfaceDeclaration()TeamAppsDtoParser.TypeDeclarationContext.interfaceDeclaration()Methoden in org.teamapps.dto mit Parametern vom Typ TeamAppsDtoParser.InterfaceDeclarationContextModifizierer und TypMethodeBeschreibungvoidTeamAppsDtoBaseListener.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(). -
Verwendungen von TeamAppsDtoParser.InterfaceDeclarationContext in org.teamapps.dto.generate
Methoden in org.teamapps.dto.generate, die TeamAppsDtoParser.InterfaceDeclarationContext zurückgebenModifizierer und TypMethodeBeschreibungTeamAppsDtoModel.findInterfaceByName(String name, boolean throwExceptionIfNotFound) TeamAppsDtoModel.findReferencedInterface(TeamAppsDtoParser.TypeContext typeContext) Methoden in org.teamapps.dto.generate, die Typen mit Argumenten vom Typ TeamAppsDtoParser.InterfaceDeclarationContext zurückgebenModifizierer und TypMethodeBeschreibungTeamAppsDtoModel.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()Methoden in org.teamapps.dto.generate mit Parametern vom Typ TeamAppsDtoParser.InterfaceDeclarationContextModifizierer und TypMethodeBeschreibungTeamAppsDtoModel.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) -
Verwendungen von TeamAppsDtoParser.InterfaceDeclarationContext in org.teamapps.dto.generate.adapter
Methoden in org.teamapps.dto.generate.adapter mit Parametern vom Typ TeamAppsDtoParser.InterfaceDeclarationContextModifizierer und TypMethodeBeschreibungprotected StringInterfaceDeclarationContextModelAdaptor.getJavaClassName(TeamAppsDtoParser.InterfaceDeclarationContext node) protected StringInterfaceDeclarationContextModelAdaptor.getJsonIdentifier(TeamAppsDtoParser.InterfaceDeclarationContext node) protected StringInterfaceDeclarationContextModelAdaptor.getTypeScriptIdentifier(TeamAppsDtoParser.InterfaceDeclarationContext node)