Skip to content

Commit

Permalink
Sync with Java
Browse files Browse the repository at this point in the history
  • Loading branch information
fuhrmanator committed Jul 29, 2024
1 parent 2c46310 commit 5a8032e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -255,14 +255,14 @@ FamixTypeScriptGenerator >> defineHierarchy [

"this level of hierarchy to follow Java's metamodel, to accommodate Interfac properly TODO"
containerEntity --|> namedEntity.
containerEntity --|> #TWithClasses.
containerEntity --|> tWithInterfaces.
containerEntity --|> #TWithClasses.
containerEntity --|> #TWithFunctions.
containerEntity --|> #TWithAnnotationTypes.
"containerEntity --|> #TWithAnnotationTypes."
containerEntity --|> #TWithLocalVariables.
"containerEntity --|> #TWithModules?"

decorator --|>namedEntity.
decorator --|> namedEntity.
decorator --|> #TImportable.

enum --|> type.
Expand Down Expand Up @@ -332,6 +332,7 @@ FamixTypeScriptGenerator >> defineHierarchy [
method --|> #THasVisibility.
method --|> #TWithComments.
method --|> #TCanBeClassSide.
method --|> #TImportable.

parametricMethod --|> method.
parametricMethod --|> #TParametricEntity.
Expand All @@ -357,6 +358,7 @@ FamixTypeScriptGenerator >> defineHierarchy [

parameterType --|> type.
parameterType --|> #TGenericParameterType.
parameterType --|> #TTypedEntity.

parametricClass --|> class.
"parameterizableClass --|> #TWithParameterizedTypes."
Expand Down

0 comments on commit 5a8032e

Please sign in to comment.