Uses of Class
com.twineworks.tweakflow.lang.analysis.AnalysisSet
Packages that use AnalysisSet
Package
Description
-
Uses of AnalysisSet in com.twineworks.tweakflow.lang.analysis
Methods in com.twineworks.tweakflow.lang.analysis that return AnalysisSetModifier and TypeMethodDescriptionAnalysisResult.getAnalysisSet()AnalysisSet.setDependants(IdentityHashMap<Symbol, LinkedHashSet<Symbol>> dependants) AnalysisSet.setDependencies(IdentityHashMap<Symbol, LinkedHashSet<Symbol>> dependencies) Methods in com.twineworks.tweakflow.lang.analysis with parameters of type AnalysisSetModifier and TypeMethodDescriptionstatic AnalysisResultAnalysis.analyze(AnalysisSet analysisSet, long startMillis) static NodeAnalysisInspector.getNodeAt(AnalysisSet analysisSet, String atModule, int atLine, int atChar) static ScopeAnalysisInspector.getScopeAt(AnalysisSet analysisSet, String atModule, int atLine, int atChar) static voidAnalysisInspector.getSymbolsInScopeAt(AnalysisSet analysisSet, String atModule, int atLine, int atChar) static AnalysisResultAnalysisResult.ok(AnalysisSet analysisSet, long analysisDurationMillis) static AnalysisResultAnalysisResult.recovery(ArrayList<LangException> recoveryErrors, AnalysisSet analysisSet, long analysisDurationMillis) static AnalysisResultAnalysis.recoveryAnalysis(AnalysisSet analysisSet, long startMillis) -
Uses of AnalysisSet in com.twineworks.tweakflow.lang.analysis.constants
Methods in com.twineworks.tweakflow.lang.analysis.constants with parameters of type AnalysisSetModifier and TypeMethodDescriptionstatic voidConstantOpsFolding.analyze(AnalysisSet analysisSet) -
Uses of AnalysisSet in com.twineworks.tweakflow.lang.analysis.ops
Methods in com.twineworks.tweakflow.lang.analysis.ops with parameters of type AnalysisSetModifier and TypeMethodDescriptionstatic voidOpBuilder.analyze(AnalysisSet analysisSet, boolean recovery) static voidOpSpecialization.analyze(AnalysisSet analysisSet) -
Uses of AnalysisSet in com.twineworks.tweakflow.lang.analysis.references
Methods in com.twineworks.tweakflow.lang.analysis.references with parameters of type AnalysisSetModifier and TypeMethodDescriptionstatic voidClosureAnalysis.analyze(AnalysisSet analysisSet) static voidMetaDataAnalysis.analyze(AnalysisSet analysisSet, boolean recovery) static voidDependencyVerification.verify(AnalysisSet analysisSet, boolean recovery) -
Uses of AnalysisSet in com.twineworks.tweakflow.lang.analysis.scope
Methods in com.twineworks.tweakflow.lang.analysis.scope with parameters of type AnalysisSetModifier and TypeMethodDescriptionstatic voidScopeBuilder.buildScope(AnalysisSet analysisSet, boolean recovery) static voidLinker.link(AnalysisSet analysisSet) static voidExpressionResolver.resolve(AnalysisSet analysisSet, boolean recovery) -
Uses of AnalysisSet in com.twineworks.tweakflow.lang.interpreter
Methods in com.twineworks.tweakflow.lang.interpreter that return AnalysisSet -
Uses of AnalysisSet in com.twineworks.tweakflow.lang.runtime
Methods in com.twineworks.tweakflow.lang.runtime that return AnalysisSet