Uses of Class
org.teamapps.dto.TeamAppsDtoParser.ClassDeclarationContext
| Package | Description |
|---|---|
| org.teamapps.dto | |
| org.teamapps.dto.generate | |
| org.teamapps.dto.generate.adapter |
-
Uses of TeamAppsDtoParser.ClassDeclarationContext in org.teamapps.dto
Methods in org.teamapps.dto that return TeamAppsDtoParser.ClassDeclarationContext Modifier and Type Method Description TeamAppsDtoParser.ClassDeclarationContextTeamAppsDtoParser. classDeclaration()TeamAppsDtoParser.ClassDeclarationContextTeamAppsDtoParser.TypeDeclarationContext. classDeclaration()Methods in org.teamapps.dto with parameters of type TeamAppsDtoParser.ClassDeclarationContext Modifier and Type Method Description voidTeamAppsDtoBaseListener. 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(). -
Uses of TeamAppsDtoParser.ClassDeclarationContext in org.teamapps.dto.generate
Methods in org.teamapps.dto.generate that return TeamAppsDtoParser.ClassDeclarationContext Modifier and Type Method Description TeamAppsDtoParser.ClassDeclarationContextTeamAppsDtoModel. findClassByName(java.lang.String className, boolean throwExceptionIfNotFound)TeamAppsDtoParser.ClassDeclarationContextTeamAppsDtoModel. findReferencedClass(TeamAppsDtoParser.TypeContext typeContext)TeamAppsDtoParser.ClassDeclarationContextTeamAppsDtoModel. findSelfNearestAncestorClassWithReferenceableAttribute(TeamAppsDtoParser.ClassDeclarationContext clazz)TeamAppsDtoParser.ClassDeclarationContextTeamAppsDtoModel. findSuperClass(TeamAppsDtoParser.ClassDeclarationContext clazzContext) -
Uses of TeamAppsDtoParser.ClassDeclarationContext in org.teamapps.dto.generate.adapter
Methods in org.teamapps.dto.generate.adapter with parameters of type TeamAppsDtoParser.ClassDeclarationContext Modifier and Type Method Description protected java.lang.StringClassDeclarationContextModelAdaptor. getJavaClassName(TeamAppsDtoParser.ClassDeclarationContext node)protected java.lang.StringClassDeclarationContextModelAdaptor. getJsonIdentifier(TeamAppsDtoParser.ClassDeclarationContext node)protected java.lang.StringClassDeclarationContextModelAdaptor. getTypeScriptIdentifier(TeamAppsDtoParser.ClassDeclarationContext node)