java.util.List<TeamAppsDtoParser.ClassDeclarationContext> |
TeamAppsDtoModel.findAllImplementingClasses(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) |
|
java.util.List<TeamAppsDtoParser.PropertyDeclarationContext> |
TeamAppsDtoModel.findAllProperties(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) |
|
java.util.List<org.antlr.v4.runtime.ParserRuleContext> |
TeamAppsDtoModel.findAllReferencedClassesAndInterfaces(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) |
|
java.util.List<TeamAppsDtoParser.EnumDeclarationContext> |
TeamAppsDtoModel.findAllReferencedEnums(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) |
|
java.util.List<TeamAppsDtoParser.ClassDeclarationContext> |
TeamAppsDtoModel.findAllSubClasses(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) |
|
java.util.List<TeamAppsDtoParser.SubEventDeclarationContext> |
TeamAppsDtoModel.findAllSubEventsInHierarchy(TeamAppsDtoParser.InterfaceDeclarationContext classContext) |
|
java.util.List<TeamAppsDtoParser.InterfaceDeclarationContext> |
TeamAppsDtoModel.findAllSubInterfaces(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) |
|
java.util.List<TeamAppsDtoParser.InterfaceDeclarationContext> |
TeamAppsDtoModel.findAllSuperInterfaces(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) |
|
java.util.List<TeamAppsDtoParser.InterfaceDeclarationContext> |
TeamAppsDtoModel.findAllSuperInterfacesAndSelf(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) |
|
java.util.List<TeamAppsDtoParser.InterfaceDeclarationContext> |
TeamAppsDtoModel.findSuperInterfaces(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) |
|
void |
TeamAppsTypeScriptGenerator.generateInterfaceDefinition(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext,
java.io.Writer writer) |
|
java.util.List<TeamAppsDtoParser.CommandDeclarationContext> |
TeamAppsDtoModel.getAllCommands(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) |
|
java.util.List<TeamAppsDtoParser.EventDeclarationContext> |
TeamAppsDtoModel.getAllEvents(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) |
|
java.util.List<TeamAppsDtoParser.SubCommandDeclarationContext> |
TeamAppsDtoModel.getAllSubCommands(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) |
|
java.util.List<TeamAppsDtoParser.SubEventDeclarationContext> |
TeamAppsDtoModel.getAllSubEvents(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) |
|
java.util.List<org.antlr.v4.runtime.ParserRuleContext> |
TeamAppsDtoModel.getSuperInterfacesWithCommands(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) |
|
java.util.List<org.antlr.v4.runtime.ParserRuleContext> |
TeamAppsDtoModel.getSuperInterfacesWithEvents(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) |
|
java.util.List<org.antlr.v4.runtime.ParserRuleContext> |
TeamAppsDtoModel.getSuperInterfacesWithSubCommands(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) |
|
java.util.List<org.antlr.v4.runtime.ParserRuleContext> |
TeamAppsDtoModel.getSuperInterfacesWithSubEvents(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) |
|
boolean |
TeamAppsDtoModel.interfaceOrDescendantHasSubCommandDeclarations(TeamAppsDtoParser.InterfaceDeclarationContext interf) |
|
boolean |
TeamAppsDtoModel.interfaceOrDescendantHasSubEventDeclarations(TeamAppsDtoParser.InterfaceDeclarationContext interf) |
|
boolean |
TeamAppsDtoModel.isDescendantOfClassOrInterfaceReferencedForSubEvents(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) |
|