V
- the generic type of the value the check by the Expression
to build.public class ConstantArgument<V> extends Object implements AbstractArgument<V>
Modifier and Type | Field and Description |
---|---|
static ConstantArgument |
NULL
The singleton
ConstantArgument instance for the null literal. |
private V |
value |
Constructor and Description |
---|
ConstantArgument(V value)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
V |
getValue() |
Path<V> |
getValuePath() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
eq, eq, exp, exp, exp, exp, expRight, in, in, isNotNull, isNull, neq, neq, notIn, notIn
evaluate, isConstant
public static final ConstantArgument NULL
ConstantArgument
instance for the null
literal.private final V value
Copyright © 2001–2016 mmm-Team. All rights reserved.