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
|
java.util.List<Expression<?>> |
getArgs()
Get the invocation arguments
|
T |
newInstance(java.lang.Object... args)
Create a projection with the given arguments
|
getType, hashCode, toString
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
getType
public NumberConversions(FactoryExpression<T> expr)
public <R,C> R accept(Visitor<R,C> v, C context)
Expression
accept
in interface Expression<T>
R
- return typeC
- context typev
- visitorcontext
- context of visitpublic java.util.List<Expression<?>> getArgs()
FactoryExpression
getArgs
in interface FactoryExpression<T>
public T newInstance(java.lang.Object... args)
FactoryExpression
newInstance
in interface FactoryExpression<T>
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.