Uses of Class
net.hydromatic.morel.compile.TypeResolver.TypeException
-
Packages that use TypeResolver.TypeException Package Description net.hydromatic.morel.compile Validates programs (represented asAstNode), 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.TypeException Modifier and Type Method Description booleanTracer. 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.TypeException Modifier and Type Method Description static TracerTracers. withOnTypeException(Tracer tracer, Consumer<TypeResolver.TypeException> consumer)
-