com.mysema.query.support
Class NumberConversions<T>
java.lang.Object
com.mysema.query.types.ExpressionBase<T>
com.mysema.query.support.NumberConversions<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
- Expression<T>, FactoryExpression<T>, Serializable
public class NumberConversions<T>
- extends ExpressionBase<T>
- implements FactoryExpression<T>
- Author:
- tiwe
- See Also:
- Serialized Form
NumberConversions
public NumberConversions(FactoryExpression<T> expr)
accept
public <R,C> R accept(Visitor<R,C> v,
C context)
- Description copied from interface:
Expression
- Accept the visitor with the given context
- Specified by:
accept
in interface Expression<T>
- Type Parameters:
R
- return typeC
- context type- Parameters:
v
- visitorcontext
- context of visit
- Returns:
getArgs
public List<Expression<?>> getArgs()
- Description copied from interface:
FactoryExpression
- Get the invocation arguments
- Specified by:
getArgs
in interface FactoryExpression<T>
- Returns:
newInstance
public T newInstance(Object... args)
- Description copied from interface:
FactoryExpression
- Create a projection with the given arguments
- Specified by:
newInstance
in interface FactoryExpression<T>
- Returns:
Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.