@@ -255,14 +255,14 @@ FamixTypeScriptGenerator >> defineHierarchy [
255
255
256
256
" this level of hierarchy to follow Java's metamodel, to accommodate Interfac properly TODO"
257
257
containerEntity -- | > namedEntity.
258
- containerEntity -- | > #TWithClasses .
259
258
containerEntity -- | > tWithInterfaces.
259
+ containerEntity -- | > #TWithClasses .
260
260
containerEntity -- | > #TWithFunctions .
261
- containerEntity -- | > #TWithAnnotationTypes .
261
+ " containerEntity --|> #TWithAnnotationTypes."
262
262
containerEntity -- | > #TWithLocalVariables .
263
263
" containerEntity --|> #TWithModules?"
264
264
265
- decorator -- | > namedEntity.
265
+ decorator -- | > namedEntity.
266
266
decorator -- | > #TImportable .
267
267
268
268
enum -- | > type.
@@ -332,6 +332,7 @@ FamixTypeScriptGenerator >> defineHierarchy [
332
332
method -- | > #THasVisibility .
333
333
method -- | > #TWithComments .
334
334
method -- | > #TCanBeClassSide .
335
+ method -- | > #TImportable .
335
336
336
337
parametricMethod -- | > method.
337
338
parametricMethod -- | > #TParametricEntity .
@@ -357,6 +358,7 @@ FamixTypeScriptGenerator >> defineHierarchy [
357
358
358
359
parameterType -- | > type.
359
360
parameterType -- | > #TGenericParameterType .
361
+ parameterType -- | > #TTypedEntity .
360
362
361
363
parametricClass -- | > class .
362
364
" parameterizableClass --|> #TWithParameterizedTypes."
0 commit comments