Class ScopingStrategy
- java.lang.Object
-
- org.neo4j.cypherdsl.core.internal.ScopingStrategy
-
@API(status=INTERNAL, since="2021.3.2") public final class ScopingStrategy extends ObjectA strategy to keep track ofnamed variablesinside a scope.- Since:
- 2021.3.2
- Author:
- Michael J. Simons
-
-
Constructor Summary
Constructors Constructor Description ScopingStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoEnter(Visitable visitable)voiddoLeave(Visitable visitable)Collection<Expression>getIdentifiables()booleanhasVisitedBefore(Named namedItem)
-
-
-
Method Detail
-
doEnter
public void doEnter(Visitable visitable)
-
doLeave
public void doLeave(Visitable visitable)
-
hasVisitedBefore
public boolean hasVisitedBefore(Named namedItem)
-
getIdentifiables
public Collection<Expression> getIdentifiables()
-
-