Class CBParseContext

java.lang.Object
com.io7m.cedarbridge.schema.parser.internal.CBParseContext

public final class CBParseContext extends Object
The parse context implementation.
  • Constructor Details

    • CBParseContext

      public CBParseContext(CBStringsType inStrings, CBExpressionLineLogType inLines, Consumer<CBError> inErrorConsumer)
      The parse context implementation.
      Parameters:
      inStrings - The string resources
      inErrorConsumer - The error consumer
      inLines - The line log
  • Method Details