Uses of Interface
org.opencypher.grammar.Optional
-
Packages that use Optional 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 Optional in org.opencypher.generator
Methods in org.opencypher.generator with parameters of type Optional Modifier and Type Method Description booleanChoices. includeOptional(Node location, Optional optional)booleanInteractiveChoices. includeOptional(Node location, Optional optional)booleanTracingChoices. includeOptional(Node location, Optional optional) -
Uses of Optional in org.opencypher.grammar
Methods in org.opencypher.grammar with parameters of type Optional Modifier and Type Method Description TTermTransformation. transformOptional(P param, Optional optional)voidTermVisitor. visitOptional(Optional optional) -
Uses of Optional in org.opencypher.tools.grammar
Methods in org.opencypher.tools.grammar with parameters of type Optional Modifier and Type Method Description voidXml. visitOptional(Optional optional)
-