Uses of Class
org.opencypher.grammar.Grammar.Builder.Option
-
Packages that use Grammar.Builder.Option Package Description org.opencypher.grammar -
-
Uses of Grammar.Builder.Option in org.opencypher.grammar
Methods in org.opencypher.grammar that return Grammar.Builder.Option Modifier and Type Method Description static Grammar.Builder.OptionGrammar.Builder.Option. valueOf(String name)Returns the enum constant of this type with the specified name.static Grammar.Builder.Option[]Grammar.Builder.Option. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opencypher.grammar with parameters of type Grammar.Builder.Option Modifier and Type Method Description GrammarGrammar.Builder. build(Grammar.Builder.Option... options)
-