Uses of Interface
org.opencypher.grammar.Grammar
-
Packages that use Grammar Package Description org.opencypher.generator org.opencypher.grammar org.opencypher.railroad org.opencypher.tools.g4processors org.opencypher.tools.grammar This is the entry-point package for the tools in this library. -
-
Uses of Grammar in org.opencypher.generator
Methods in org.opencypher.generator with parameters of type Grammar Modifier and Type Method Description GeneratorGeneratorFactory. generator(Grammar grammar)Constructors in org.opencypher.generator with parameters of type Grammar Constructor Description Generator(Choices random, Grammar grammar, Supplier<T> context, ProductionReplacement<T>... replacements)Generator(Choices random, Grammar grammar, ProductionReplacement<Void>... replacements)Generator(Grammar grammar, Supplier<T> context, ProductionReplacement<T>... replacements)Generator(Grammar grammar, ProductionReplacement<Void>... replacements) -
Uses of Grammar in org.opencypher.grammar
Methods in org.opencypher.grammar that return Grammar Modifier and Type Method Description GrammarGrammar.Builder. build(Grammar.Builder.Option... options)GrammarGrammarConverter. convert()static GrammarGrammar. parseXML(InputStream input, Grammar.ParserOption... options)static GrammarGrammar. parseXML(Reader input, Grammar.ParserOption... options)static GrammarGrammar. parseXML(Path input, Grammar.ParserOption... options) -
Uses of Grammar in org.opencypher.railroad
Methods in org.opencypher.railroad with parameters of type Grammar Modifier and Type Method Description static List<Diagram>Diagram. build(Grammar grammar, Diagram.BuilderOptions options) -
Uses of Grammar in org.opencypher.tools.g4processors
Methods in org.opencypher.tools.g4processors that return Grammar Modifier and Type Method Description GrammarBNFProcessor. processFile(String fileName)GrammarG4Processor. processFile(String fileName)GrammarBNFProcessor. processStream(InputStream inStream)GrammarG4Processor. processStream(InputStream inStream)GrammarBNFProcessor. processString(String inString)GrammarG4Processor. processString(String inString) -
Uses of Grammar in org.opencypher.tools.grammar
Methods in org.opencypher.tools.grammar with parameters of type Grammar Modifier and Type Method Description static voidAntlr4. write(Grammar grammar, OutputStream stream)static voidAntlr4. write(Grammar grammar, Writer writer)static voidAntlr4. write(Grammar grammar, Output output)static voidISO14977. write(Grammar grammar, OutputStream stream)static voidISO14977. write(Grammar grammar, Writer writer)static voidISO14977. write(Grammar grammar, Output output)static voidSQLBNF. write(Grammar grammar, OutputStream stream)static voidSQLBNF. write(Grammar grammar, Writer writer)static voidSQLBNF. write(Grammar grammar, Output output)static voidXml. write(Grammar grammar, OutputStream stream)static voidXml. write(Grammar grammar, Writer writer)static voidXml. write(Grammar grammar, Output output)
-