Uses of Interface
org.opencypher.grammar.Repetition
-
Packages that use Repetition 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 Repetition in org.opencypher.generator
Methods in org.opencypher.generator with parameters of type Repetition Modifier and Type Method Description intChoices. repetition(Node location, Repetition repetition)intInteractiveChoices. repetition(Node location, Repetition repetition)intTracingChoices. repetition(Node location, Repetition repetition)static intChoices. times(Repetition rep) -
Uses of Repetition in org.opencypher.grammar
Methods in org.opencypher.grammar with parameters of type Repetition Modifier and Type Method Description TTermTransformation. transformRepetition(P param, Repetition repetition)voidTermVisitor. visitRepetition(Repetition repetition) -
Uses of Repetition in org.opencypher.tools.grammar
Methods in org.opencypher.tools.grammar with parameters of type Repetition Modifier and Type Method Description voidXml. visitRepetition(Repetition repetition)
-