Uses of Interface
net.hydromatic.morel.eval.Describer
Packages that use Describer
Package
Description
Abstract syntax tree.
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.ast
Methods in net.hydromatic.morel.ast with parameters of type Describer -
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 DescriberModifier and TypeClassDescription(package private) classImplementation ofDescriberthat just traverses the tree.(package private) classImplementation ofDescriber.Methods in net.hydromatic.morel.eval that return DescriberModifier and TypeMethodDescriptionCodeVisitor.start(String name, Consumer<Describer.Detail> consumer) Describer.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