T - component type@Immutable public class ArrayConstructorExpression<T> extends FactoryExpressionBase<T[]>
ArrayConstructorExpression extends FactoryExpressionBase to represent array initializers| Constructor and Description |
|---|
ArrayConstructorExpression(Class<T[]> type,
Expression<T>... args) |
ArrayConstructorExpression(Expression<?>... args) |
| 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
|
Class<T> |
getElementType() |
T[] |
newInstance(Object... a)
Create a projection with the given arguments
|
skipNullsgetType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypepublic ArrayConstructorExpression(Expression<?>... args)
public ArrayConstructorExpression(Class<T[]> type, Expression<T>... args)
public <R,C> R accept(Visitor<R,C> v, C context)
ExpressionR - return typeC - context typev - visitorcontext - context of visitpublic T[] newInstance(Object... a)
FactoryExpressiona - row argumentspublic List<Expression<?>> getArgs()
FactoryExpressionCopyright © 2007–2015 Mysema Ltd. All rights reserved.