get_declared_classes()
function get_declared_classes(): array
Returns an array of the names of the defined classes.
Parameters: none.
Returns: array
Availability
- Compiled (AOT): supported by the Elephc code generator.
eval()(magician interpreter): supported — declarative interpreter builtin (crates/elephc-magician/src/interpreter/builtins/symbols/get_declared_classes.rs).
No examples yet — check examples/ and showcases/ for usage patterns.
Internals
For how get_declared_classes is implemented in the compiler, see the internals page.