Open dam0vm3nt opened 6 years ago
Context.translate should not return a value but alter the parent Context or build a value to be retrieved from a getter method.
Context.translate
Context
For example ClassDeclarationContext should add declaration to the LibraryContext or directly to its TSLibrary
ClassDeclarationContext
LibraryContext
TSLibrary
Context.translate
should not return a value but alter the parentContext
or build a value to be retrieved from a getter method.For example
ClassDeclarationContext
should add declaration to theLibraryContext
or directly to itsTSLibrary