Uses of Enum
net.hydromatic.morel.compile.Analyzer.Use
Packages that use Analyzer.Use
Package
Description
Validates programs
(represented as
AstNode),
deduces their type,
and compiles them into code that can be evaluated.-
Uses of Analyzer.Use in net.hydromatic.morel.compile
Fields in net.hydromatic.morel.compile with type parameters of type Analyzer.UseModifier and TypeFieldDescriptionfinal com.google.common.collect.ImmutableMap<Core.NamedPat, Analyzer.Use> Analyzer.Analysis.mapMethods in net.hydromatic.morel.compile that return Analyzer.UseModifier and TypeMethodDescription(package private) Analyzer.UseAnalyzer.MutableUse.fix()static Analyzer.UseReturns the enum constant of this type with the specified name.static Analyzer.Use[]Analyzer.Use.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in net.hydromatic.morel.compile with type arguments of type Analyzer.UseModifierConstructorDescription(package private)Analysis(com.google.common.collect.ImmutableMap<Core.NamedPat, Analyzer.Use> map)