| Interface | Description |
|---|---|
| LanguageObjectVisitor | |
| SQLStringVisitor.Substitutor |
| Class | Description |
|---|---|
| AbstractLanguageVisitor |
Visitor that visits an instance of LanguageObject and performs an operation
on that instance.
|
| CollectorVisitor<T> |
This visitor can be used to collect all objects of a certain type in a language
tree.
|
| DelegatingHierarchyVisitor |
Delegates pre- and post-processing for each node in the hierarchy to
delegate visitors.
|
| HierarchyVisitor |
Visits each node in a hierarchy of LanguageObjects.
|
| SQLStringVisitor |
Creates a SQL string for a LanguageObject subtree.
|
Copyright © 2020. All rights reserved.