Verwendungen von Klasse
org.teamapps.dto.TeamAppsDtoParser.ClassDeclarationContext
Packages, die TeamAppsDtoParser.ClassDeclarationContext verwenden
-
Verwendungen von TeamAppsDtoParser.ClassDeclarationContext in org.teamapps.dto
Methoden in org.teamapps.dto, die TeamAppsDtoParser.ClassDeclarationContext zurückgebenModifizierer und TypMethodeBeschreibungTeamAppsDtoParser.classDeclaration()TeamAppsDtoParser.TypeDeclarationContext.classDeclaration()Methoden in org.teamapps.dto mit Parametern vom Typ TeamAppsDtoParser.ClassDeclarationContextModifizierer und TypMethodeBeschreibungvoidTeamAppsDtoBaseListener.enterClassDeclaration(TeamAppsDtoParser.ClassDeclarationContext ctx) Enter a parse tree produced byTeamAppsDtoParser.classDeclaration().voidTeamAppsDtoListener.enterClassDeclaration(TeamAppsDtoParser.ClassDeclarationContext ctx) Enter a parse tree produced byTeamAppsDtoParser.classDeclaration().voidTeamAppsDtoBaseListener.exitClassDeclaration(TeamAppsDtoParser.ClassDeclarationContext ctx) Exit a parse tree produced byTeamAppsDtoParser.classDeclaration().voidTeamAppsDtoListener.exitClassDeclaration(TeamAppsDtoParser.ClassDeclarationContext ctx) Exit a parse tree produced byTeamAppsDtoParser.classDeclaration(). -
Verwendungen von TeamAppsDtoParser.ClassDeclarationContext in org.teamapps.dto.generate
Methoden in org.teamapps.dto.generate, die TeamAppsDtoParser.ClassDeclarationContext zurückgebenModifizierer und TypMethodeBeschreibungTeamAppsDtoModel.findClassByName(String className, boolean throwExceptionIfNotFound) TeamAppsDtoModel.findReferencedClass(TeamAppsDtoParser.TypeContext typeContext) TeamAppsDtoModel.findSelfNearestAncestorClassWithReferenceableAttribute(TeamAppsDtoParser.ClassDeclarationContext clazz) TeamAppsDtoModel.findSuperClass(TeamAppsDtoParser.ClassDeclarationContext clazzContext) Methoden in org.teamapps.dto.generate, die Typen mit Argumenten vom Typ TeamAppsDtoParser.ClassDeclarationContext zurückgebenModifizierer und TypMethodeBeschreibungTeamAppsDtoModel.findAllImplementingClasses(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) TeamAppsDtoModel.findAllSubClasses(TeamAppsDtoParser.ClassDeclarationContext clazzContext) TeamAppsDtoModel.findAllSubClasses(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) TeamAppsDtoModel.findAllSuperClasses(TeamAppsDtoParser.ClassDeclarationContext clazzContext) TeamAppsDtoModel.findSelfAndAllSuperClasses(TeamAppsDtoParser.ClassDeclarationContext clazzContext) TeamAppsDtoModel.getClassDeclarations()Methoden in org.teamapps.dto.generate mit Parametern vom Typ TeamAppsDtoParser.ClassDeclarationContextModifizierer und TypMethodeBeschreibungTeamAppsDtoModel.findAllImplementedInterfaces(TeamAppsDtoParser.ClassDeclarationContext classContext) TeamAppsDtoModel.findAllNotYetImplementedProperties(TeamAppsDtoParser.ClassDeclarationContext classContext) TeamAppsDtoModel.findAllProperties(TeamAppsDtoParser.ClassDeclarationContext clazzContext) List<org.antlr.v4.runtime.ParserRuleContext>TeamAppsDtoModel.findAllReferencedClassesAndInterfaces(TeamAppsDtoParser.ClassDeclarationContext classContext) TeamAppsDtoModel.findAllReferencedEnums(TeamAppsDtoParser.ClassDeclarationContext classContext) TeamAppsDtoModel.findAllSubClasses(TeamAppsDtoParser.ClassDeclarationContext clazzContext) TeamAppsDtoModel.findAllSuperClasses(TeamAppsDtoParser.ClassDeclarationContext clazzContext) TeamAppsDtoModel.findPropertiesNotImplementedBySuperClasses(TeamAppsDtoParser.ClassDeclarationContext classContext) TeamAppsDtoModel.findSelfAndAllSuperClasses(TeamAppsDtoParser.ClassDeclarationContext clazzContext) TeamAppsDtoModel.findSelfNearestAncestorClassWithReferenceableAttribute(TeamAppsDtoParser.ClassDeclarationContext clazz) TeamAppsDtoModel.findSuperClass(TeamAppsDtoParser.ClassDeclarationContext clazzContext) List<org.antlr.v4.runtime.ParserRuleContext>TeamAppsDtoModel.findSuperClassAndDirectlyImplementedInterfaces(TeamAppsDtoParser.ClassDeclarationContext classContext) voidTeamAppsTypeScriptGenerator.generateClassDefinition(TeamAppsDtoParser.ClassDeclarationContext clazzContext, Writer writer) TeamAppsDtoModel.getAllCommands(TeamAppsDtoParser.ClassDeclarationContext classContext) TeamAppsDtoModel.getAllEvents(TeamAppsDtoParser.ClassDeclarationContext classContext) TeamAppsDtoModel.getAllQueries(TeamAppsDtoParser.ClassDeclarationContext classContext) TeamAppsDtoModel.getDirectlyImplementedInterfaces(TeamAppsDtoParser.ClassDeclarationContext classContext) TeamAppsDtoModel.getReferenceableProperties(TeamAppsDtoParser.ClassDeclarationContext classContext) booleanTeamAppsDtoModel.isDescendantOfClassOrInterfaceReferencedForSubEvents(TeamAppsDtoParser.ClassDeclarationContext classContext) booleanTeamAppsDtoModel.isReferenceableBaseClass(TeamAppsDtoParser.ClassDeclarationContext clazz) booleanTeamAppsDtoModel.isReferenceableClass(TeamAppsDtoParser.ClassDeclarationContext clazz) List<org.antlr.v4.runtime.ParserRuleContext>TeamAppsDtoModel.superClassAndDirectlyImplementedInterfacesWithCommands(TeamAppsDtoParser.ClassDeclarationContext classContext) List<org.antlr.v4.runtime.ParserRuleContext>TeamAppsDtoModel.superClassAndDirectlyImplementedInterfacesWithEvents(TeamAppsDtoParser.ClassDeclarationContext classContext) -
Verwendungen von TeamAppsDtoParser.ClassDeclarationContext in org.teamapps.dto.generate.adapter
Methoden in org.teamapps.dto.generate.adapter mit Parametern vom Typ TeamAppsDtoParser.ClassDeclarationContextModifizierer und TypMethodeBeschreibungprotected StringClassDeclarationContextModelAdaptor.getJavaClassName(TeamAppsDtoParser.ClassDeclarationContext node) protected StringClassDeclarationContextModelAdaptor.getJsonIdentifier(TeamAppsDtoParser.ClassDeclarationContext node) protected StringClassDeclarationContextModelAdaptor.getTypeScriptIdentifier(TeamAppsDtoParser.ClassDeclarationContext node)