Uses of Class
com.twineworks.tweakflow.lang.analysis.AnalysisUnit
Packages that use AnalysisUnit
Package
Description
-
Uses of AnalysisUnit in com.twineworks.tweakflow.lang.analysis
Methods in com.twineworks.tweakflow.lang.analysis that return AnalysisUnitModifier and TypeMethodDescriptionAnalysisUnit.setBuildDurationMillis(long buildDurationMillis) AnalysisUnit.setLoadDurationMillis(long loadDurationMillis) AnalysisUnit.setLocation(LoadPathLocation location) AnalysisUnit.setParseDurationMillis(long parseDurationMillis) AnalysisUnit.setStage(AnalysisStage stage) AnalysisUnit.setTotalLoadDurationMillis(long totalLoadDurationMillis) Methods in com.twineworks.tweakflow.lang.analysis that return types with arguments of type AnalysisUnit -
Uses of AnalysisUnit in com.twineworks.tweakflow.lang.ast.imports
Methods in com.twineworks.tweakflow.lang.ast.imports that return AnalysisUnitModifier and TypeMethodDescriptionImportMemberNode.getImportedCompilationUnit()ModuleImportNode.getImportedCompilationUnit()NameImportNode.getImportedCompilationUnit()ImportNode.getImportedUnit()Methods in com.twineworks.tweakflow.lang.ast.imports with parameters of type AnalysisUnitModifier and TypeMethodDescriptionImportMemberNode.setImportedCompilationUnit(AnalysisUnit importedCompilationUnit) ModuleImportNode.setImportedCompilationUnit(AnalysisUnit importedCompilationUnit) NameImportNode.setImportedCompilationUnit(AnalysisUnit importedCompilationUnit) ImportNode.setImportedUnit(AnalysisUnit importedCompilationUnit) -
Uses of AnalysisUnit in com.twineworks.tweakflow.lang.load
Methods in com.twineworks.tweakflow.lang.load that return AnalysisUnitModifier and TypeMethodDescriptionstatic AnalysisUnitstatic AnalysisUnitLoader.load(LoadPath loadPath, String modulePath, boolean recovery, List<LangException> recoveryErrors) static AnalysisUnitLoader.load(LoadPath loadPath, String modulePath, Map<String, AnalysisUnit> workSet, boolean collectImports) static AnalysisUnitLoader.load(LoadPath loadPath, String modulePath, Map<String, AnalysisUnit> workSet, boolean collectImports, boolean recovery, List<LangException> recoveryErrors) Methods in com.twineworks.tweakflow.lang.load that return types with arguments of type AnalysisUnitModifier and TypeMethodDescriptionstatic Map<String,AnalysisUnit> Loader.load(LoadPath loadPath, List<String> modulePaths, Map<String, AnalysisUnit> workSet, boolean collectImports) static Map<String,AnalysisUnit> Loader.load(LoadPath loadPath, List<String> modulePaths, Map<String, AnalysisUnit> workSet, boolean collectImports, boolean recovery, List<LangException> recoveryErrors) Method parameters in com.twineworks.tweakflow.lang.load with type arguments of type AnalysisUnitModifier and TypeMethodDescriptionstatic AnalysisUnitLoader.load(LoadPath loadPath, String modulePath, Map<String, AnalysisUnit> workSet, boolean collectImports) static AnalysisUnitLoader.load(LoadPath loadPath, String modulePath, Map<String, AnalysisUnit> workSet, boolean collectImports, boolean recovery, List<LangException> recoveryErrors) static Map<String,AnalysisUnit> Loader.load(LoadPath loadPath, List<String> modulePaths, Map<String, AnalysisUnit> workSet, boolean collectImports) static Map<String,AnalysisUnit> Loader.load(LoadPath loadPath, List<String> modulePaths, Map<String, AnalysisUnit> workSet, boolean collectImports, boolean recovery, List<LangException> recoveryErrors)