Class CBTyperContext
java.lang.Object
com.io7m.cedarbridge.schema.typer.internal.CBTyperContext
Contextual information for type checking.
-
Constructor Summary
ConstructorsConstructorDescriptionCBTyperContext(CBStringsType inStrings, CBExpressionLineLogType inLineLog, CBASTLanguage inLanguage, Consumer<CBError> inErrorConsumer) Contextual information for type checking. -
Method Summary
-
Constructor Details
-
CBTyperContext
public CBTyperContext(CBStringsType inStrings, CBExpressionLineLogType inLineLog, CBASTLanguage inLanguage, Consumer<CBError> inErrorConsumer) Contextual information for type checking.- Parameters:
inStrings- String resourcesinErrorConsumer- A consumer of errorsinLanguage- The language being checkedinLineLog- The line log for incoming expressions
-
-
Method Details
-
current
- Returns:
- The current typing context
-