Uses of Class
org.opencypher.tools.g4tree.BnfSymbols
-
Packages that use BnfSymbols Package Description org.opencypher.tools.g4tree -
-
Uses of BnfSymbols in org.opencypher.tools.g4tree
Methods in org.opencypher.tools.g4tree that return BnfSymbols Modifier and Type Method Description static BnfSymbolsBnfSymbols. getByName(String bnfName)static BnfSymbolsBnfSymbols. getByValue(String characters)BnfSymbolsBnfSymbols.Interleaver. nextSymbol()static BnfSymbolsBnfSymbols. valueOf(String name)Returns the enum constant of this type with the specified name.static BnfSymbols[]BnfSymbols. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.opencypher.tools.g4tree with parameters of type BnfSymbols Constructor Description BnfSymbolLiteral(BnfSymbols bnfSymbol)
-