public class ResolvingGrammarGenerator extends ValidatingGrammarGenerator
| Constructor and Description |
|---|
ResolvingGrammarGenerator() |
| Modifier and Type | Method and Description |
|---|---|
Symbol |
generate(Schema writer,
Schema reader)
Resolves the writer schema writer and the reader schema
reader and returns the start symbol for the grammar generated.
|
generate, generatepublic final Symbol generate(Schema writer, Schema reader) throws IOException
writer - The schema used by the writerreader - The schema used by the readerIOExceptionCopyright © 2009–2019 The Apache Software Foundation. All rights reserved.