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.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.QueryDeclarationContext> |
TeamAppsDtoModel.getAllQueries(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) |
|
boolean |
TeamAppsDtoModel.isDescendantOfClassOrInterfaceReferencedForSubEvents(TeamAppsDtoParser.InterfaceDeclarationContext interfaceContext) |
|