Uses of Class
net.hydromatic.morel.compile.EnvVisitor.FromContext
Packages that use EnvVisitor.FromContext
Package
Description
Validates programs
(represented as
AstNode),
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.FromContextModifier and TypeFieldDescription(package private) final Deque<EnvVisitor.FromContext> EnvVisitor.fromStackConstructor parameters in net.hydromatic.morel.compile with type arguments of type EnvVisitor.FromContextModifierConstructorDescriptionprivateAnalyzer(TypeSystem typeSystem, Environment env, Map<Core.NamedPat, Analyzer.MutableUse> map, Deque<EnvVisitor.FromContext> fromStack) Private constructor.protectedEnvVisitor(TypeSystem typeSystem, Environment env, Deque<EnvVisitor.FromContext> fromStack) Creates an EnvVisitor.privateFieldExpander(TypeSystem typeSystem, Environment env, Deque<EnvVisitor.FromContext> fromStack) privateRefChecker(TypeSystem typeSystem, Environment env, Deque<EnvVisitor.FromContext> fromStack) protectedReferenceFinder(TypeSystem typeSystem, Environment env, Set<Core.NamedPat> set, Deque<EnvVisitor.FromContext> fromStack)