Class CBTyperContext

java.lang.Object
com.io7m.cedarbridge.schema.typer.internal.CBTyperContext

public final class CBTyperContext extends Object
Contextual information for type checking.
  • Constructor Details

    • CBTyperContext

      public CBTyperContext(CBStringsType inStrings, CBExpressionLineLogType inLineLog, CBASTLanguage inLanguage, Consumer<CBError> inErrorConsumer)
      Contextual information for type checking.
      Parameters:
      inStrings - String resources
      inLineLog - The line log for incoming expressions
      inLanguage - The language being checked
      inErrorConsumer - A consumer of errors
  • Method Details