- java.lang.Object
-
- net.sf.jsqlparser.statement.select.OrderByVisitorAdapter<T>
-
- All Implemented Interfaces:
OrderByVisitor<T>
public class OrderByVisitorAdapter<T> extends java.lang.Object implements OrderByVisitor<T>
-
-
Constructor Summary
Constructors Constructor Description OrderByVisitorAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <S> T
visit(OrderByElement orderBy, S context)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.jsqlparser.statement.select.OrderByVisitor
visit
-
-
-
-
Method Detail
-
visit
public <S> T visit(OrderByElement orderBy, S context)
- Specified by:
visit
in interfaceOrderByVisitor<T>
-
-