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()
Expression
getEvaluator
in class Expression
public boolean equals(Object obj)
equals
in class Expression
public int hashCode()
hashCode
in class Expression
public String toString()
toString
in class Expression
Copyright © 2021. All rights reserved.