withSourceCode

open fun withSourceCode(@NonNull pathToSourceCode: @NonNull Path): TypeSolverBuilder(source)
open fun withSourceCode(@NonNull pathToSourceCode: @NonNull String): TypeSolverBuilder(source)

Allow the type solver to resolve types using external source code.

Return

the current builder.

Parameters

pathToSourceCode

The path to the source code.

See also


open fun withSourceCode(@NonNull pathToSourceCode: @NonNull File): TypeSolverBuilder(source)

Allow the type solver to resolve types using external source code.

Return

the current builder.

Parameters

pathToSourceCode

The source code file.

See also