public class QList extends ExpressionBase<List<?>> implements FactoryExpression<List<?>>
| Constructor and Description |
|---|
QList(Expression<?>... args)
Create a new QList instance
|
QList(Expression<?>[]... args)
Create a new QMap instance
|
QList(com.google.common.collect.ImmutableList<Expression<?>> args)
Create a new QList instance
|
| 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 obj) |
List<Expression<?>> |
getArgs()
Get the invocation arguments
|
List<?> |
newInstance(Object... args)
Create a projection with the given arguments
|
getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypepublic QList(Expression<?>... args)
args - public QList(com.google.common.collect.ImmutableList<Expression<?>> args)
args - public QList(Expression<?>[]... args)
args - @Nullable public <R,C> R accept(Visitor<R,C> v, C context)
Expressionaccept in interface Expression<List<?>>R - return typeC - context typev - visitorcontext - context of visitpublic List<Expression<?>> getArgs()
FactoryExpressiongetArgs in interface FactoryExpression<List<?>>@Nullable public List<?> newInstance(Object... args)
FactoryExpressionnewInstance in interface FactoryExpression<List<?>>Copyright © 2007–2014 Mysema Ltd. All rights reserved.