entryPoints

val entryPoints: List<String>

Answer the entry points defined by this loaded module. Since the header structure does not depend on syntax declared in other modules, the entry points are a property of the ModuleVersion. That's the entity associated with particular module source code.

Return

The List of Strings that are entry points.