T - public class NumberConversions<T> extends ExpressionBase<T> implements FactoryExpression<T>
| Constructor and Description |
|---|
NumberConversions(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
|
getType, hashCode, toStringclone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypepublic NumberConversions(FactoryExpression<T> expr)
public <R,C> R accept(Visitor<R,C> v, C context)
Expressionaccept in interface Expression<T>R - return typeC - context typev - visitorcontext - context of visitpublic List<Expression<?>> getArgs()
FactoryExpressiongetArgs in interface FactoryExpression<T>public T newInstance(Object... args)
FactoryExpressionnewInstance in interface FactoryExpression<T>Copyright © 2007–2014 Mysema Ltd. All rights reserved.