Class Loader
java.lang.Object
com.twineworks.tweakflow.lang.load.Loader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AnalysisUnitstatic AnalysisUnitload(LoadPath loadPath, String modulePath, boolean recovery, List<LangException> recoveryErrors) static AnalysisUnitload(LoadPath loadPath, String modulePath, Map<String, AnalysisUnit> workSet, boolean collectImports) static AnalysisUnitload(LoadPath loadPath, String modulePath, Map<String, AnalysisUnit> workSet, boolean collectImports, boolean recovery, List<LangException> recoveryErrors) static Map<String,AnalysisUnit> load(LoadPath loadPath, List<String> modulePaths, Map<String, AnalysisUnit> workSet, boolean collectImports) static Map<String,AnalysisUnit> load(LoadPath loadPath, List<String> modulePaths, Map<String, AnalysisUnit> workSet, boolean collectImports, boolean recovery, List<LangException> recoveryErrors)
-
Constructor Details
-
Loader
public Loader()
-
-
Method Details
-
load
public static AnalysisUnit load(LoadPath loadPath, String modulePath, Map<String, AnalysisUnit> workSet, boolean collectImports, boolean recovery, List<LangException> recoveryErrors) -
load
public static AnalysisUnit load(LoadPath loadPath, String modulePath, Map<String, AnalysisUnit> workSet, boolean collectImports) -
load
public static AnalysisUnit load(LoadPath loadPath, String modulePath, boolean recovery, List<LangException> recoveryErrors) -
load
-
load
public static Map<String,AnalysisUnit> load(LoadPath loadPath, List<String> modulePaths, Map<String, AnalysisUnit> workSet, boolean collectImports, boolean recovery, List<LangException> recoveryErrors) -
load
public static Map<String,AnalysisUnit> load(LoadPath loadPath, List<String> modulePaths, Map<String, AnalysisUnit> workSet, boolean collectImports)
-