public interface ISortOrderVisitor<T,E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
T |
visitList(Iterable<ISortOrderTerm> terms) |
T |
visitTerm(ISortOrderTerm term) |
T visitList(Iterable<ISortOrderTerm> terms)
T visitTerm(ISortOrderTerm term)
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.