Uses of Class
net.hydromatic.morel.compile.EnvVisitor.FromContext
-
Packages that use EnvVisitor.FromContext Package Description net.hydromatic.morel.compile Validates programs (represented asAstNode), deduces their type, and compiles them into code that can be evaluated. -
-
Uses of EnvVisitor.FromContext in net.hydromatic.morel.compile
Fields in net.hydromatic.morel.compile with type parameters of type EnvVisitor.FromContext Modifier and Type Field Description (package private) Deque<EnvVisitor.FromContext>EnvVisitor. fromStackConstructor parameters in net.hydromatic.morel.compile with type arguments of type EnvVisitor.FromContext Constructor Description Analyzer(TypeSystem typeSystem, Environment env, Map<Core.NamedPat,Analyzer.MutableUse> map, Deque<EnvVisitor.FromContext> fromStack)Private constructor.EnvVisitor(TypeSystem typeSystem, Environment env, Deque<EnvVisitor.FromContext> fromStack)Creates an EnvVisitor.RefChecker(TypeSystem typeSystem, Environment env, Deque<EnvVisitor.FromContext> fromStack)ReferenceFinder(TypeSystem typeSystem, Environment env, Set<Core.NamedPat> set, Deque<EnvVisitor.FromContext> fromStack)
-