CLOVIS
11/27/2024, 1:42 PMX
. By that I mean:
• I want to find all top-level properties whose getter return a subtype of X
• I want to find all top-level functions which return a subtype of X
• I want to find all classes that implement X
, including objects, enums,…
Is this possible? If so, what would be a general outline of how to do this? (so I know where to look to get started)dmitriy.novozhilov
11/27/2024, 1:43 PMCLOVIS
11/27/2024, 1:44 PMdmitriy.novozhilov
11/27/2024, 1:45 PMCLOVIS
11/27/2024, 1:45 PMdmitriy.novozhilov
11/27/2024, 1:46 PMdmitriy.novozhilov
11/27/2024, 1:47 PMPavel Kunyavskiy [JB]
11/27/2024, 1:50 PMCLOVIS
11/27/2024, 1:52 PMX
interface has a method that provides some information that I'd like to collect throughout the entire module. Ideally, I'd want to generate a main
function that calls that function on all top-level X
instances throughout the module.Pavel Kunyavskiy [JB]
11/27/2024, 1:54 PMCLOVIS
11/27/2024, 1:58 PMunused
for all symbols I have been able to collectdmitriy.novozhilov
11/27/2024, 2:00 PMUNUSED_XXX
warnings during the compilation anymoredmitriy.novozhilov
11/27/2024, 2:00 PMCLOVIS
11/27/2024, 2:01 PM