Uses of Class
net.hydromatic.morel.compile.Analyzer.MutableUse
-
Packages that use Analyzer.MutableUse Package Description net.hydromatic.morel.compile Validates programs (represented asAstNode), deduces their type, and compiles them into code that can be evaluated. -
-
Uses of Analyzer.MutableUse in net.hydromatic.morel.compile
Fields in net.hydromatic.morel.compile with type parameters of type Analyzer.MutableUse Modifier and Type Field Description private Map<Core.NamedPat,Analyzer.MutableUse>Analyzer. mapMethods in net.hydromatic.morel.compile that return Analyzer.MutableUse Modifier and Type Method Description private Analyzer.MutableUseAnalyzer. use(Core.NamedPat name)Gets or creates aAnalyzer.MutableUsefor a given name.Method parameters in net.hydromatic.morel.compile with type arguments of type Analyzer.MutableUse Modifier and Type Method Description (package private) static intAnalyzer.MutableUse. max(Collection<Analyzer.MutableUse> uses)Constructor parameters in net.hydromatic.morel.compile with type arguments of type Analyzer.MutableUse Constructor Description Analyzer(TypeSystem typeSystem, Environment env, Map<Core.NamedPat,Analyzer.MutableUse> map, Deque<EnvVisitor.FromContext> fromStack)Private constructor.
-