Uses of Interface
net.hydromatic.morel.eval.Describer
Packages that use Describer
Package
Description
Validates programs
(represented as
AstNode),
deduces their type,
and compiles them into code that can be evaluated.Evaluates expressions.
Provides access to external data sources.
-
Uses of Describer in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile that return DescriberModifier and TypeMethodDescriptionMethods in net.hydromatic.morel.compile with parameters of type Describer -
Uses of Describer in net.hydromatic.morel.eval
Classes in net.hydromatic.morel.eval that implement DescriberMethods in net.hydromatic.morel.eval that return DescriberModifier and TypeMethodDescriptionDescriber.start(String name, Consumer<Describer.Detail> detail) DescriberImpl.start(String name, Consumer<Describer.Detail> consumer) Methods in net.hydromatic.morel.eval with parameters of type DescriberModifier and TypeMethodDescription -
Uses of Describer in net.hydromatic.morel.foreign
Methods in net.hydromatic.morel.foreign that return DescriberMethods in net.hydromatic.morel.foreign with parameters of type Describer