boolean |
TeamAppsDtoModel.classOrSubClassHasSubCommandDeclarations(TeamAppsDtoParser.ClassDeclarationContext classContext) |
|
boolean |
TeamAppsDtoModel.classOrSubClassHasSubEventDeclarations(TeamAppsDtoParser.ClassDeclarationContext classContext) |
|
java.util.List<TeamAppsDtoParser.InterfaceDeclarationContext> |
TeamAppsDtoModel.findAllImplementedInterfaces(TeamAppsDtoParser.ClassDeclarationContext classContext) |
|
java.util.List<TeamAppsDtoParser.PropertyDeclarationContext> |
TeamAppsDtoModel.findAllNotYetImplementedProperties(TeamAppsDtoParser.ClassDeclarationContext classContext) |
|
java.util.List<TeamAppsDtoParser.PropertyDeclarationContext> |
TeamAppsDtoModel.findAllProperties(TeamAppsDtoParser.ClassDeclarationContext clazzContext) |
|
java.util.List<org.antlr.v4.runtime.ParserRuleContext> |
TeamAppsDtoModel.findAllReferencedClassesAndInterfaces(TeamAppsDtoParser.ClassDeclarationContext classContext) |
|
java.util.List<TeamAppsDtoParser.EnumDeclarationContext> |
TeamAppsDtoModel.findAllReferencedEnums(TeamAppsDtoParser.ClassDeclarationContext classContext) |
|
java.util.List<TeamAppsDtoParser.ClassDeclarationContext> |
TeamAppsDtoModel.findAllSubClasses(TeamAppsDtoParser.ClassDeclarationContext clazzContext) |
|
java.util.List<TeamAppsDtoParser.SubEventDeclarationContext> |
TeamAppsDtoModel.findAllSubEventsInHierarchy(TeamAppsDtoParser.ClassDeclarationContext classContext) |
|
java.util.List<TeamAppsDtoParser.ClassDeclarationContext> |
TeamAppsDtoModel.findAllSuperClasses(TeamAppsDtoParser.ClassDeclarationContext clazzContext) |
|
java.util.List<TeamAppsDtoParser.PropertyDeclarationContext> |
TeamAppsDtoModel.findPropertiesNotImplementedBySuperClasses(TeamAppsDtoParser.ClassDeclarationContext classContext) |
|
java.util.List<TeamAppsDtoParser.ClassDeclarationContext> |
TeamAppsDtoModel.findSelfAndAllSuperClasses(TeamAppsDtoParser.ClassDeclarationContext clazzContext) |
|
TeamAppsDtoParser.ClassDeclarationContext |
TeamAppsDtoModel.findSelfNearestAncestorClassWithReferenceableAttribute(TeamAppsDtoParser.ClassDeclarationContext clazz) |
|
TeamAppsDtoParser.ClassDeclarationContext |
TeamAppsDtoModel.findSuperClass(TeamAppsDtoParser.ClassDeclarationContext clazzContext) |
|
java.util.List<org.antlr.v4.runtime.ParserRuleContext> |
TeamAppsDtoModel.findSuperClassAndDirectlyImplementedInterfaces(TeamAppsDtoParser.ClassDeclarationContext classContext) |
|
void |
TeamAppsTypeScriptGenerator.generateClassDefinition(TeamAppsDtoParser.ClassDeclarationContext clazzContext,
java.io.Writer writer) |
|
java.util.List<TeamAppsDtoParser.CommandDeclarationContext> |
TeamAppsDtoModel.getAllCommands(TeamAppsDtoParser.ClassDeclarationContext classContext) |
|
java.util.List<TeamAppsDtoParser.EventDeclarationContext> |
TeamAppsDtoModel.getAllEvents(TeamAppsDtoParser.ClassDeclarationContext classContext) |
|
java.util.List<TeamAppsDtoParser.SubCommandDeclarationContext> |
TeamAppsDtoModel.getAllSubCommands(TeamAppsDtoParser.ClassDeclarationContext classContext) |
|
java.util.List<TeamAppsDtoParser.SubEventDeclarationContext> |
TeamAppsDtoModel.getAllSubEvents(TeamAppsDtoParser.ClassDeclarationContext classContext) |
|
java.util.List<TeamAppsDtoParser.InterfaceDeclarationContext> |
TeamAppsDtoModel.getDirectlyImplementedInterfaces(TeamAppsDtoParser.ClassDeclarationContext classContext) |
|
java.lang.Object |
TeamAppsDtoModel.getReferenceableProperties(TeamAppsDtoParser.ClassDeclarationContext classContext) |
|
boolean |
TeamAppsDtoModel.isDescendantOfClassOrInterfaceReferencedForSubEvents(TeamAppsDtoParser.ClassDeclarationContext classContext) |
|
boolean |
TeamAppsDtoModel.isReferenceableBaseClass(TeamAppsDtoParser.ClassDeclarationContext clazz) |
|
boolean |
TeamAppsDtoModel.isReferenceableClass(TeamAppsDtoParser.ClassDeclarationContext clazz) |
|
java.util.List<org.antlr.v4.runtime.ParserRuleContext> |
TeamAppsDtoModel.superClassAndDirectlyImplementedInterfacesWithCommands(TeamAppsDtoParser.ClassDeclarationContext classContext) |
|
java.util.List<org.antlr.v4.runtime.ParserRuleContext> |
TeamAppsDtoModel.superClassAndDirectlyImplementedInterfacesWithEvents(TeamAppsDtoParser.ClassDeclarationContext classContext) |
|
java.util.List<org.antlr.v4.runtime.ParserRuleContext> |
TeamAppsDtoModel.superClassAndDirectlyImplementedInterfacesWithSubCommands(TeamAppsDtoParser.ClassDeclarationContext classContext) |
|
java.util.List<org.antlr.v4.runtime.ParserRuleContext> |
TeamAppsDtoModel.superClassAndDirectlyImplementedInterfacesWithSubEvents(TeamAppsDtoParser.ClassDeclarationContext classContext) |
|