public static class FactoryExpressionUtils.FactoryExpressionAdapter<T> extends ExpressionBase<T> implements FactoryExpression<T>
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(Visitor<R,C> v,
C context)
Accept the visitor with the given context
|
boolean |
equals(Object o) |
List<Expression<?>> |
getArgs()
Get the invocation arguments
|
T |
newInstance(Object... a)
Create a projection with the given arguments
|
getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypepublic List<Expression<?>> getArgs()
FactoryExpressiongetArgs in interface FactoryExpression<T>public T newInstance(Object... a)
FactoryExpressionnewInstance in interface FactoryExpression<T>public <R,C> R accept(Visitor<R,C> v, C context)
Expressionaccept in interface Expression<T>R - return typeC - context typev - visitorcontext - context of visitCopyright © 2007–2015 Querydsl. All rights reserved.