| Interface | Description |
|---|---|
| ElementVisitor |
An interface to visit the various kinds of Elements.
|
| ExpressionVisitor |
A visitor to visit the various types of expression elements.
|
| Class | Description |
|---|---|
| AbstractElementVisitor |
Basic, "empty" implementation of ElementVisitor.
|
| AbstractExpressionVisitor |
An "empty" base implementation of ExpressionVisitor.
|
| AbstractTriplesVisitor |
A utility that can be used to traverse all TriplePatterns under a given
root Element.
|
| ElementWalker |
An object that can be used to recursively walk through an Element
and the embedded expressions.
|
| ElementWalkerWithDepth |
An ElementWalker that also keeps track of the depth inside of the element
structure.
|
| ExpressionVisitors |
Utility functions for ExpressionVisitors.
|
| ExpressionWalker |
An ExpressionVisitor that recursively visits all expressions under
a given root.
|
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.