Uses of Class
net.hydromatic.morel.compile.Analyzer.MutableUse
Packages that use Analyzer.MutableUse
Package
Description
Validates programs
(represented as
AstNode),
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.MutableUseModifier and TypeFieldDescriptionprivate final Map<Core.NamedPat, Analyzer.MutableUse> Analyzer.mapMethods in net.hydromatic.morel.compile that return Analyzer.MutableUseModifier and TypeMethodDescriptionprivate 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.MutableUseModifier and TypeMethodDescription(package private) static intAnalyzer.MutableUse.max(Collection<Analyzer.MutableUse> uses) Constructor parameters in net.hydromatic.morel.compile with type arguments of type Analyzer.MutableUseModifierConstructorDescriptionprivateAnalyzer(TypeSystem typeSystem, Environment env, Map<Core.NamedPat, Analyzer.MutableUse> map, Deque<EnvVisitor.FromContext> fromStack) Private constructor.