Class CATypePackageCompilers
java.lang.Object
com.io7m.cardant.type_packages.compilers.CATypePackageCompilers
- All Implemented Interfaces:
CATypePackageCompilerFactoryType, com.io7m.repetoir.core.RPServiceType
public final class CATypePackageCompilers
extends Object
implements CATypePackageCompilerFactoryType
The default compilers factory.
-
Method Summary
Modifier and TypeMethodDescriptioncreate(CAStrings inStrings, CATypePackageParserFactoryType inParsers, CATypePackageCheckerFactoryType inCheckers) Create a compilers factory.createCompiler(CATypePackageResolverType resolver) Create a new compiler.toString()
-
Method Details
-
create
public static CATypePackageCompilerFactoryType create(CAStrings inStrings, CATypePackageParserFactoryType inParsers, CATypePackageCheckerFactoryType inCheckers) Create a compilers factory.- Parameters:
inStrings- The string resourcesinParsers- The parsersinCheckers- The checkers- Returns:
- A compilers factory
-
createCompiler
Description copied from interface:CATypePackageCompilerFactoryTypeCreate a new compiler.- Specified by:
createCompilerin interfaceCATypePackageCompilerFactoryType- Parameters:
resolver- The resolver- Returns:
- A new compiler
-
description
- Specified by:
descriptionin interfacecom.io7m.repetoir.core.RPServiceType
-
toString
-