Class AllProgramsSupplier
java.lang.Object
org.ek9lang.compiler.common.AllProgramsSupplier
- All Implemented Interfaces:
Function<SharedThreadContext<CompilableProgram>, List<AggregateSymbol>>
public final class AllProgramsSupplier
extends Object
implements Function<SharedThreadContext<CompilableProgram>, List<AggregateSymbol>>
Reviews all the modules and looks for all the 'Programs' that have been defined anywhere.
-
Constructor Details
-
AllProgramsSupplier
public AllProgramsSupplier()
-
-
Method Details