Module net.sf.jsqlparser
Class SelectItemVisitorAdapter<T>
- java.lang.Object
-
- net.sf.jsqlparser.statement.select.SelectItemVisitorAdapter<T>
-
- All Implemented Interfaces:
SelectItemVisitor<T>
public class SelectItemVisitorAdapter<T> extends java.lang.Object implements SelectItemVisitor<T>
-
-
Constructor Summary
Constructors Constructor Description SelectItemVisitorAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <S> T
visit(SelectItem<? extends Expression> item, 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.SelectItemVisitor
visit
-
-
-
-
Method Detail
-
visit
public <S> T visit(SelectItem<? extends Expression> item, S context)
- Specified by:
visit
in interfaceSelectItemVisitor<T>
-
-