Uses of Class
org.opencypher.grammar.Grammar.Term
-
Packages that use Grammar.Term Package Description org.opencypher.generator org.opencypher.grammar org.opencypher.tools.grammar This is the entry-point package for the tools in this library. -
-
Uses of Grammar.Term in org.opencypher.generator
Methods in org.opencypher.generator that return Grammar.Term Modifier and Type Method Description Grammar.TermChoices. choose(Node location, BiasedTerms alternatives)Grammar.TermInteractiveChoices. choose(Node location, BiasedTerms alternatives)Grammar.TermTracingChoices. choose(Node location, BiasedTerms alternatives) -
Uses of Grammar.Term in org.opencypher.grammar
Subclasses of Grammar.Term in org.opencypher.grammar Modifier and Type Class Description static classGrammar.CharacterSetMethods in org.opencypher.grammar that return Grammar.Term Modifier and Type Method Description static Grammar.TermGrammar. atLeast(int times, Grammar.Term first, Grammar.Term... more)static Grammar.TermGrammar. caseInsensitive(String value)Grammar.TermProduction. definition()static Grammar.TermGrammar. epsilon()protected Grammar.TermGrammarConverter. first(List<Grammar.Term> list)protected Grammar.Term[]GrammarConverter. getRest(List<Grammar.Term> list)static Grammar.TermGrammar. literal(String value)static Grammar.TermGrammar. nonTerminal(String production)static Grammar.TermGrammar. oneOf(Grammar.Term first, Grammar.Term... alternatives)static Grammar.TermGrammar. oneOrMore(Grammar.Term first, Grammar.Term... more)static Grammar.TermGrammar. optional(Grammar.Term first, Grammar.Term... more)default Grammar.TermNonTerminal. productionDefinition()static Grammar.TermGrammar. repeat(int min, int max, Grammar.Term first, Grammar.Term... more)static Grammar.TermGrammar. repeat(int times, Grammar.Term first, Grammar.Term... more)static Grammar.TermGrammar. sequence(Grammar.Term first, Grammar.Term... more)Grammar.TermBiasedTerms. term(double bias)Grammar.TermNodes. term(double bias)Grammar.TermNodes. term(int offset)Grammar.TermOptional. term()Grammar.TermRepetition. term()Grammar.TermTerms. term(int offset)static Grammar.TermGrammar. zeroOrMore(Grammar.Term first, Grammar.Term... more)Methods in org.opencypher.grammar that return types with arguments of type Grammar.Term Modifier and Type Method Description Iterator<Grammar.Term>Nodes. iterator()Methods in org.opencypher.grammar with parameters of type Grammar.Term Modifier and Type Method Description static Grammar.TermGrammar. atLeast(int times, Grammar.Term first, Grammar.Term... more)static Grammar.TermGrammar. oneOf(Grammar.Term first, Grammar.Term... alternatives)static Grammar.TermGrammar. oneOrMore(Grammar.Term first, Grammar.Term... more)static Grammar.TermGrammar. optional(Grammar.Term first, Grammar.Term... more)Grammar.BuilderGrammar.Builder. production(String name, String description, Grammar.Term first, Grammar.Term... alternatives)Grammar.BuilderGrammar.Builder. production(String name, Grammar.Term first, Grammar.Term... alternatives)static Grammar.TermGrammar. repeat(int min, int max, Grammar.Term first, Grammar.Term... more)static Grammar.TermGrammar. repeat(int times, Grammar.Term first, Grammar.Term... more)static Grammar.TermGrammar. sequence(Grammar.Term first, Grammar.Term... more)static Grammar.TermGrammar. zeroOrMore(Grammar.Term first, Grammar.Term... more)Method parameters in org.opencypher.grammar with type arguments of type Grammar.Term Modifier and Type Method Description protected Grammar.TermGrammarConverter. first(List<Grammar.Term> list)default voidTerms. forEach(Consumer<? super Grammar.Term> action)protected Grammar.Term[]GrammarConverter. getRest(List<Grammar.Term> list)static ProductionVisitor<RuntimeException>ProductionVisitor. production(BiConsumer<String,Grammar.Term> consumer) -
Uses of Grammar.Term in org.opencypher.tools.grammar
Methods in org.opencypher.tools.grammar with parameters of type Grammar.Term Modifier and Type Method Description static voidISO14977. append(Grammar.Term term, Output output)static voidSQLBNF. append(Grammar.Term term, Output output)
-