Interface Visitor
- All Known Implementing Classes:
SubselectVisitor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
AST
Segment visitor. Visitor methods get called by segments on entering a Visitable, their child
Visitables and on leaving the Visitable.- Since:
- 1.1
- Author:
- Mark Paluch
-
Method Summary