Class SourceSupplier
java.lang.Object
manifold.internal.javac.SourceSupplier
-
Constructor Summary
ConstructorsConstructorDescriptionSourceSupplier(String fqn, Set<ITypeManifold> tms, Supplier<String> supplier) -
Method Summary
-
Constructor Details
-
SourceSupplier
- Parameters:
fqn- Qualified name of typetms- The set of type manifolds responsible for producing the source. An empty or null set implies no type manifolds are involved.supplier- Supplier of the source code.
-
-
Method Details
-
getSource
Produce the source. -
isPrimary
public boolean isPrimary()Is this source supplier the primary or core producer of the source? As opposed to a supplementary or partial producer. -
isSelfCompile
-
parse
-
compile
-
getResourceFiles
-