| Package | Description |
|---|---|
| org.opencypher.generator | |
| org.opencypher.grammar |
| Modifier and Type | Method and Description |
|---|---|
Generator |
GeneratorFactory.generator(Path path,
Grammar.ParserOption... options) |
Generator |
GeneratorFactory.generatorResource(String resource,
Grammar.ParserOption... options) |
| Modifier and Type | Method and Description |
|---|---|
static Grammar.ParserOption[] |
Grammar.ParserOption.from(Properties properties) |
static Grammar.ParserOption |
Grammar.ParserOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Grammar.ParserOption[] |
Grammar.ParserOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Grammar |
Grammar.parseXML(InputStream input,
Grammar.ParserOption... options) |
static Grammar |
Grammar.parseXML(Path input,
Grammar.ParserOption... options) |
static Grammar |
Grammar.parseXML(Reader input,
Grammar.ParserOption... options) |
Copyright © 2019. All rights reserved.