Class CBParseContext
java.lang.Object
com.io7m.cedarbridge.schema.parser.internal.CBParseContext
The parse context implementation.
-
Constructor Summary
ConstructorsConstructorDescriptionCBParseContext(CBStringsType inStrings, CBExpressionLineLogType inLines, Consumer<CBError> inErrorConsumer) The parse context implementation. -
Method Summary
-
Constructor Details
-
CBParseContext
public CBParseContext(CBStringsType inStrings, CBExpressionLineLogType inLines, Consumer<CBError> inErrorConsumer) The parse context implementation.- Parameters:
inStrings- The string resourcesinLines- The line loginErrorConsumer- The error consumer
-
-
Method Details
-
current
- Returns:
- The current parse context
-