Uses of Class
net.hydromatic.morel.compile.Resolver.PatExp
-
Packages that use Resolver.PatExp Package Description net.hydromatic.morel.compile Validates programs (represented asAstNode), deduces their type, and compiles them into code that can be evaluated. -
-
Uses of Resolver.PatExp in net.hydromatic.morel.compile
Fields in net.hydromatic.morel.compile with type parameters of type Resolver.PatExp Modifier and Type Field Description (package private) com.google.common.collect.ImmutableList<Resolver.PatExp>Resolver.ResolvedValDecl. patExpsMethod parameters in net.hydromatic.morel.compile with type arguments of type Resolver.PatExp Modifier and Type Method Description private booleanResolver. references(List<Resolver.PatExp> patExps)Returns whether any of the expressions inexpsreferences and of the variables defined inpats.Constructor parameters in net.hydromatic.morel.compile with type arguments of type Resolver.PatExp Constructor Description ResolvedValDecl(boolean rec, com.google.common.collect.ImmutableList<Resolver.PatExp> patExps, Core.NamedPat pat, Core.Exp exp)
-