Class CATypePackageParsers
java.lang.Object
com.io7m.cardant.type_packages.parsers.CATypePackageParsers
- All Implemented Interfaces:
com.io7m.anethum.api.ParserFactoryType<com.io7m.blackthorne.core.BTPreserveLexical,,CATypePackageDeclaration, CATypePackageParserType> CATypePackageParserFactoryType,com.io7m.repetoir.core.RPServiceType
The default provider of type package parsers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateParserWithContext(com.io7m.blackthorne.core.BTPreserveLexical context, URI source, InputStream stream, Consumer<com.io7m.anethum.api.ParseStatus> statusConsumer) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.io7m.anethum.api.ParserFactoryType
createParser, createParser, createParserForFileWithContext, parse, parse, parseFile, parseFile, parseFileWithContext, parseFileWithContext
-
Constructor Details
-
CATypePackageParsers
public CATypePackageParsers()The default provider of type package parsers.
-
-
Method Details
-
createParserWithContext
public CATypePackageParserType createParserWithContext(com.io7m.blackthorne.core.BTPreserveLexical context, URI source, InputStream stream, Consumer<com.io7m.anethum.api.ParseStatus> statusConsumer) - Specified by:
createParserWithContextin interfacecom.io7m.anethum.api.ParserFactoryType<com.io7m.blackthorne.core.BTPreserveLexical,CATypePackageDeclaration, CATypePackageParserType>
-
toString
-
description
- Specified by:
descriptionin interfacecom.io7m.repetoir.core.RPServiceType
-