Class CATypePackageParser

java.lang.Object
com.io7m.cardant.type_packages.parsers.internal.CATypePackageParser
All Implemented Interfaces:
com.io7m.anethum.api.ParserType<CATypePackageDeclaration>, CATypePackageParserType, Closeable, AutoCloseable

public final class CATypePackageParser extends Object implements CATypePackageParserType
A parser.
  • Constructor Details

    • CATypePackageParser

      public CATypePackageParser(com.io7m.blackthorne.core.BTPreserveLexical context, URI inSource, InputStream inStream, Consumer<com.io7m.anethum.api.ParseStatus> inStatusConsumer)
      A parser.
      Parameters:
      context - The parse context
      inSource - The source URI
      inStream - The input stream
      inStatusConsumer - The status consumer
  • Method Details