T
- public class ConstantHidingExpression<T> extends FactoryExpressionBase<T>
ConstantHidingExpression
removes constants from the argument list and injects them back into the result chainConstructor and Description |
---|
ConstantHidingExpression(FactoryExpression<T> expr) |
Modifier and Type | Method and Description |
---|---|
<R,C> R |
accept(Visitor<R,C> v,
C context)
Accept the visitor with the given context
|
List<Expression<?>> |
getArgs()
Get the invocation arguments
|
T |
newInstance(Object... args)
Create a projection with the given arguments
|
equals, skipNulls
getType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getType
public ConstantHidingExpression(FactoryExpression<T> expr)
public <R,C> R accept(Visitor<R,C> v, C context)
Expression
R
- return typeC
- context typev
- visitorcontext
- context of visitpublic List<Expression<?>> getArgs()
FactoryExpression
@Nullable public T newInstance(Object... args)
FactoryExpression
args
- row argumentsCopyright © 2007–2016 Querydsl. All rights reserved.