public final class KSParsers extends Object implements KSParserDriverConstructorType
| Modifier and Type | Method and Description |
|---|---|
KSParserDriverType |
create(KSParseContextType context,
Path file) |
static KSParserDriverType |
createCanonical(KSParseContextType context)
Create a new canonical format parser.
|
static KSParserDriverType |
createImperative(KSParseContextType context)
Create a new imperative format parser.
|
static KSParserDriverType |
createXML(KSParseContextType context)
Create a new XML format parser.
|
static KSParsers |
getInstance() |
public static KSParsers getInstance()
public static KSParserDriverType createCanonical(KSParseContextType context)
context - A parse contextpublic static KSParserDriverType createImperative(KSParseContextType context)
context - A parse contextpublic static KSParserDriverType createXML(KSParseContextType context)
context - A parse context@NotNull public KSParserDriverType create(@NotNull KSParseContextType context, @NotNull Path file) throws IOException
create in interface KSParserDriverConstructorTypeIOExceptionCopyright © 2016 <code@io7m.com> http://io7m.com