public class ValueExpression extends Expression
type| Constructor and Description |
|---|
ValueExpression(Serializable value)
Constructor that creates a value expression.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Evaluator |
getEvaluator()
Gets a new instance of an evaluator for this expression.
|
int |
hashCode() |
String |
toString() |
public ValueExpression(Serializable value)
value - The non-null value to be wrapped.public Evaluator getEvaluator()
ExpressiongetEvaluator in class Expressionpublic boolean equals(Object obj)
equals in class Expressionpublic int hashCode()
hashCode in class Expressionpublic String toString()
toString in class ExpressionCopyright © 2021. All rights reserved.