Uses of Class
net.hydromatic.morel.compile.TypeResolver.TypeException
Packages that use TypeResolver.TypeException
Package
Description
Validates programs
(represented as
AstNode),
deduces their type,
and compiles them into code that can be evaluated.-
Uses of TypeResolver.TypeException in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type TypeResolver.TypeExceptionModifier and TypeMethodDescriptionbooleanTracer.onTypeException(TypeResolver.TypeException e) Called with the exception thrown during type resolution.booleanTracers.DelegatingTracer.onTypeException(TypeResolver.TypeException e) booleanTracers.EmptyTracer.onTypeException(TypeResolver.TypeException e) Method parameters in net.hydromatic.morel.compile with type arguments of type TypeResolver.TypeExceptionModifier and TypeMethodDescriptionstatic TracerTracers.withOnTypeException(Tracer tracer, Consumer<TypeResolver.TypeException> consumer)