Uses of Interface
org.opencypher.grammar.CharacterSet
-
Packages that use CharacterSet 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 CharacterSet in org.opencypher.generator
Methods in org.opencypher.generator with parameters of type CharacterSet Modifier and Type Method Description intChoices. codePoint(Node location, CharacterSet characters)intInteractiveChoices. codePoint(Node location, CharacterSet characters)intTracingChoices. codePoint(Node location, CharacterSet characters) -
Uses of CharacterSet in org.opencypher.grammar
Classes in org.opencypher.grammar that implement CharacterSet Modifier and Type Class Description static classGrammar.CharacterSetMethods in org.opencypher.grammar with parameters of type CharacterSet Modifier and Type Method Description static StringCharacterSet.Unicode. toSetString(CharacterSet characters)TTermTransformation. transformCharacters(P param, CharacterSet characters)voidTermVisitor. visitCharacters(CharacterSet characters) -
Uses of CharacterSet in org.opencypher.tools.grammar
Methods in org.opencypher.tools.grammar with parameters of type CharacterSet Modifier and Type Method Description protected voidAntlr4. characterSet(CharacterSet characters)protected voidISO14977. characterSet(CharacterSet characters)protected voidSQLBNF. characterSet(CharacterSet characters)default StringISO14977.HtmlLinker. charsetLink(CharacterSet charset)default StringSQLBNF.HtmlLinker. charsetLink(CharacterSet charset)voidXml. visitCharacters(CharacterSet characters)
-