public interface GrammarExporter
| Modifier and Type | Method and Description |
|---|---|
void |
export(String directory,
Grammar grammar)
Exports the given grammar in an implementation specific format.
|
void export(String directory, Grammar grammar) throws IOException
directory - The path to where the grammar data should be exportedgrammar - The grammar that should be exported.IOException - if writing of exported files fails.Copyright © 2019. All rights reserved.